summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-06-09Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-10glsl: Fix symbol replacement handling in preprocessor.Michal Krol
2009-06-09i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt
2009-06-09intel: Remove an unneeded hunk that slipped in with texture tiling.Eric Anholt
2009-06-09intel: Base tri clearing depth on Y tiling, not IS_I965().Eric Anholt
2009-06-09intel: Fix intel_region_unmap to do unmap, not map.Eric Anholt
2009-06-09i965: added intelFlush() call in intel_get_tex_image()Brian Paul
2009-06-09intel: use GLboolean, not int, for compressed parameterBrian Paul
2009-06-09intel: make a bunch of glTexImage-related functions staticBrian Paul
2009-06-09intel: whitespace clean-upsBrian Paul
2009-06-09vbo: more glDrawElements debug code (disabled)Brian Paul
2009-06-09mesa: added a simple bounds checker to glMap/UnmapBuffer() (disabled)Brian Paul
2009-06-09mesa/st: fix tracking of mapped buffer rangesKeith Whitwell
2009-06-09glsl: Expand nested preprocessor macros.Brian Paul
2009-06-09intel: remove extra \n from warning stringBrian Paul
2009-06-09mesa: reorder fields, update comments for gl_buffer_objectBrian Paul
2009-06-09glsl: Expand nested preprocessor macros.Michal Krol
2009-06-08st/mesa: fix incorrect bufObj Length assignment, remove unneeded assertionBrian Paul
2009-06-08glsl: Fix preprocessor define argument parsing for dead sections.Brian Paul
2009-06-08glsl: Fix preprocessor define argument parsing for dead sections.Michal Krol
2009-06-08glsl: preprocessor debug code (disabled)Brian Paul
2009-06-08mesa: new MESA_EXTENSION_OVERRIDE env varBrian Paul
2009-06-08st/mesa: remove invalid assertionBrian Paul
2009-06-08mesa: Use matching signedness for the counter as upper bound.José Fonseca
2009-06-08mesa: Allocate tokens from the heap.José Fonseca
2009-06-08mesa: better error message for invalid texture unit indexBrian Paul
2009-06-08mesa: bump MAX_PROGRAM_ENV_PARAMS from 128 to 256Brian Paul
2009-06-08mesa/vbo: drop all references to vbo on destroyKeith Whitwell
2009-06-08mesa: EXT_vertex_array_bgra fixesBrian Paul
2009-06-08mesa: EXT_vertex_array_bgra fixesMaciej Cencora
2009-06-05mesa: bump version to 7.5-rc3Brian Paul
2009-06-04osmesa: Allow building standalone in all three channel widthsDan Nicholson
2009-06-04osmesa: Allow building standalone in all three channel widthsDan Nicholson
2009-06-04mesa: call _mesa_ funcs, not gl funcs for debuggingBrian Paul
2009-06-04Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-04st/mesa: increase ST_MAX_SHADER_TOKENS to 8kBrian Paul
2009-06-04intel: Add support for tiled textures.Eric Anholt
2009-06-04i915: Don't rely on fence regs when we don't have to.Eric Anholt
2009-06-04i915: Remove some long-dead i830 code.Eric Anholt
2009-06-03swrast: always do span clipping in _swrast_write_rgba_span()Brian Paul
2009-06-03vbo: minor reformattingBrian Paul
2009-06-03vbo: move/refactor debug codeBrian Paul
2009-06-03vbo: added debug code to check array data validity (disabled)Brian Paul
2009-06-03vbo: new debug/dump code (disabled)Brian Paul
2009-06-03mesa: added NaN checking code (disabled)Brian Paul
2009-06-03mesa: check/prevent NaN for EX2/LG2Brian Paul
2009-06-03tnl: updated clip debug code (disabled)Brian Paul
2009-06-03mesa: added buffer object debug code (disabled)Brian Paul
2009-06-03tnl: add some floating point sanity checks (disabled)Brian Paul
2009-06-03vbo: tweak out-of-bounds VBO access error messageBrian Paul