summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: these flushes shouldn't be necessaryZack Rusin2009-11-041-6/+0
* util: Remove homegrown Windows KM profiler.José Fonseca2009-11-043-332/+0
* tgsi/ureg: Allow for multiple extended instruction tokens.Michal Krol2009-11-042-75/+94
* nv50: fix shader emit_tex for cube texturesChristoph Bumiller2009-11-041-14/+36
* nv50: add abs-modifier for emit_minmaxChristoph Bumiller2009-11-041-17/+31
* nv50: add 3d texture tiling and mip-mappingChristoph Bumiller2009-11-044-37/+114
* llvmpipe: Sanitise shader semantic and interpolator handling.Michal Krol2009-11-031-24/+10
* llvmpipe: remove old prim_setup draw stageKeith Whitwell2009-11-0310-386/+59
* llvmpipe: Respect gl_rasterization_rules in primitive setup.José Fonseca2009-11-031-18/+30
* python/retrace: Cope with null constant buffers.José Fonseca2009-11-031-1/+1
* python/retrace: Add missing colon.José Fonseca2009-11-031-1/+1
* tgsi: Up tgsi_exec's control flow nesting to 32.Michal Krol2009-11-031-3/+3
* tgsi/ureg: Add negate and swizzle for predicates.Michal Krol2009-11-022-22/+208
* gallium/util: add casts to silence warningsBrian Paul2009-11-021-3/+3
* tgsi/ureg: Update for gallium interface changes.Michal Krol2009-11-022-22/+69
* tgsi: Update for gallium interface changes.Michal Krol2009-11-0210-542/+137
* gallium: Cleanup predicate and condition code TGSI tokens.Michal Krol2009-11-022-99/+20
* softpipe: Sanitise shader semantic and interpolator handling.Michal Krol2009-11-021-24/+10
* nouveau: Assume all texture blankets are linear for now.Younes Manton2009-11-013-2/+7
* r300g: Miscellania. Avoid draw segfaults, s/true/TRUE/, etc.Corbin Simpson2009-11-015-14/+28
* r300g: fix geometry corruptionsMaciej Cencora2009-11-011-2/+14
* r300g: split constant buffer and shader emittionMaciej Cencora2009-11-015-98/+152
* r300g: Adopt osiris' PSC data and swizzle.Corbin Simpson2009-11-011-40/+88
* nv50: handle TGSI_SEMANTIC_FACEChristoph Bumiller2009-11-011-0/+25
* nv50: make IF condition safeChristoph Bumiller2009-11-011-1/+3
* nv50: implement TGSI_OPCODE_AND/OR/XORChristoph Bumiller2009-11-011-0/+47
* nv50: fix textures with block size != cppChristoph Bumiller2009-10-312-37/+48
* nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.Younes Manton2009-10-317-0/+15
* nv50: use SIFC also for shader uploadChristoph Bumiller2009-10-313-56/+120
* nv50: make MRTs workChristoph Bumiller2009-10-312-0/+15
* r300g: correct the pitch calculation for smaller mipmapsMarek Olšák2009-10-312-7/+2
* r300g: pretend NPOT supportMarek Olšák2009-10-311-1/+3
* r300g: fix reading from the destination buffer in blendingMarek Olšák2009-10-311-0/+2
* r300g: add precalculating of pixel pitch, add a new NPOT flagMarek Olšák2009-10-313-17/+42
* r300g: remove unnecessary assertionsMarek Olšák2009-10-312-5/+2
* r300g: fix crash in r300_is_texture_referencedMarek Olšák2009-10-312-2/+2
* softpipe: Respect gl_rasterization_rules in primitive setup.Michal Krol2009-10-301-14/+26
* st/xorg: fix scaling ov xv data, plus some cleanupsZack Rusin2009-10-293-28/+57
* r300g: Fix bytes_per_line calculation error while displaying surfaceCooper Yuan2009-10-291-1/+1
* st/xorg: fix src coordinates in the video acceleration pathsZack Rusin2009-10-281-1/+1
* r300g: Use u_trim_pipe_prim to prevent lockups from incorrect vert counts.Corbin Simpson2009-10-281-0/+9
* r300g: Keep texture formats organized.Corbin Simpson2009-10-281-6/+5
* r300g: add some texture formatsMaciej Cencora2009-10-282-0/+9
* r300g: Clear up a bit of the buffer reference stuff.Corbin Simpson2009-10-281-14/+11
* r300g: Fix XXX.Corbin Simpson2009-10-281-1/+0
* r300g: fix emitting the stencil-ref and alpha-ref valuesMarek Olšák2009-10-283-11/+31
* 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-282-48/+54
* llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.José Fonseca2009-10-286-4/+118
* util: Drop return value from cpuid().José Fonseca2009-10-281-10/+6