summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
2010-01-04mesa: use get_texobj() in _mesa_GetTexParameter() funcsBrian Paul
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04mesa: add missing _mesa_lock_texture() callBrian Paul
2010-01-04i915: Use _MaxLevel on principle in texture setup.Eric Anholt
2010-01-04intel: Fix CopyTexImage from tiled mipmap levels > 0.Eric Anholt
2010-01-04i965: Fix the surface offset calculation for tiled buffers.Eric Anholt
2010-01-04r600: support vertex_array_bgraAndre Maasikas
2010-01-04mesa: added GL_DU8DV8_ATI in extract_float_rgba()Brian Paul
2010-01-04docs: initial release notes for 7.7.1Brian Paul
2010-01-04mesa: Prevent possible array out-of-bounds access by _mesa_light.Vinson Lee
2010-01-04i965g: Fix assert.Vinson Lee
2010-01-04tgsi: Fix assert.Vinson Lee
2010-01-04Merge branch 'gallium-conditional-rendering'Brian Paul
2010-01-04mesa: regenerated enums.c fileBrian Paul
2010-01-04glapi: comment-out TIMEOUT_IGNOREDBrian Paul
2010-01-04glsl: use varName variable in _slang_gen_assignment()Brian Paul
2010-01-04mesa: more detailed error message in extract_float_rgba()Brian Paul
2010-01-04fix overflowAlan Hourihane
2010-01-04st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL.Michel Dänzer
2010-01-04silence compiler warningAlan Hourihane
2010-01-04Fix testAlan Hourihane
2010-01-04svga: Fix debug build crash when rendering to depth/stencil renderbuffer only.Michel Dänzer
2010-01-04st/xorg: Proper calculation of screen pitch.Michel Dänzer
2010-01-04vmware/xorg: Fix SCons build.Michel Dänzer
2010-01-04r600: support vertex_array_bgraAndre Maasikas
2010-01-03r300: Use C-style comments.Vinson Lee
2010-01-03progs/egl: Silence uninitialized variable warnings.Vinson Lee
2010-01-03progs/samples: Silence compiler warnings.Vinson Lee
2010-01-03r300: Silence 'mixed declarations and code' warnings.Vinson Lee
2010-01-03Only enable verbose NoOp dispatch if DEBUG is definedKristian Høgsberg
2010-01-03r300: Silence 'mixed declarations and code' warning.Vinson Lee
2010-01-03Noop dispatch: move warning code out of the generated functionsKristian Høgsberg
2010-01-03r300: Silence 'mixed declarations and code' warning.Vinson Lee
2010-01-03r300g: Silence 'mixed declarations and code' warning.Vinson Lee
2010-01-03Fix glut to work with -fvisibility=hiddenKristian Høgsberg
2010-01-03Export a few glapi functions used by gallium and r300Kristian Høgsberg
2010-01-03r300g: Remove comma at end of enumerator list.Vinson Lee
2010-01-03llvmpipe: Remove comma at end of enumerator list.Vinson Lee
2010-01-03Compile with -fvisibility-hidden by defaultKristian Høgsberg
2010-01-03mesa: Cope with the degenerate case of zero length ranges.José Fonseca
2010-01-03gdi: Don't generate import libraries for opengl32.dll.José Fonseca
2010-01-03mesa: fix blend enable/disable calls in meta.c codeFrancis Galiegue
2010-01-03apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSXJeremy Huddleston
2010-01-03glxcmds: Fix comment about __DRI_ALLOCATEJeremy Huddleston
2010-01-03trace: Remove comma at end of enumerator list.Vinson Lee
2010-01-03rtasm: Play nicely with Windows's Data Execution Prevention.José Fonseca
2010-01-03progs/vp: Ensure null-terminated byte string.Vinson Lee
2010-01-02progs/tests: Silence uninitialized variable warning.Vinson Lee
2010-01-02progs/tests: Silence warn_unused_result warning.Vinson Lee