aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_context.h
Commit message (Expand)AuthorAgeFilesLines
* r300g: Move GB_AA_CONFIG to its eventual new home.Corbin Simpson2010-01-191-0/+1
* r300g: Make invariant state into an atom.Corbin Simpson2010-01-191-0/+3
* r300g: fix polygon offsetMarek Olšák2010-01-181-4/+8
* r300g: move debug flags into r300_screenMarek Olšák2010-01-171-29/+10
* r300g: Account for CS space used per atom.Corbin Simpson2010-01-131-0/+9
* r300g: add emission of texture tiling bitsMarek Olšák2010-01-121-0/+9
* r300g: Always emit scissors.Corbin Simpson2010-01-121-10/+1
* r300g: Don't bother testing for empty scissors.Corbin Simpson2010-01-101-3/+0
* r300g: Atomize scissors.Corbin Simpson2010-01-101-2/+1
* r300g: Move TCL bypass switch to main context.Corbin Simpson2010-01-101-5/+2
* r300g: Atomize viewport.Corbin Simpson2010-01-101-2/+1
* r300g: Atomize rasterizer.Corbin Simpson2010-01-101-2/+1
* r300g: Atomize ZTOP.Corbin Simpson2010-01-101-1/+1
* r300g: Atomize DSA.Corbin Simpson2010-01-101-2/+1
* r300g: Atomize UCP.Corbin Simpson2010-01-101-2/+1
* r300g: Atomize blend color.Corbin Simpson2010-01-101-2/+1
* r300g: Start using atoms.Corbin Simpson2010-01-101-2/+12
* r300g: add texture compare modesMarek Olšák2009-12-191-0/+2
* r300g: add acceleration of the clear, surface_copy, and surface_fill functionsMarek Olšák2009-12-151-0/+4
* r300g: don't render if everything is culled by scissoringMarek Olšák2009-12-061-0/+3
* r300g: remove redundant code and clean upMarek Olšák2009-12-061-4/+7
* r300g: Need to emit a hardware scissor rectangle even if scissor is disabled.Michel Dänzer2009-12-051-0/+2
* r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson2009-12-021-1/+1
* r300g: clean up vs/fs tabsMarek Olšák2009-11-211-5/+0
* r300g: add texture lod clampingMarek Olšák2009-11-201-0/+4
* r300g: Unify context names for counts.Corbin Simpson2009-11-081-2/+2
* r300g: Don't pass hw_prim around in the context.Corbin Simpson2009-11-071-1/+0
* r300g: VBOs WIPMaciej Cencora2009-11-071-12/+15
* r300g: add polygon modeMarek Olšák2009-11-041-0/+1
* r300g: add color channel maskingMarek Olšák2009-11-041-0/+1
* r300g: Miscellania. Avoid draw segfaults, s/true/TRUE/, etc.Corbin Simpson2009-11-011-1/+1
* r300g: split constant buffer and shader emittionMaciej Cencora2009-11-011-7/+9
* r300g: add precalculating of pixel pitch, add a new NPOT flagMarek Olšák2009-10-311-0/+8
* r300g: added support for 3D texturesMarek Olšák2009-10-251-0/+3
* r300g: Move render functions to r300_render.Corbin Simpson2009-10-221-0/+3
* r300g: Remove unused debug flag.Corbin Simpson2009-10-211-3/+2
* r300g: Cleanup header includes.Corbin Simpson2009-10-211-13/+0
* r300g: Fix u_hash_table rename.Corbin Simpson2009-10-171-1/+1
* r300g: Use a hash table to look up vertex info.Corbin Simpson2009-10-161-2/+8
* r300g: Move ZTOP to its own state atom.Corbin Simpson2009-10-141-1/+7
* r300g: add QUERY to KITCHEN_SINKDave Airlie2009-10-141-1/+1
* r300g: port over last parts of oq support.Dave Airlie2009-10-141-0/+2
* r300g: convert query to a state for emitting.Dave Airlie2009-10-141-0/+2
* r300g: fixup arb occulsion query support.Dave Airlie2009-10-141-1/+3
* r300g: More debug flags.Corbin Simpson2009-10-121-0/+2
* r300g: Surface debug.Corbin Simpson2009-10-121-0/+1
* r300g: There is no such thing as "texture stride"Nicolai Hähnle2009-09-121-2/+9
* r300g: Fix a number of warningsNicolai Hähnle2009-09-061-4/+1
* r300g: Debug flags infrastructureNicolai Hähnle2009-09-061-0/+39
* r300g: Massively cleanup OQ.Corbin Simpson2009-08-181-0/+32