summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-01i965: whitespace, comment changesBrian Paul
2009-01-01mesa: comments, whitespace changesBrian Paul
2009-01-01demos: added progs/glsl/samplers.c to test all available texture samplersBrian Paul
2009-01-01mesa: updated comments about GLSL constantsBrian Paul
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul
2008-12-31python: Pass a zero offset to util_draw_vertex_buffer.José Fonseca
2008-12-31util: List new file in SConscript.José Fonseca
2008-12-31Merge commit 'origin/gallium-0.1' into gallium-0.2José Fonseca
2008-12-31i915: Avoid ptr->int conversion.José Fonseca
2008-12-31draw: Avoid integer overflow converting pointers on 64bit archs.José Fonseca
2008-12-31intel: Share passthrough transform setup between glBitmap and glDrawPixels.Eric Anholt
2008-12-31intel: Add support for glBitmap as metaops using GL calls.Eric Anholt
2008-12-30Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-30mesa: fix bug in evaluation of structure fieldsBrian Paul
2008-12-30mesa: allow variable indexing into the predefined uniform variable arraysBrian Paul
2008-12-30mesa: better error message when running out of GLSL samplersBrian Paul
2008-12-30mesa: comments for some state varsBrian Paul
2008-12-30mesa: increase max constants/uniforms to 256 (vec4 vectors)Brian Paul
2008-12-30gallium: Initialize var before use.José Fonseca
2008-12-30glut: List new source file in sconscript.José Fonseca
2008-12-30mesa: Do not specify types in bitfields.José Fonseca
2008-12-30draw: Do not specify types in bitfields.José Fonseca
2008-12-30gallium: Remove unused variables.José Fonseca
2008-12-30gallium: Don't redefine INLINE.José Fonseca
2008-12-30scons: Specify C99 throughout all the tree.José Fonseca
2008-12-30rtasm: Remove spurious semi-colons after function bodies.José Fonseca
2008-12-30gdi: Remove accidental keypresses.José Fonseca
2008-12-30mesa: updated compilation documentationBrian Paul
2008-12-30demos: minor fixes to twoside.c glsl demoBrian Paul
2008-12-30intel: disable ATI_texture_env_combine3 for i830( and related device).Xiang, Haihao
2008-12-29dri: Fix driWaitForMSC32 when divisor >= 2 and msc < 0.Eric Anholt
2008-12-29R300: missing semicolonAlex Deucher
2008-12-29intel: enable ATI_texture_env_combine3. Fixes #17707Xiang, Haihao
2008-12-28r300: remove the unknowns from the indx_buffer codeDave Airlie
2008-12-24i915: separate the fog term from the specular color term.Xiang, Haihao
2008-12-23intel: Fix glBitmap clipping for DRI1.Eric Anholt
2008-12-23Remove third buffer support from Mesa.Dave Airlie
2008-12-23egl: fix egl closureAlan Hourihane
2008-12-23egl: fix startup query versionAlan Hourihane
2008-12-23egl: support GLXFBConfigs, pbuffers and pixmaps.Alan Hourihane
2008-12-22softpipe: Don't fill surfaces's winsys fields.José Fonseca
2008-12-22softpipe: Call surface_alloc_storage to get the pipebuffer for display targets.José Fonseca
2008-12-22Merge commit 'origin/gallium-0.1' into gallium-0.2José Fonseca
2008-12-22gdi: Cleanup sconsfile.José Fonseca
2008-12-22softpipe: initialize refcount and winsysJerome Glisse
2008-12-22softpipe: convert to use texture instead of surfaceJerome Glisse
2008-12-22gallium: const correctness.José Fonseca
2008-12-21Ignore new tests executables.José Fonseca
2008-12-20gallium: Fix typo in define name.José Fonseca
2008-12-19Merge commit 'origin/master' into gallium-0.2Brian Paul