summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)Author
2010-04-11r300g: cleanup handling of sampler viewsMarek Olšák
2010-04-11r300g: pick up some new colorbuffer formatsMarek Olšák
2010-04-11r300g: hack around issue with doom3 and 0 strideDave Airlie
2010-04-10r300g: use clamp-to-edge instead of repeat/mirrored-repeat for NPOT texturesMarek Olšák
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-10r300g: align the height of NPOT textures to POTMarek Olšák
2010-04-10r300g: do not use tiling for scanout buffersMarek Olšák
2010-04-09r300g: Fill out dummy fence functions.Corbin Simpson
2010-04-05r300g: enforce microtiled zbuffer from X serverMarek Olšák
2010-04-05r300g: typecast using the r300_texture functionMarek Olšák
2010-04-05r300g: enable OpenGL 2.1 on r3xx-r4xx chipsetsMarek Olšák
2010-04-05r300g: add fallback for back stencil reference value and masks for r3xx-r4xxMarek Olšák
2010-04-05r300g: simplify accessing screen from contextMarek Olšák
2010-04-05r300g: remove some XXXsMarek Olšák
2010-04-05r300g: raise the number of texture units to 16 for all supported chipsetsMarek Olšák
2010-04-05r300/compiler: make the max number of fragment shader temporaries adjustableMarek Olšák
2010-04-05r300g: is_npot -> uses_pitchMarek Olšák
2010-04-05r300g: enable conditional rendering also for SWTCLMarek Olšák
2010-04-04r300g: fix TFP stride override.Dave Airlie
2010-04-04r300g: add conditional renderingMarek Olšák
2010-04-04r300g: add r4xx fragment shader registersMarek Olšák
2010-04-04r300g: do not use the c++ template keywordMarek Olšák
2010-04-04r300g: properly setup textures from X serverMarek Olšák
2010-04-03r300g: fix color tiling for buffer from X server.Dave Airlie
2010-04-02r300g: Expound on dithering comment.Corbin Simpson
2010-04-03r300g: make dithering work like fglrx.Dave Airlie
2010-03-31r300g: Remove unnecessary header.Vinson Lee
2010-04-01r300g: add RGBA16F colorbuffer supportMarek Olšák
2010-04-01r300g: add RGTC texture supportMarek Olšák
2010-04-01r300g: format handling cleanupMarek Olšák
2010-03-31Merge branch 'gallium-new-formats'Roland Scheidegger
2010-03-29r300g: Remove unused variable.Vinson Lee
2010-03-29r300g: Remove unnecessary header.Vinson Lee
2010-03-29r300g: Bind constantbuf to Draw immediately, don't wait for render.Corbin Simpson
2010-03-30Merge branch 'master' into gallium-new-formatsRoland Scheidegger
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-29r300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYOUT_S3TC.José Fonseca
2010-03-29r300g: print configurable debugging info on non-debug buildsMarek Olšák
2010-03-28r300g: handle TGSI_OPCODE_RET as ENDMarek Olšák
2010-03-27r300g: disable cliprectsMarek Olšák
2010-03-27r300g: print errors even on non-debug buildsMarek Olšák
2010-03-27r300g: fix macrotiling for non-square texturesMathias Fröhlich
2010-03-27r300g: Make SWTCL clear work again.Corbin Simpson
2010-03-26r300g: Remove unnecessary header.Vinson Lee
2010-03-26Revert "r300g: add generating texture coordinates for point sprites (WIP)"Corbin Simpson
2010-03-25r300g/radeong: fix scons buildJoakim Sindholt
2010-03-25r300g: Remove unnecessary header.Vinson Lee
2010-03-23r300g: fix glean occlusion query testDave Airlie
2010-03-22r300g: Cleanup a few old warnings.Corbin Simpson
2010-03-21r300g: disable tiling for YUV formatsMarek Olšák