summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-02-25glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu
2010-02-25glapi: Generated GLX sources should use glapidispatch.h.Chia-I Wu
2010-02-25mesa: Remove unused Makefile.{ugl,win}.Chia-I Wu
2010-02-25mesa: Remove dead error condition.Vinson Lee
2010-02-24vbo: remove dead codeBrian Paul
2010-02-24mesa: Fix SCons build.Vinson Lee
2010-02-24dri: remove old assertion (see bug 26734)Brian Paul
2010-02-24intel: Implement GL_OES_EGL_image entrypointsKristian Høgsberg
2010-02-24intel: Implement DRI image extensionKristian Høgsberg
2010-02-24mesa: put declaration before codeBrian Paul
2010-02-24core: Implement GL_OES_EGL_image entry pointsKristian Høgsberg
2010-02-24glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg
2010-02-24glapi: Add GL_OES_EGL_imageKristian Høgsberg
2010-02-24st/mesa: updated commentsBrian Paul
2010-02-24st/mesa: consolidate redundant format conversion codeBrian Paul
2010-02-24st/mesa: more format code clean-up and removalBrian Paul
2010-02-24st/mesa: clean-ups in FBO codeBrian Paul
2010-02-24st/mesa: clean-up of format-related codeBrian Paul
2010-02-24st/mesa: use util_format_get_blocksize()Brian Paul
2010-02-24st/mesa: code clean-ups in st_renderbuffer_alloc_storage()Brian Paul
2010-02-24r600: proper fix for 15601835361e2fdd34b38b265cfc3007749ee24dAlex Deucher
2010-02-24mesa: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca
2010-02-24mesa: disable unreachable meta mipmap gen codeBrian Paul
2010-02-24radeon/r200: fix the state emission before kernel clearDave Airlie
2010-02-24r600: Assert that array index is not negative.Vinson Lee
2010-02-24radeon: fix bad state emission causes kernel to do bad depth clearDave Airlie
2010-02-23intel: Call intel_prepare_render() in intelMakeCurrent()Kristian Høgsberg
2010-02-23st/mesa: whitespace fixesBrian Paul
2010-02-24glapi: fix es after mvGeorge Sapountzis
2010-02-24glapi: fix code generation Makefile after mvGeorge Sapountzis
2010-02-24glapi: mv code generation to subdirGeorge Sapountzis
2010-02-23i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed.Eric Anholt
2010-02-23mesa: Assert that array index is not negative.Vinson Lee
2010-02-22st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixelsBrian Paul
2010-02-22st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_xBrian Paul
2010-02-22mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH.Brian Paul
2010-02-22intel: assert that we do not overflow the batch buffer.Chris Wilson
2010-02-22i915: Fix logic !gen >= 3Chris Wilson
2010-02-22i915: Remove superfluous MI_NOOP from vertex emissionChris Wilson
2010-02-22intel: Check that we have a bufmgr or bail out when initializing the context.Chris Wilson
2010-02-21st/mesa: Fix memory leak on out-of-memory error path.Vinson Lee
2010-02-21mesa: Add assert to check for null pointer dereference.Vinson Lee
2010-02-20radeon: Silence compiler format warning.Vinson Lee
2010-02-20gamma: Silence uninitialized variable warnings.Vinson Lee
2010-02-20gamma: Add missing headers.Vinson Lee
2010-02-20gamma: Remove unnecessary header.Vinson Lee
2010-02-20intel: Silence compiler format warnings.Vinson Lee
2010-02-19mesa: Silence compiler format warning.Vinson Lee
2010-02-19mesa: fix snprintf() typoBrian Paul
2010-02-19mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul