summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-24mesa: copy centroid/invariance/precision info in parse_init_declarator()Brian Paul
2008-11-24mesa: check that varying variable qualifiers agreeBrian Paul
2008-11-24mesa: copy precision/variant/centroid info in slang_fully_specified_type_copy()Brian Paul
2008-11-24mesa: set flags for varying varsBrian Paul
2008-11-24mesa: rename program parameter flags to match other Mesa conventionsBrian Paul
2008-11-24mesa: copy Flags in _mesa_clone_parameter_list()Brian Paul
2008-11-24mesa: dump/debug varying vars listBrian Paul
2008-11-24mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolationBrian Paul
2008-11-24mesa: add Flags field to gl_program_parameterBrian Paul
2008-11-24docs: update webmaster email addrBrian Paul
2008-11-24pipebuffer: Ondemand buffer manager.José Fonseca
2008-11-24pipebuffer: Implement proper buffer validation.José Fonseca
2008-11-24gallium: Define convenience shortcuts for CPU/GPU READ/WRITE flag combinations.José Fonseca
2008-11-24mesa: Don't call fence_finish with a null fence.José Fonseca
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian
2008-11-21mesa: issue error, don't crash, when calling a prototyped, but undefined func...Brian Paul
2008-11-21mesa: better variable name: s/aux/store/Brian Paul
2008-11-21cell: only build Cell and softpipe driversBrian Paul
2008-11-21CELL: use variant-length fragment ops programsRobert Ellison
2008-11-21added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shaderBrian Paul
2008-11-21i965: Add support for accelerated CopyTexSubImage.Eric Anholt
2008-11-21intel: Don't glBitmap fallback with scissoring enabled.Eric Anholt
2008-11-21i915: Don't overwrite i915's Viewport function from generic code.Eric Anholt
2008-11-21glut: MinGW portability fixes.José Fonseca
2008-11-21gdi: Reimplement using the WGL statetracker.José Fonseca
2008-11-21mesa: Bring in new mesa sub-statetracker.José Fonseca
2008-11-21scons: Build progs.José Fonseca
2008-11-20CELL: improve twiddling/untwiddling error textRobert Ellison
2008-11-20scons: Fix toolchain selection.Michal Krol
2008-11-20scons: Support MinGW32 cross compiler.José Fonseca
2008-11-20Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-20mesa: fix shadow sampling unit issue.Xiang, Haihao
2008-11-20intel: fix i830 comment + backwards VB offsets.airlied
2008-11-20intel: fix i8xx vbo enable bitairlied
2008-11-20intel: add lots of i830 engine to intel_decode debugairlied
2008-11-19mesa: minor comment reformatttingBrian Paul
2008-11-19mesa: glsl compiler debug codeBrian Paul
2008-11-19mesa: rework GLSL array code generationBrian Paul
2008-11-19scons: Fix toolchain selection.Michal Krol
2008-11-19mesa: don't realloc instruction buffer so oftenBrian Paul
2008-11-19mesa: updated commentBrian Paul
2008-11-19Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-11-20python/retrace: Dump constants.José Fonseca
2008-11-20python: Allow to read from buffers.José Fonseca
2008-11-19python/retrace: Fix formatting of shaders.José Fonseca
2008-11-19python/retrace: Ignore irrelevant calls.José Fonseca
2008-11-19add SRGB formatsAlan Hourihane
2008-11-19python/retrace: Highlight the trace dump to help to visualize.José Fonseca
2008-11-19python/retrace: Use the usual BSD-style license.José Fonseca
2008-11-19mesa: clamp luminance if needed.Xiang, Haihao