summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
* r300g: Unify context names for counts.Corbin Simpson2009-11-081-2/+2
* r300g: VBOs WIPMaciej Cencora2009-11-071-7/+6
* r300g: add missing flushMaciej Cencora2009-11-071-0/+2
* r300g: add polygon modeMarek Olšák2009-11-041-0/+27
* r300g: add color channel maskingMarek Olšák2009-11-041-0/+14
* r300g: Miscellania. Avoid draw segfaults, s/true/TRUE/, etc.Corbin Simpson2009-11-011-7/+21
* r300g: split constant buffer and shader emittionMaciej Cencora2009-11-011-27/+27
* r300g: fix reading from the destination buffer in blendingMarek Olšák2009-10-311-0/+2
* r300g: remove unnecessary assertionsMarek Olšák2009-10-311-3/+0
* r300g: fix emitting the stencil-ref and alpha-ref valuesMarek Olšák2009-10-281-5/+19
* r300g: fix blending and do some optimizationsMarek Olšák2009-10-281-48/+53
* r300g: No debug in r300_state.Corbin Simpson2009-10-211-1/+0
* r300g: Cleanup header includes.Corbin Simpson2009-10-211-0/+4
* r300g: Fix up a bunch of warnings.Corbin Simpson2009-10-181-2/+2
* r300g: Move ztop to derived state.Corbin Simpson2009-10-141-10/+0
* r300g: add one more ZTOP disable bit.Dave Airlie2009-10-141-1/+3
* r300g: fixup arb occulsion query support.Dave Airlie2009-10-141-3/+8
* r300g: fix blending default state + alpha separate.Dave Airlie2009-10-111-9/+32
* r300g: Fix a number of warningsNicolai Hähnle2009-09-061-1/+2
* r300g: update rs_block state after changing rasterizerCooper Yuan2009-09-051-0/+1
* r300g: need to validate scissor and viewport state if bind new rasterizerCooper Yuan2009-09-051-0/+2
* r300g: Correct scissor setting, subtract 1 from window's width and heightCooper Yuan2009-08-271-4/+4
* r300g: Force off ZTOP optimizations for now.Corbin Simpson2009-08-181-1/+2
* r300g: Remove r300_constant_buffer::user_count.Corbin Simpson2009-08-071-3/+2
* r300g: Use radeon compiler for fragment programsNicolai Hähnle2009-07-301-20/+3
* r300g: Use r300compiler for vertex shadersNicolai Hähnle2009-07-301-0/+1
* r300g: Actually mark shaders as translated/untranslated.Corbin Simpson2009-07-231-2/+2
* r300g: Add endian fix to vertex fetcher setup.Corbin Simpson2009-07-081-2/+9
* r300g: EXT_provoking_vertex.Corbin Simpson2009-06-261-0/+4
* r300-gallium: organize fragment/vertex shadersJoakim Sindholt2009-06-261-8/+6
* r300-gallium: Don't emit UCP planes for SW TCL.Corbin Simpson2009-06-081-3/+7
* r300-gallium: Emit UCP.Corbin Simpson2009-06-051-3/+4
* r300-gallium: Another constantbuf shader recompile test.Corbin Simpson2009-05-201-2/+4
* r300-gallium: Cleanup viewport state setup.Corbin Simpson2009-05-181-36/+28
* r300-gallium: Always do VTE, never software viewport.Corbin Simpson2009-05-181-3/+5
* r300-gallium: Update XXX.Corbin Simpson2009-05-171-4/+3
* r300-gallium: vs: Dupe tokens, better debug, count spurious insts.Corbin Simpson2009-05-171-0/+2
* r300-gallium: Various cleanups leftover from before.Corbin Simpson2009-05-161-1/+1
* r300-gallium: add missing semicolonJoakim Sindholt2009-05-121-1/+1
* r300-gallium: duplicate tokens in create_fs_stateJoakim Sindholt2009-05-121-0/+3
* r300-gallium, radeon: A couple cleanups.Corbin Simpson2009-05-081-0/+3
* r300-gallium: Correctly flush Draw.Corbin Simpson2009-04-261-1/+5
* r300-gallium: Use viewport state.Corbin Simpson2009-04-151-13/+29
* r300-gallium: Properly setup HW/SW TCL controls.Corbin Simpson2009-04-061-11/+10
* r300-gallium: Re-translate shaders if constants change.Corbin Simpson2009-04-051-2/+7
* r300-gallium: Properly interface with Draw for vert shaders.Corbin Simpson2009-04-051-0/+12
* r300-gallium: Update state handlers/setters for vertex shaders.Corbin Simpson2009-04-051-16/+49
* r300-gallium: Clean up compile warnings and strict compile errors.Corbin Simpson2009-04-041-0/+1
* r300-gallium: Properly redo shaders when constant buffer changes size.Corbin Simpson2009-03-301-0/+7
* r300-gallium: Unify shader interfaces, enable r300 shader, start unbreaking.Corbin Simpson2009-03-251-5/+1