summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu2010-02-255-7/+4
* glapi: Generated GLX sources should use glapidispatch.h.Chia-I Wu2010-02-252-2/+2
* mesa: Remove unused Makefile.{ugl,win}.Chia-I Wu2010-02-252-572/+0
* mesa: Remove dead error condition.Vinson Lee2010-02-251-1/+1
* vbo: remove dead codeBrian Paul2010-02-241-35/+3
* mesa: Fix SCons build.Vinson Lee2010-02-241-2/+2
* dri: remove old assertion (see bug 26734)Brian Paul2010-02-241-8/+0
* intel: Implement GL_OES_EGL_image entrypointsKristian Høgsberg2010-02-242-0/+88
* intel: Implement DRI image extensionKristian Høgsberg2010-02-244-0/+104
* mesa: put declaration before codeBrian Paul2010-02-241-1/+1
* core: Implement GL_OES_EGL_image entry pointsKristian Høgsberg2010-02-246-0/+83
* glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg2010-02-249-1454/+1585
* glapi: Add GL_OES_EGL_imageKristian Høgsberg2010-02-243-1/+24
* st/mesa: updated commentsBrian Paul2010-02-242-3/+4
* st/mesa: consolidate redundant format conversion codeBrian Paul2010-02-241-86/+21
* st/mesa: more format code clean-up and removalBrian Paul2010-02-242-68/+18
* st/mesa: clean-ups in FBO codeBrian Paul2010-02-241-21/+6
* st/mesa: clean-up of format-related codeBrian Paul2010-02-243-77/+13
* st/mesa: use util_format_get_blocksize()Brian Paul2010-02-241-1/+1
* st/mesa: code clean-ups in st_renderbuffer_alloc_storage()Brian Paul2010-02-241-8/+7
* r600: proper fix for 15601835361e2fdd34b38b265cfc3007749ee24dAlex Deucher2010-02-242-2/+2
* mesa: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca2010-02-241-3/+7
* mesa: disable unreachable meta mipmap gen codeBrian Paul2010-02-241-0/+3
* radeon/r200: fix the state emission before kernel clearDave Airlie2010-02-242-1/+4
* r600: Assert that array index is not negative.Vinson Lee2010-02-241-0/+1
* radeon: fix bad state emission causes kernel to do bad depth clearDave Airlie2010-02-241-0/+1
* intel: Call intel_prepare_render() in intelMakeCurrent()Kristian Høgsberg2010-02-231-0/+1
* st/mesa: whitespace fixesBrian Paul2010-02-231-4/+1
* glapi: fix es after mvGeorge Sapountzis2010-02-2413-14/+14
* glapi: fix code generation Makefile after mvGeorge Sapountzis2010-02-241-73/+118
* glapi: mv code generation to subdirGeorge Sapountzis2010-02-2442-0/+0
* i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed.Eric Anholt2010-02-231-0/+1
* mesa: Assert that array index is not negative.Vinson Lee2010-02-231-0/+1
* st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixelsBrian Paul2010-02-222-4/+10
* st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_xBrian Paul2010-02-222-1/+9
* mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH.Brian Paul2010-02-221-1/+1
* intel: assert that we do not overflow the batch buffer.Chris Wilson2010-02-221-1/+2
* i915: Fix logic !gen >= 3Chris Wilson2010-02-221-1/+1
* i915: Remove superfluous MI_NOOP from vertex emissionChris Wilson2010-02-221-2/+1
* intel: Check that we have a bufmgr or bail out when initializing the context.Chris Wilson2010-02-221-0/+4
* st/mesa: Fix memory leak on out-of-memory error path.Vinson Lee2010-02-211-1/+3
* mesa: Add assert to check for null pointer dereference.Vinson Lee2010-02-211-2/+6
* radeon: Silence compiler format warning.Vinson Lee2010-02-201-1/+1
* gamma: Silence uninitialized variable warnings.Vinson Lee2010-02-201-1/+1
* gamma: Add missing headers.Vinson Lee2010-02-2010-5/+12
* gamma: Remove unnecessary header.Vinson Lee2010-02-201-1/+0
* intel: Silence compiler format warnings.Vinson Lee2010-02-202-2/+2
* mesa: Silence compiler format warning.Vinson Lee2010-02-191-1/+1
* mesa: fix snprintf() typoBrian Paul2010-02-192-4/+4
* mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul2010-02-1912-29/+45