summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_emit.c
AgeCommit message (Expand)Author
2009-11-04r300g: fix the size of CS when emitting the fragprog constant bufferMarek Olšák
2009-11-04r300g: set the correct offset in a colorbuffer surfaceMarek 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: fix geometry corruptionsMaciej Cencora
2009-11-01r300g: split constant buffer and shader emittionMaciej Cencora
2009-10-31r300g: correct the pitch calculation for smaller mipmapsMarek Olšák
2009-10-31r300g: add precalculating of pixel pitch, add a new NPOT flagMarek Olšák
2009-10-31r300g: fix crash in r300_is_texture_referencedMarek Olšák
2009-10-28r300g: fix emitting the stencil-ref and alpha-ref valuesMarek Olšák
2009-10-28r300g: fix the WRAP_T mode when using 1D texturesMarek Olšák
2009-10-28r300g: fix blending and do some optimizationsMarek Olšák
2009-10-21r300g: Cleanup header includes.Corbin Simpson
2009-10-18r300g: Fix up a bunch of warnings.Corbin Simpson
2009-10-16r300g: Use a hash table to look up vertex info.Corbin Simpson
2009-10-15r300g: Set logical ID for each emitted texture/sampler.Corbin Simpson
2009-10-14r300g: Move ZTOP to its own state atom.Corbin Simpson
2009-10-14r300g: remove buffer add that should be unnecessary.Dave Airlie
2009-10-14r300g: port over last parts of oq support.Dave Airlie
2009-10-14r300g: convert query to a state for emitting.Dave Airlie
2009-10-14r300g: fixup arb occulsion query support.Dave Airlie
2009-10-14r300g: attempt to make bo space check sane.Dave Airlie
2009-10-14r300g: fix case where texture unit 0 is disabled but unit 1 is enabled.Dave Airlie
2009-10-11r300g: Fix fragment program constants upload on R300Nicolai Hähnle
2009-09-26r300g: add missing break in OQ emitDave Airlie
2009-09-12r300g: There is no such thing as "texture stride"Nicolai Hähnle
2009-09-06r300g: Fix a number of warningsNicolai Hähnle
2009-09-06r300g: Debug flags infrastructureNicolai Hähnle
2009-08-18r300g: Massively cleanup OQ.Corbin Simpson
2009-08-11r300g: Emit relocations for pitch registers.Michel Dänzer
2009-07-30r300g: Use radeon compiler for fragment programsNicolai Hähnle
2009-07-30r300g: Use r300compiler for vertex shadersNicolai Hähnle
2009-07-23r300g, radeon-gallium: Fix API, cleanup.Corbin Simpson
2009-07-08r300-gallium: Unify sampler and texture emit.Corbin Simpson
2009-06-26r300g: Comment out assert for now.Corbin Simpson
2009-06-26r300-gallium: Ensure that no dirty state goes unemitted.Corbin Simpson
2009-06-26r300-gallium: organize fragment/vertex shadersJoakim Sindholt
2009-06-08r300-gallium: HW TCL glxgears. (Read the rest of the log.)Corbin Simpson
2009-06-08r300-gallium: Make UCP and clip work again for SW TCL.Corbin Simpson
2009-06-08r300-gallium: Don't emit UCP planes for SW TCL.Corbin Simpson
2009-06-05r300-gallium: Use VAP_CLIP_CNTL.Corbin Simpson
2009-06-05r300-gallium: Emit UCP.Corbin Simpson
2009-06-05r300-gallium: Improve vs emit.Corbin Simpson
2009-06-04r300-gallium: Fix pasta.Corbin Simpson
2009-05-28r300-gallium, radeon-gallium: Make add_buffer indicate when a flush is needed.Corbin Simpson
2009-05-20r300-gallium: Make surface_copy work, and refactor buffer validation.Corbin Simpson
2009-05-18r300-gallium: Always do VTE, never software viewport.Corbin Simpson
2009-05-17r300-gallium: Comment out useless debugging code.Corbin Simpson
2009-05-16r300-gallium: Various cleanups leftover from before.Corbin Simpson
2009-05-13r300-gallium: Space accounting for textures.Corbin Simpson