summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
...
| * | radeon: fix errors in miptree related functionMaciej Cencora2009-11-231-3/+8
| * | radeon: fix compressed mipmapped texturesMaciej Cencora2009-11-212-22/+29
| * | radeon: fix glCompressedTexSubImageMaciej Cencora2009-11-211-10/+12
* | | Merge remote branch 'origin/mesa_7_7_branch'Dave Airlie2009-11-2013-525/+579
|\| |
| * | r100: fix texture_from_pixmap and compiz.Dave Airlie2009-11-201-7/+10
| * | Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branchMaciej Cencora2009-11-1813-518/+569
| |\ \
| | * | radeon: align for mipmap tree changesMaciej Cencora2009-11-173-30/+14
| | * | radeon: return false on texture validation if texture isn't completeMaciej Cencora2009-11-141-3/+3
| | * | radeon: rework mipmap treeMaciej Cencora2009-11-145-352/+396
| | * | radeon: more texture code refactoringMaciej Cencora2009-11-141-116/+92
| | * | radeon: minor refactoring of texture codeMaciej Cencora2009-11-141-11/+46
| | * | radeon: rework mipmap tree reference countingMaciej Cencora2009-11-143-20/+22
| | * | radeon: use radeon_bo_is_referenced_by_cs for query objectsMaciej Cencora2009-11-144-23/+3
| | * | radeon/r300: don't flush cmdbuf if not necessaryMaciej Cencora2009-11-141-2/+14
| | * | radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...Maciej Cencora2009-11-141-1/+3
| | * | radeon: fix glBufferSubDataMaciej Cencora2009-11-141-0/+5
| | * | radeon: add radeon_bo_is_referenced_by_cs functionMaciej Cencora2009-11-141-0/+13
| | * | radeon: remove unnecessary call to radeonEmitStateMaciej Cencora2009-11-141-2/+0
* | | | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt2009-11-192-5/+5
* | | | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-192-13/+13
* | | | tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt2009-11-193-14/+14
* | | | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-194-25/+25
* | | | tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt2009-11-192-5/+5
|/ / /
* | | r300: fix reads and writes for MESA_FORMAT_S8Z24 bufferMaciej Cencora2009-11-171-2/+3
* | | r600: More span breakage fixes.Michel Dänzer2009-11-171-0/+12
* | | r600: Attempt to fix span breakage introduced by big endian fixes.Michel Dänzer2009-11-171-0/+8
* | | radeon: Depth/stencil span code fixes for big endian.Michel Dänzer2009-11-171-24/+24
* | | radeon: Fix occlusion queries on big endian.Michel Dänzer2009-11-171-7/+9
* | | radeon: Fix software fallbacks with KMS on big endian.Michel Dänzer2009-11-171-0/+63
* | | radeon: FBO fixes for big endian.Michel Dänzer2009-11-172-11/+29
* | | radeon: rn50's have no 3D engine so don't try and init 3D driver.Dave Airlie2009-11-171-2/+4
|/ /
* | radeon: add missing includeDave Airlie2009-10-311-0/+1
* | radeon: use _mesa_get_current_tex_unitDave Airlie2009-10-311-1/+1
* | radeon: fix incorrect Z format in radeon_alloc_renderbuffer_storage()Brian Paul2009-10-291-2/+2
* | Merge branch 'texformat-rework'Brian Paul2009-10-2811-275/+209
|\ \
| * | radeon: add case for MESA_FORMAT_X8_Z24 in radeon_create_renderbuffer()Brian Paul2009-10-271-1/+6
| * | mesa: choose texture format in core mesa, not driversBrian Paul2009-10-253-6/+4
| * | 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