summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)AuthorFilesLines
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell1-6/+1
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell1-5/+4
2009-10-23gallium: remove noise opcodesKeith Whitwell1-4/+0
2009-10-22r300g: Enable more stuff in r300_screen, cleanup comments.Corbin Simpson3-16/+23
2009-10-22r300g: Cleanup PSC setup math a bit and stop using Draw formats.Corbin Simpson3-23/+74
2009-10-22r300g: Clean up duplicate code in r300_render.Corbin Simpson1-45/+4
2009-10-22r300g: Move render functions to r300_render.Corbin Simpson4-65/+249
2009-10-22r300g: Check for NULL Draw during flush.Corbin Simpson1-2/+4
2009-10-21r300g: Update comments, function names in r300_state_inlines.Corbin Simpson2-4/+22
2009-10-21r300g: Update comments, asserts, indents in r300_texture.Corbin Simpson1-13/+6
2009-10-21r300g: Remove unused debug flag.Corbin Simpson2-4/+2
2009-10-21r300g: Cleanup old static shader state.Corbin Simpson8-361/+4
2009-10-21r300g: No debug in r300_state.Corbin Simpson1-1/+0
2009-10-21r300g: Cleanup header includes.Corbin Simpson24-61/+86
2009-10-21r300g: Don't use getenv; use debug_get_*_option instead.Corbin Simpson1-1/+1
2009-10-21r300g: Don't use the hashtable internally.Corbin Simpson1-1/+6
2009-10-21r300g: Examine vertex attribute type on HW TCL too.Corbin Simpson1-4/+2
2009-10-21r300g: Also kill r300_shader_inlines with fire.Corbin Simpson1-47/+0
2009-10-21r300g: Kill r300_surface with fire.Corbin Simpson3-505/+0
2009-10-19r300g: Demonstratory kludge to unbreak glxgears.Corbin Simpson1-12/+16
2009-10-18r300g: Fix up a bunch of warnings.Corbin Simpson6-22/+21
2009-10-18r300g: Add another ZTOP condition.Corbin Simpson1-0/+2
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson1-1/+1
2009-10-17r300g: Squash format warning.Corbin Simpson1-0/+1
2009-10-17r300g: Use a dirty test to bring framerate back up.Corbin Simpson1-2/+5
2009-10-17r300g: Also have rs_block keyed to the current shader combo.Corbin Simpson1-51/+58
2009-10-17r300g: Fix u_hash_table rename.Corbin Simpson3-9/+7
2009-10-16r300g: Use a hash table to look up vertex info.Corbin Simpson6-35/+97
2009-10-15r300g: Set logical ID for each emitted texture/sampler.Corbin Simpson1-1/+2
2009-10-14r300g: Move ZTOP to its own state atom.Corbin Simpson4-7/+12
2009-10-14r300g: Move ztop to derived state.Corbin Simpson2-10/+36
2009-10-14r300g: Compiler warning cleanup.Corbin Simpson4-11/+3
2009-10-14r300g: remove buffer add that should be unnecessary.Dave Airlie1-6/+0
2009-10-14r300g: add QUERY to KITCHEN_SINKDave Airlie1-1/+1
2009-10-14r300g: add one more ZTOP disable bit.Dave Airlie2-1/+9
2009-10-14r300g: port over last parts of oq support.Dave Airlie5-9/+16
2009-10-14r300g: convert query to a state for emitting.Dave Airlie3-5/+20
2009-10-14r300g: fixup arb occulsion query support.Dave Airlie10-43/+124
2009-10-14r300g: attempt to make bo space check sane.Dave Airlie3-0/+18
2009-10-14r300g: fix case where texture unit 0 is disabled but unit 1 is enabled.Dave Airlie1-7/+9
2009-10-12r300g: More debug flags.Corbin Simpson3-4/+9
2009-10-12r300g: Surface debug.Corbin Simpson3-6/+8
2009-10-12r300g: Fallback on surfaces we can't render to or from.Corbin Simpson1-2/+11
2009-10-12r300g: Prevent multiple-use textures from getting incorrectly approved.Corbin Simpson1-5/+17
2009-10-12r300g: Clean up texture formats.Corbin Simpson3-9/+9
2009-10-11r300g: Fix fragment program constants upload on R300Nicolai Hähnle1-1/+1
2009-10-11r300g: fix blending default state + alpha separate.Dave Airlie1-9/+32
2009-10-10r300g: add video surface create and destroy functionsCooper Yuan2-1/+65
2009-10-07Merge branch 'master' into r300g-glslNicolai Hähnle7-10/+32
2009-10-05r300g: fix scons buildJoakim Sindholt4-10/+17