summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* r300g: YCbCr and sRGB textures.Corbin Simpson2009-06-273-1/+15
* r300g: Fix EXT_packed_depth_stencil functionality.Corbin Simpson2009-06-272-2/+10
* r300g: EXT_provoking_vertex.Corbin Simpson2009-06-262-4/+6
* r300g: S3TC.Corbin Simpson2009-06-262-6/+36
* r300g: Use real texture formats.Corbin Simpson2009-06-263-25/+42
* r300g: Definitively forbid unusable Z buffer/stencil formats.Corbin Simpson2009-06-261-1/+12
* r300g: Comment out assert for now.Corbin Simpson2009-06-261-0/+2
* r300g: Be more specific on surface_copy fallbacks.Corbin Simpson2009-06-261-1/+1
* r300g: PIPE_CAP_TGSI_CONT_SUPPORTED.Corbin Simpson2009-06-261-0/+3
* r300-gallium: Ensure that no dirty state goes unemitted.Corbin Simpson2009-06-261-2/+4
* r300-gallium: organize fragment/vertex shadersJoakim Sindholt2009-06-2620-495/+674
* r300-gallium: HW TCL glxgears. (Read the rest of the log.)Corbin Simpson2009-06-081-0/+5
* r300-gallium: Make UCP and clip work again for SW TCL.Corbin Simpson2009-06-082-19/+21
* r300-gallium: Don't emit UCP planes for SW TCL.Corbin Simpson2009-06-083-4/+12
* r300-gallium: Use VAP_CLIP_CNTL.Corbin Simpson2009-06-052-4/+5
* r300-gallium: Emit UCP.Corbin Simpson2009-06-054-20/+53
* r300-gallium: Improve vs emit.Corbin Simpson2009-06-052-8/+14
* r300-gallium: Mute some debug info.Corbin Simpson2009-06-051-6/+13
* r300-gallium: vs: Fix negation calculation.Corbin Simpson2009-06-041-4/+4
* r300-gallium: Fix pasta.Corbin Simpson2009-06-041-1/+1
* r300-gallium: Improve vs debug more.Corbin Simpson2009-06-042-1/+22
* r300-gallium: vs: Add negation, SUB.Corbin Simpson2009-06-043-5/+25
* r300: Moar vs debug.Corbin Simpson2009-06-042-3/+28
* r300-gallium: strip swtcl to the bare minimumJoakim Sindholt2009-06-021-34/+22
* r300-gallium: Slightly hacky fix for glxgears-style TCL.Corbin Simpson2009-06-011-0/+7
* r300-gallium, radeon-gallium: Make add_buffer indicate when a flush is needed.Corbin Simpson2009-05-283-18/+39
* r300-gallium: r500-fs: POW.Corbin Simpson2009-05-201-1/+27
* r300-gallium: r500-fs: LRP.Corbin Simpson2009-05-201-4/+32
* r300-gallium: r500-fs: Combine function.Corbin Simpson2009-05-201-15/+6
* r300-gallium: Prevent assert when fogcoords are present.Corbin Simpson2009-05-202-5/+14
* r300-gallium: Another constantbuf shader recompile test.Corbin Simpson2009-05-204-2/+14
* r300-gallium: Raise constantbuf limits.Corbin Simpson2009-05-201-3/+3
* r300-gallium: fs: Remove cruft from way back when.Corbin Simpson2009-05-201-18/+0
* r300-gallium: Make surface_copy actually load the texture in shader.Corbin Simpson2009-05-203-3/+4
* r300-gallium: Add missing R481 PCI ID.Corbin Simpson2009-05-201-0/+1
* r300-gallium: Make surface_copy work, and refactor buffer validation.Corbin Simpson2009-05-202-16/+47
* radeon-gallium: Don't permit reading and writing a BO in one CS.Corbin Simpson2009-05-201-2/+3
* r300-gallium: Fix (another) wrong value in MSPOS.Corbin Simpson2009-05-181-1/+1
* r300-gallium: Cleanup viewport state setup.Corbin Simpson2009-05-181-36/+28
* r300-gallium: Always do VTE, never software viewport.Corbin Simpson2009-05-184-4/+27
* r300-gallium: Enable GLSL for r500.Corbin Simpson2009-05-171-2/+5
* r300-gallium: r500-fs: DDX and DDY support.Corbin Simpson2009-05-171-0/+10
* r300-gallium: Add half-right COS and SIN.Corbin Simpson2009-05-171-0/+9
* r300-gallium: Size mismatch.Corbin Simpson2009-05-171-1/+1
* r300-gallium, radeon-gallium: Nuke gb_pipes from orbit.Corbin Simpson2009-05-175-26/+0
* r300-gallium: Don't set GB_TILE_CONFIG (in userspace.)Corbin Simpson2009-05-171-4/+1
* r300-gallium: Clean up more invariant state.Corbin Simpson2009-05-172-24/+13
* r300-gallium: Update XXX.Corbin Simpson2009-05-172-20/+3
* r300-gallium: Correct default MSPOS.Corbin Simpson2009-05-171-2/+2
* r300-gallium: vs: Fix vert shader init.Corbin Simpson2009-05-171-15/+4