aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* vl: Add support for max level query v2Rico Schüller2013-08-141-0/+2
* r300g/compiler/tests: Pass the required LDFLAGS when building the test programTom Stellard2013-08-071-1/+2
* r300g/compiler/tests: Fix segfaultTom Stellard2013-08-073-4/+4
* draw: inject frontface info into wireframe outputsZack Rusin2013-08-021-0/+1
* Revert "r300g: Give CLIP_DISABLE another try"Marek Olšák2013-07-302-3/+2
* gallium: Add PIPE_CAP_ENDIANNESSTom Stellard2013-07-221-0/+2
* r300g: make use of gallium's os_get_process_name()Jonathan Gray2013-07-181-1/+6
* Revert "r300g: allow HiZ with a 16-bit zbuffer"Marek Olšák2013-07-151-0/+1
* r300g/swtcl: fix a lockup in MSAA resolveMarek Olšák2013-07-151-0/+7
* r300g/swtcl: fix geometry corruption by uploading indices to a bufferMarek Olšák2013-07-153-45/+31
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-124-10/+10
* mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák2013-07-021-1/+0
* r300g/compiler: Prevent regalloc from swizzling texture operands v2Tom Stellard2013-06-305-0/+124
* r300g/compiler/tests: Add an assembly parserTom Stellard2013-06-305-16/+200
* r300g: Fix make checkTom Stellard2013-06-301-1/+2
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-181-3/+4
* gallium/u_blitter: make clearing independent of the colorbuffer formatMarek Olšák2013-06-131-2/+1
* gallium/u_blitter: make clearing independent of the number of bound colorbuffersMarek Olšák2013-06-131-1/+0
* gallium: Add support for multiple viewportsZack Rusin2013-05-252-8/+12
* draw: try to prevent overflows on index buffersZack Rusin2013-05-141-1/+1
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-141-2/+2
* gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GLMarek Olšák2013-05-111-0/+1
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* scons: remove radeon buildAndreas Boll2013-05-031-24/+0
* winsys/radeon: consolidate tracing into winsys v2Jerome Glisse2013-04-252-4/+4
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+1
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-171-1/+0
* 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