summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_texture.c
AgeCommit message (Expand)Author
2010-02-10radeon: Fix printf formatings to match te values.Pauli Nieminen
2010-02-09radeon: Add some debug output for fbo supportPauli Nieminen
2010-02-06radeon: Add some debug output to texture function.\nPauli Nieminen
2010-01-22radeon/fbo: flush rendering before generating mipmapsAndre Maasikas
2010-01-19radeon: use mesa provided _mesa_tex_target_to_face functionMaciej Cencora
2009-12-11r300: fix depth texturesMaciej Cencora
2009-12-07radeon: fix cases when only first image where put directly into miptree.Maciej Cencora
2009-12-03radeon: properly check if image should be placed in the miptreeMaciej Cencora
2009-11-29radeon: update miptree code a littleMaciej Cencora
2009-11-29radeon: add some debugging infoMaciej Cencora
2009-11-21radeon: fix glCompressedTexSubImageMaciej Cencora
2009-11-14radeon: rework mipmap treeMaciej Cencora
2009-11-14radeon: more texture code refactoringMaciej Cencora
2009-11-14radeon: minor refactoring of texture codeMaciej Cencora
2009-11-14radeon: rework mipmap tree reference countingMaciej Cencora
2009-11-14radeon/r300: don't flush cmdbuf if not necessaryMaciej Cencora
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul
2009-10-25mesa: remove calls to _mesa_compressed_row_stride()Brian Paul
2009-10-24mesa: change compressed texture size callsBrian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-10-05mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul
2009-10-03radeon: Cope better with texture images with no miptrees.Michel Dänzer
2009-10-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-28drivers: use new _mesa_texstore() functionBrian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2009-09-27mesa: use _mesa_get_texstore_func()Brian Paul
2009-09-15mesa: move generate mipmap callsBrian Paul
2009-09-03radeon: pass internal format into the miptree.Dave Airlie
2009-08-31r100: Use shared debug code.Pauli Nieminen
2009-08-04radeon: more fixes for compressed texturesRoland Scheidegger
2009-07-31radeon: s/r300/radeon in shared code error messageRoland Scheidegger
2009-07-15Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa in...Alex Deucher
2009-06-20radeon: make cubemap mipmap generation workRoland Scheidegger
2009-06-15r300: fix 3D texturesMaciej Cencora
2009-06-12r300: add support for EXT_texture_sRGBMaciej Cencora
2009-06-12Merge master and fix conflictsAlex Deucher
2009-06-09radeon: fix mipmap_limits crasher.Dave Airlie
2009-05-19Makeup checkin for radeon code change paired with r6/7 code.root
2009-05-13radeon: Don't crash generating mipmaps when pixels=NULLOwen W. Taylor
2009-05-07r300: fix compiler warningsMaciej Cencora
2009-04-01radeon: go back and repick texture formats.Dave Airlie
2009-03-31r200: fix glean pixelFormats regressionDave Airlie
2009-03-31radeon/r200: fix glean failures on readPixSanity since EXT_DEPTH_STENCIL supportDave Airlie
2009-03-26radeon: fixup map/unmap texture to work with override BOsDave Airlie
2009-03-24radeon: fixup some issue with fbos and sw fallbacksDave Airlie