summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-9/+0
|\
| * gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-9/+0
* | r300g: add texture compare modesMarek Olšák2009-12-191-3/+20
* | r300g: Respect provoking vertex for trifans.Corbin Simpson2009-12-181-4/+0
* | r300g: if no colorbuffers are set, disable blending and set the color mask to 0Marek Olšák2009-12-151-0/+1
* | r300g: remove unnecessary flush in set_sampler_texturesMarek Olšák2009-12-151-2/+0
* | r300g: fix routing of vertex streams if TCL is bypassedMarek Olšák2009-12-091-2/+0
|/
* Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-081-4/+6
|\
| * gallium: fix more potential strict aliasing issuesRoland Scheidegger2009-12-081-4/+6
| * gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-071-2/+2
* | 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-35/+38
* | r300g: Need to emit a hardware scissor rectangle even if scissor is disabled.Michel Dänzer2009-12-051-0/+19
|/
* r300g: No vertex textures here.Corbin Simpson2009-12-021-0/+7
* r300: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
* r300g: Build fix.Corbin Simpson2009-11-211-1/+1
* r300g: fix updating a vertex formatMarek Olšák2009-11-201-0/+2
* r300g: add texture lod clampingMarek Olšák2009-11-201-0/+5
* r300g: Begin separating HW TCL and SW TCL state and setup.Corbin Simpson2009-11-201-7/+1
* r300g: fix rectangle textures on r3xxMarek Olšák2009-11-201-0/+8
* 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