summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* r300g: Fix bug in OMOD optimizationTom Stellard2013-04-121-1/+3
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+1
* r300g: fix crash while binding a NULL constant bufferMarek Olšák2013-03-261-1/+1
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+1
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+2
* r300g: implement 3D transfersMarek Olšák2013-02-261-2/+18
* r300g/compiler: Fix bug in OMOD foldingTom Stellard2013-02-213-1/+77
* r300g/tests: Add helper functions for creating a full programTom Stellard2013-02-212-8/+75
* r300g/tests: Exit test runner with a valid status codeTom Stellard2013-02-215-6/+22
* r300g/complier: Make r300_vertprog_swizzle_caps visible in other filesTom Stellard2013-02-212-1/+3
* r300g/compiler: Fix typo in commentTom Stellard2013-02-211-1/+1
* r300g/compiler: Add missing license headersTom Stellard2013-02-2113-1/+339
* r300g: add support for red-alpha render targetsMarek Olšák2013-02-143-0/+20
* r300g: put textures with usage=staging in GTT and make them linearMarek Olšák2013-02-072-1/+6
* r300g: fix blending and alpha-test with RGBX16F and enable MSAA for itMarek Olšák2013-02-076-14/+45
* r300g: use new RGBX formatsMarek Olšák2013-02-072-3/+22
* r300g: try to use color varyings for texcoords if max texcoord limit is exceededMarek Olšák2013-02-066-5/+71
* r300/compiler: copy-propagate saturate mode when possibleMarek Olšák2013-02-061-2/+19
* r300/compiler: add support for saturate output modifier in r500 vertex shadersMarek Olšák2013-02-062-10/+19
* r300g: fix blending with RGBX formatsMarek Olšák2013-02-063-122/+202
* r300g: fix blending with blend color and RGBA formatsMarek Olšák2013-02-061-0/+11
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-041-0/+2
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-041-0/+1
* r300g: always put MSAA resources in VRAMMarek Olšák2013-02-011-3/+3
* radeon/winsys: add dma ring support to winsys v3Jerome Glisse2013-01-281-1/+1
* r300g: add a workaround for the AA colorbuffer addressing bug on R500Marek Olšák2013-01-212-7/+42
* r300g: allow resolutions up to 1280x1024 with AA optimizations on 1-pipe cardsMarek Olšák2013-01-212-3/+6
* r300g: enable AA optimizations for the RGBA16F formatMarek Olšák2013-01-213-1/+11
* r300g: fix and cleanup flushing before clearing CMASK, ZMASK, and HIZMarek Olšák2013-01-154-18/+17
* r300g: implement MSAA compression and fast MSAA color clearMarek Olšák2013-01-1513-6/+211
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-1/+0
* r300g: set a dummy vertex buffer in context_createMarek Olšák2013-01-141-0/+1
* r300g: fix MSAA resolve to an untiled textureMarek Olšák2013-01-143-3/+10
* r300g: advertise MSAA support for the RGB10_A2 format on r500Marek Olšák2013-01-142-12/+47
* r300g: allow separate depth and stencil clearMarek Olšák2013-01-141-1/+1
* r300g: if both Z and stencil are present, they must be fast-cleared togetherMarek Olšák2013-01-141-6/+11
* r300g: allow HiZ with a 16-bit zbufferMarek Olšák2013-01-141-1/+0
* r300g: random hyperz cleanupsMarek Olšák2013-01-142-3/+2
* Remove hacks for static MakefilesMatt Turner2013-01-131-5/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* r300g: Link ralloc.c and register_allocate.c into separate libraryMatt Turner2013-01-101-4/+13
* r300g: Build a libtool archiveTom Stellard2013-01-101-7/+11
* r300g: Use gallium automake include fileTom Stellard2013-01-101-5/+3
* r300g: don't set sample positions to the pixel center if MSAA is disabledMarek Olšák2013-01-103-11/+5
* r300g: optionally log MSAA resources to stderrMarek Olšák2013-01-093-0/+8
* r300g: fix the GPU name in the renderer stringMarek Olšák2013-01-091-0/+1
* r300g: fix CS checker errors caused by emit_dsa_stateMarek Olšák2013-01-091-1/+1
* r300g: fix assertion failure in emit_dsa_stateMarek Olšák2013-01-082-3/+5
* radeon/winsys: move radeon family/class identification to winsysJerome Glisse2013-01-075-64/+38
* r300g: implement MSAAMarek Olšák2013-01-0613-148/+456