summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* r300g: use cliprects for scissoringMarek Olšák2010-04-114-71/+29
* r300g: fix mipmapped 3D texturesMarek Olšák2010-04-112-1/+26
* r300g: support some exotic sampler formatsMarek Olšák2010-04-112-8/+17
* r300g: cleanup handling of sampler viewsMarek Olšák2010-04-118-97/+157
* r300g: pick up some new colorbuffer formatsMarek Olšák2010-04-112-1/+23
* r300g: hack around issue with doom3 and 0 strideDave Airlie2010-04-111-0/+5
* r300g: use clamp-to-edge instead of repeat/mirrored-repeat for NPOT texturesMarek Olšák2010-04-101-0/+19
* Squashed commit of the following:Keith Whitwell2010-04-1022-537/+651
* r300g: align the height of NPOT textures to POTMarek Olšák2010-04-101-1/+4
* r300g: do not use tiling for scanout buffersMarek Olšák2010-04-101-1/+2
* r300g: Fill out dummy fence functions.Corbin Simpson2010-04-091-0/+24
* r300g: enforce microtiled zbuffer from X serverMarek Olšák2010-04-051-0/+31
* r300g: typecast using the r300_texture functionMarek Olšák2010-04-057-23/+28
* r300g: enable OpenGL 2.1 on r3xx-r4xx chipsetsMarek Olšák2010-04-051-5/+1
* r300g: add fallback for back stencil reference value and masks for r3xx-r4xxMarek Olšák2010-04-055-37/+275
* r300g: simplify accessing screen from contextMarek Olšák2010-04-0513-94/+79
* r300g: remove some XXXsMarek Olšák2010-04-052-2/+0
* r300g: raise the number of texture units to 16 for all supported chipsetsMarek Olšák2010-04-056-11/+13
* r300/compiler: make the max number of fragment shader temporaries adjustableMarek Olšák2010-04-051-0/+1
* r300g: is_npot -> uses_pitchMarek Olšák2010-04-054-7/+9
* r300g: enable conditional rendering also for SWTCLMarek Olšák2010-04-051-0/+8
* r300g: fix TFP stride override.Dave Airlie2010-04-041-1/+1
* r300g: add conditional renderingMarek Olšák2010-04-043-0/+33
* r300g: add r4xx fragment shader registersMarek Olšák2010-04-041-1/+47
* r300g: do not use the c++ template keywordMarek Olšák2010-04-042-27/+27
* r300g: properly setup textures from X serverMarek Olšák2010-04-041-4/+3
* r300g: fix color tiling for buffer from X server.Dave Airlie2010-04-032-0/+6
* r300g: Expound on dithering comment.Corbin Simpson2010-04-021-4/+9
* r300g: make dithering work like fglrx.Dave Airlie2010-04-031-2/+4
* r300g: Remove unnecessary header.Vinson Lee2010-03-311-1/+0
* r300g: add RGBA16F colorbuffer supportMarek Olšák2010-04-011-5/+8
* r300g: add RGTC texture supportMarek Olšák2010-04-013-1/+56
* r300g: format handling cleanupMarek Olšák2010-04-012-24/+16
* Merge branch 'gallium-new-formats'Roland Scheidegger2010-03-312-3/+3
|\
| * Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-301-1/+1
| |\
| * | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-302-3/+3
* | | r300g: Remove unused variable.Vinson Lee2010-03-291-1/+0
* | | r300g: Remove unnecessary header.Vinson Lee2010-03-291-2/+0
* | | r300g: Bind constantbuf to Draw immediately, don't wait for render.Corbin Simpson2010-03-292-16/+6
| |/ |/|
* | r300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYOUT_S3TC.José Fonseca2010-03-291-1/+1
|/
* r300g: print configurable debugging info on non-debug buildsMarek Olšák2010-03-292-2/+4
* r300g: handle TGSI_OPCODE_RET as ENDMarek Olšák2010-03-281-4/+10
* r300g: disable cliprectsMarek Olšák2010-03-271-1/+1
* r300g: print errors even on non-debug buildsMarek Olšák2010-03-2710-45/+53
* r300g: fix macrotiling for non-square texturesMathias Fröhlich2010-03-271-1/+2
* r300g: Make SWTCL clear work again.Corbin Simpson2010-03-272-128/+132
* r300g: Remove unnecessary header.Vinson Lee2010-03-261-1/+0
* Revert "r300g: add generating texture coordinates for point sprites (WIP)"Corbin Simpson2010-03-266-61/+13
* r300g/radeong: fix scons buildJoakim Sindholt2010-03-251-0/+1
* r300g: Remove unnecessary header.Vinson Lee2010-03-251-1/+0