summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2009-10-24mesa: remove _mesa_compressed_texture_size()Brian Paul
2009-10-24mesa: change compressed texture size callsBrian Paul
2009-10-22radeon: simplify radeon_create_renderbuffer()Brian Paul
2009-10-22r600: fix depth span macros for format changesAlex Deucher
2009-10-22radeon: fix some renderbuffer format bugsBrian Paul
2009-10-21radeon: get rid of z24s8 <-> s8z24 conversions in span codeBrian Paul
2009-10-21radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul
2009-10-14radeon: initialize renderbuffer Format field in radeon_create_renderbuffer()Brian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian 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-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul
2009-10-01radeon: fix tx_table[] entryBrian 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-27drivers: use more mesa format functionsBrian 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-24Merge branch 'mesa_7_6_branch'Pauli Nieminen
2009-09-24radeon: Fix scissors for r600 KMS.Pauli Nieminen
2009-09-24r600: various cleanupsAlex Deucher
2009-09-24radeon: don't build non-r600 span code on r600Alex Deucher
2009-09-24r600: minor span cleanupsAlex Deucher
2009-09-24r600: add span support for 1D tilesAlex Deucher
2009-09-21radeon: update buffer map/unmap code for changes introduced in 92033a9516942d...Maciej Cencora
2009-09-21r600: various cleanupsAlex Deucher
2009-09-21radeon: update buffer map/unmap code for changes introduced in 92033a9516942d...Maciej Cencora
2009-09-21Merge branch 'mesa_7_6_branch'Michel Dänzer
2009-09-20Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"Brian Paul
2009-09-20radeon: Fix legacy bo not to reuse dma buffers before refcount is 1.Pauli Nieminen
2009-09-20radeon: Fix typo in variable name.Pauli Nieminen
2009-09-20radeon: Improve WARN_ONCE macro to appear as single statement.Pauli Nieminen
2009-09-20radeon: Fix "verts" debugging enableNicolai Hähnle
2009-09-19mesa: rename functions to be more consistant with rest of mesaBrian Paul
2009-09-19mesa: move _mesa_meta_init/free() calls to core MesaBrian Paul
2009-09-16radeon: cleanup compile defines mess.Dave Airlie
2009-09-16radeon: oops remove debugging left on in previous patchDave Airlie
2009-09-16radeon: use txformat to decide to emit rect tex state.Dave Airlie
2009-09-15mesa: move generate mipmap callsBrian Paul
2009-09-15radeon: don't build non-r600 span code on r600Alex Deucher
2009-09-15r600: minor span cleanupsAlex Deucher
2009-09-15Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-14r600: add span support for 1D tilesAlex Deucher
2009-09-11radeon: Remove structure allocation from iterator variable.Pauli Nieminen
2009-09-10radeon: Change debugging code to use macros instead of inline functions.Pauli Nieminen
2009-09-09radeon: Add more verbose error message for failed command buffer.Pauli Nieminen
2009-09-03mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul