summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/egl: Allow APIs other than OpenGL.Chia-I Wu2009-11-105-20/+41
* egl_softpipe: Clean up Makefile.Chia-I Wu2009-11-101-10/+5
* gallium: Allow state trackers to install files.Chia-I Wu2009-11-061-1/+5
* st/es: Add OpenGL ES state trackers.Chia-I Wu2009-11-053-0/+90
* gallium/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.Chia-I Wu2009-11-051-0/+30
* softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination.José Fonseca2009-11-051-2/+10
* g3dvl: remove a debug lineCooper Yuan2009-11-051-1/+0
* g3dvl: add scissor settingCooper Yuan2009-11-054-0/+13
* r300g: add polygon modeMarek Olšák2009-11-045-3/+67
* 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-044-5/+19
* 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