summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
...
* r300g: Emit relocations for pitch registers.Michel Dänzer2009-08-112-7/+12
* r300g: a typo of debug messageCooper Yuan2009-08-111-1/+1
* r300g: Knock out another fragment of invariant state.Corbin Simpson2009-08-071-8/+3
* gallium: Move minify() to u_math.Corbin Simpson2009-08-071-7/+0
* r300g: Remove r300_constant_buffer::user_count.Corbin Simpson2009-08-073-6/+3
* r300g: Slightly saner initialization of some texture / transfer fields.Michel Dänzer2009-08-042-6/+5
* r300g: Use radeon compiler for fragment programsNicolai Hähnle2009-07-3017-1312/+450
* r300g: Remove extraneous printfNicolai Hähnle2009-07-301-2/+0
* r300g: Use r300compiler for vertex shadersNicolai Hähnle2009-07-3015-748/+690
* r300g: Fix two trivial texture size issues.Corbin Simpson2009-07-261-2/+2
* r300g: Add some debugging, correct little bits of math in texture setup.Corbin Simpson2009-07-261-3/+12
* r300g, radeon-gallium: Fix API, cleanup.Corbin Simpson2009-07-232-3/+6
* r300g: PIPE_CAP_BLEND_EQUATION_SEPARATE.Corbin Simpson2009-07-231-0/+2
* r300g: Actually mark shaders as translated/untranslated.Corbin Simpson2009-07-233-2/+8
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-222-4/+2
* r300g: Guard R500 register writes by is_r500 check.Michel Dänzer2009-07-201-3/+5
* r300g: Small compile warning fixes.Nicolai Hähnle2009-07-133-2/+5
* r300g, radeon: Whitespace fixes.Nicolai Hähnle2009-07-131-1/+1
* r300g: Use align() instead of inline maths.Corbin Simpson2009-07-131-4/+7
* r300g: Remove VAP_CNTL_STATUS from invariant state.Corbin Simpson2009-07-081-6/+1
* r300g: Disable MSPOS registers for glisse's CS security checker.Corbin Simpson2009-07-081-4/+7
* r300-gallium: Unify sampler and texture emit.Corbin Simpson2009-07-083-39/+26
* r300-gallium: Mipmap setup.Corbin Simpson2009-07-082-10/+19
* r300g: Add endian fix to vertex fetcher setup.Corbin Simpson2009-07-081-2/+9
* r300g: Fix recursive Draw flush.Corbin Simpson2009-07-012-1/+7
* r300g: Use floats for surface_copy texcoords, use correct src and dest.Corbin Simpson2009-07-011-16/+17
* 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