summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
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-04mesa: Prevent possible array out-of-bounds access by _mesa_light.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-04r600: support vertex_array_bgraAndre Maasikas
2010-01-03r300: Use C-style comments.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-03Export a few glapi functions used by gallium and r300Kristian Høgsberg
2010-01-03mesa: Cope with the degenerate case of zero length ranges.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-02i810: Fix include recursion.Vinson Lee
2010-01-02sis: ifdef out unused variable.Vinson Lee
2010-01-02mesa: added _mesa_GetBufferParameteri64v()Brian Paul
2010-01-01x86: Silence printf format warnings.Vinson Lee
2010-01-01ARB prog parser: Silence unused variable warnings.Vinson Lee
2010-01-01mesa: Make condrender.[ch] prototypes match.José Fonseca
2009-12-31st/mesa: implement conditional renderingBrian Paul
2009-12-31st/mesa: move st_query_object type to header to make it publicBrian Paul
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-31mesa: remove a line of dead codeBrian Paul
2009-12-31mesa: enable ColorMaskIndexed in display listsBrian Paul
2009-12-31mesa: enable GL_EXT_draw_buffers2 for sw driversBrian Paul
2009-12-31mesa: turn on NV_conditional_render for software driversBrian Paul
2009-12-31swrast: add check for conditional renderingBrian Paul
2009-12-31tnl: add check for conditional renderingBrian Paul
2009-12-31mesa: plug in API functions for conditional renderingBrian Paul
2009-12-31mesa: added dispatch for GL_NV_conditional_render extensionBrian Paul
2009-12-31mesa: added FLUSH_VERTICES(), more commentsBrian Paul
2009-12-31mesa: add flag for GL_NV_conditional_render extensionBrian Paul
2009-12-31mesa: _mesa_Begin/EndConditionalRender() functionsBrian Paul
2009-12-31mesa: make _mesa_lookup_query_object() an non-private inline functionBrian Paul
2009-12-31swrast: use different temp array in _swrast_get_dest_rgba()Brian Paul
2009-12-31mesa: Silence unused variable warning.Vinson Lee
2009-12-30mesa: implement _mesa_GetStringi() for GL3Brian Paul