summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_emit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-2/+2
|\
| * r300g: Use C-style comments.Vinson Lee2010-01-021-2/+2
* | r300g: add texture compare modesMarek Olšák2009-12-191-4/+13
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-4/+4
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-39/+107
|\ \
| * | r300g: fix emission of which textures are enabledMarek Olšák2009-12-151-1/+12
| * | r300g: if no colorbuffers are set, disable blending and set the color mask to 0Marek Olšák2009-12-151-3/+10
| * | r300g: set the number of colorbuffers in RB3D_CCTLMarek Olšák2009-12-151-1/+4
| * | r300g: always disable unused colorbuffersMarek Olšák2009-12-091-1/+14
| * | r300g: make pow(0,0) return 1 instead of NaN in the R500 fragment shaderMarek Olšák2009-12-091-1/+1
| * | r300g: clean up r300_emit_aosMarek Olšák2009-12-091-26/+45
| * | r300g: remove redundant code and clean upMarek Olšák2009-12-061-7/+12
| * | r300g: Need to emit a hardware scissor rectangle even if scissor is disabled.Michel Dänzer2009-12-051-2/+7
| * | radeong: flush CS if a buffer being mapped is referenced by itMarek Olšák2009-12-041-2/+0
| * | r300g, radeong: fix the CS overflowMarek Olšák2009-12-041-1/+8
| * | gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-021-6/+6
* | | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-6/+7
|/ /
* | r300g,llvmpipe: fix some more merge problemsRoland Scheidegger2009-11-271-2/+2
* | r300g: use util_bitcount()Brian Paul2009-11-231-17/+2
* | r300g: add texture lod clampingMarek Olšák2009-11-201-1/+10
* | r300g: emit R300_TEX_ENABLE to indicate there are no textures boundMarek Olšák2009-11-201-2/+13
* | r300g: Texrect factor cleanup.Corbin Simpson2009-11-201-10/+14
* | r300g: fix rectangle textures on r3xxMarek Olšák2009-11-201-2/+20
* | r300g: Clean up bitcounting function.Corbin Simpson2009-11-201-5/+10
* | r300g: Use MAX3 and MIN3.Corbin Simpson2009-11-201-3/+0
* | r300g: set better values in the R300_VAP_CNTL registerMarek Olšák2009-11-201-5/+28
|/
* r300g: Unify context names for counts.Corbin Simpson2009-11-081-6/+10
* r300g: Enable PSC/RS dump with new debugging flags.Corbin Simpson2009-11-081-12/+16
* r300g: Don't pass hw_prim around in the context.Corbin Simpson2009-11-071-58/+0
* r300g: VBOs WIPMaciej Cencora2009-11-071-5/+103
* r300g: add polygon modeMarek Olšák2009-11-041-1/+2
* r300g: fix the size of CS when emitting the fragprog constant bufferMarek Olšák2009-11-041-1/+1
* r300g: set the correct offset in a colorbuffer surfaceMarek Olšák2009-11-041-8/+9
* r300g: add color channel maskingMarek Olšák2009-11-041-3/+3
* r300g: Miscellania. Avoid draw segfaults, s/true/TRUE/, etc.Corbin Simpson2009-11-011-1/+1
* r300g: fix geometry corruptionsMaciej Cencora2009-11-011-2/+14
* r300g: split constant buffer and shader emittionMaciej Cencora2009-11-011-56/+101
* r300g: correct the pitch calculation for smaller mipmapsMarek Olšák2009-10-311-1/+1
* r300g: add precalculating of pixel pitch, add a new NPOT flagMarek Olšák2009-10-311-7/+9
* r300g: fix crash in r300_is_texture_referencedMarek Olšák2009-10-311-1/+1
* r300g: fix emitting the stencil-ref and alpha-ref valuesMarek Olšák2009-10-281-6/+10
* r300g: fix the WRAP_T mode when using 1D texturesMarek Olšák2009-10-281-1/+8
* r300g: fix blending and do some optimizationsMarek Olšák2009-10-281-0/+1
* r300g: Cleanup header includes.Corbin Simpson2009-10-211-1/+6
* r300g: Fix up a bunch of warnings.Corbin Simpson2009-10-181-13/+11
* r300g: Use a hash table to look up vertex info.Corbin Simpson2009-10-161-13/+13
* r300g: Set logical ID for each emitted texture/sampler.Corbin Simpson2009-10-151-1/+2
* r300g: Move ZTOP to its own state atom.Corbin Simpson2009-10-141-1/+1
* r300g: remove buffer add that should be unnecessary.Dave Airlie2009-10-141-6/+0
* r300g: port over last parts of oq support.Dave Airlie2009-10-141-2/+9