summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_state.c
AgeCommit message (Expand)Author
2009-12-15r300g: if no colorbuffers are set, disable blending and set the color mask to 0Marek Olšák
2009-12-15r300g: remove unnecessary flush in set_sampler_texturesMarek Olšák
2009-12-09r300g: fix routing of vertex streams if TCL is bypassedMarek Olšák
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-08gallium: fix more potential strict aliasing issuesRoland Scheidegger
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger
2009-12-06r300g: don't render if everything is culled by scissoringMarek Olšák
2009-12-06r300g: remove redundant code and clean upMarek Olšák
2009-12-05r300g: Need to emit a hardware scissor rectangle even if scissor is disabled.Michel Dänzer
2009-12-02r300g: No vertex textures here.Corbin Simpson
2009-12-01r300: Update for renamed sampler/texture state setters.Michal Krol
2009-11-21r300g: Build fix.Corbin Simpson
2009-11-20r300g: fix updating a vertex formatMarek Olšák
2009-11-20r300g: add texture lod clampingMarek Olšák
2009-11-20r300g: Begin separating HW TCL and SW TCL state and setup.Corbin Simpson
2009-11-20r300g: fix rectangle textures on r3xxMarek Olšák
2009-11-08r300g: Unify context names for counts.Corbin Simpson
2009-11-07r300g: VBOs WIPMaciej Cencora
2009-11-07r300g: add missing flushMaciej Cencora
2009-11-04r300g: add polygon modeMarek Olšák
2009-11-04r300g: add color channel maskingMarek Olšák
2009-11-01r300g: Miscellania. Avoid draw segfaults, s/true/TRUE/, etc.Corbin Simpson
2009-11-01r300g: split constant buffer and shader emittionMaciej Cencora
2009-10-31r300g: fix reading from the destination buffer in blendingMarek Olšák
2009-10-31r300g: remove unnecessary assertionsMarek Olšák
2009-10-28r300g: fix emitting the stencil-ref and alpha-ref valuesMarek Olšák
2009-10-28r300g: fix blending and do some optimizationsMarek Olšák
2009-10-21r300g: No debug in r300_state.Corbin Simpson
2009-10-21r300g: Cleanup header includes.Corbin Simpson
2009-10-18r300g: Fix up a bunch of warnings.Corbin Simpson
2009-10-14r300g: Move ztop to derived state.Corbin Simpson
2009-10-14r300g: add one more ZTOP disable bit.Dave Airlie
2009-10-14r300g: fixup arb occulsion query support.Dave Airlie
2009-10-11r300g: fix blending default state + alpha separate.Dave Airlie
2009-09-06r300g: Fix a number of warningsNicolai Hähnle
2009-09-05r300g: update rs_block state after changing rasterizerCooper Yuan
2009-09-05r300g: need to validate scissor and viewport state if bind new rasterizerCooper Yuan
2009-08-27r300g: Correct scissor setting, subtract 1 from window's width and heightCooper Yuan
2009-08-18r300g: Force off ZTOP optimizations for now.Corbin Simpson
2009-08-07r300g: Remove r300_constant_buffer::user_count.Corbin Simpson
2009-07-30r300g: Use radeon compiler for fragment programsNicolai Hähnle
2009-07-30r300g: Use r300compiler for vertex shadersNicolai Hähnle
2009-07-23r300g: Actually mark shaders as translated/untranslated.Corbin Simpson
2009-07-08r300g: Add endian fix to vertex fetcher setup.Corbin Simpson
2009-06-26r300g: EXT_provoking_vertex.Corbin Simpson
2009-06-26r300-gallium: organize fragment/vertex shadersJoakim Sindholt
2009-06-08r300-gallium: Don't emit UCP planes for SW TCL.Corbin Simpson
2009-06-05r300-gallium: Emit UCP.Corbin Simpson
2009-05-20r300-gallium: Another constantbuf shader recompile test.Corbin Simpson
2009-05-18r300-gallium: Cleanup viewport state setup.Corbin Simpson