summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove calls to _mesa_compressed_row_stride()Brian Paul2009-10-251-4/+4
* mesa: remove _mesa_compressed_texture_size()Brian Paul2009-10-241-1/+1
* mesa: change compressed texture size callsBrian Paul2009-10-241-6/+4
* radeon: simplify radeon_create_renderbuffer()Brian Paul2009-10-223-29/+27
* r600: fix depth span macros for format changesAlex Deucher2009-10-221-4/+4
* radeon: fix some renderbuffer format bugsBrian Paul2009-10-222-7/+7
* radeon: get rid of z24s8 <-> s8z24 conversions in span codeBrian Paul2009-10-211-26/+8
* radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul2009-10-211-2/+2
* radeon: initialize renderbuffer Format field in radeon_create_renderbuffer()Brian Paul2009-10-141-2/+9
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-084-106/+40
* drivers: don't include texformat.hBrian Paul2009-10-055-5/+0
* mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul2009-10-051-3/+0
* mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-011-7/+6
* mesa: move mesa_set_fetch_functions()Brian Paul2009-10-011-0/+1
* radeon: fix tx_table[] entryBrian Paul2009-10-011-1/+1
* mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-013-8/+9
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-305-84/+91
* drivers: use new _mesa_texstore() functionBrian Paul2009-09-281-21/+19
* drivers: use more mesa format functionsBrian Paul2009-09-271-8/+11
* mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-273-4/+9
* mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-272-7/+7
* mesa: use _mesa_get_texstore_func()Brian Paul2009-09-271-2/+7
* Merge branch 'mesa_7_6_branch'Pauli Nieminen2009-09-241-4/+4
|\
| * radeon: Fix scissors for r600 KMS.Pauli Nieminen2009-09-241-4/+4
| * r600: various cleanupsAlex Deucher2009-09-241-5/+2
| * radeon: don't build non-r600 span code on r600Alex Deucher2009-09-241-1/+5
| * r600: minor span cleanupsAlex Deucher2009-09-241-4/+3
| * r600: add span support for 1D tilesAlex Deucher2009-09-241-0/+220
| * radeon: update buffer map/unmap code for changes introduced in 92033a9516942d...Maciej Cencora2009-09-211-2/+9
* | radeon: update buffer map/unmap code for changes introduced in 92033a9516942d...Maciej Cencora2009-09-211-2/+9
* | r600: various cleanupsAlex Deucher2009-09-211-5/+2
* | Merge branch 'mesa_7_6_branch'Michel Dänzer2009-09-213-8/+14
|\|
| * radeon: Fix legacy bo not to reuse dma buffers before refcount is 1.Pauli Nieminen2009-09-201-2/+7
| * radeon: Fix typo in variable name.Pauli Nieminen2009-09-201-1/+1
| * radeon: Improve WARN_ONCE macro to appear as single statement.Pauli Nieminen2009-09-201-5/+6
| * radeon: Fix "verts" debugging enableNicolai Hähnle2009-09-201-1/+1
* | Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"Brian Paul2009-09-201-0/+5
* | mesa: rename functions to be more consistant with rest of mesaBrian Paul2009-09-192-2/+2
* | mesa: move _mesa_meta_init/free() calls to core MesaBrian Paul2009-09-191-5/+0
* | radeon: cleanup compile defines mess.Dave Airlie2009-09-164-65/+64
* | radeon: oops remove debugging left on in previous patchDave Airlie2009-09-161-2/+0
* | radeon: use txformat to decide to emit rect tex state.Dave Airlie2009-09-161-4/+8
* | mesa: move generate mipmap callsBrian Paul2009-09-151-10/+0
* | radeon: don't build non-r600 span code on r600Alex Deucher2009-09-151-1/+5
* | r600: minor span cleanupsAlex Deucher2009-09-151-4/+3
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-151-1/+1
|\|
| * radeon: Remove structure allocation from iterator variable.Pauli Nieminen2009-09-111-1/+1
* | r600: add span support for 1D tilesAlex Deucher2009-09-141-0/+220
|/
* radeon: Change debugging code to use macros instead of inline functions.Pauli Nieminen2009-09-102-43/+27
* radeon: Add more verbose error message for failed command buffer.Pauli Nieminen2009-09-091-1/+3