summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-14egl: Implement EGL_NOK_texture_from_pixmapKristian Høgsberg8-29/+61
2010-05-14egl: Only allow valid config attributes in _eglParseConfigAttribList()Kristian Høgsberg1-28/+24
2010-05-14egl: remove duplicate ARRAY_SIZE() macro declarationBrian Paul1-1/+1
2010-05-14egl: Silence uninitialized variable warnings.Vinson Lee1-1/+1
2010-05-14egl: Implement EGL_NOK_swap_regionKristian Høgsberg6-2/+98
2010-05-14egl_dri2: Enable KHR_gl_texture_2D_imageKristian Høgsberg1-0/+1
2010-05-14egl_dri2: Flush before context switch and swap buffers.Chia-I Wu1-0/+18
2010-05-13egl: Allow a prioritized list of default driversKristian Høgsberg6-26/+45
2010-05-13egl_dri2: Downgrade initialization errors to warningsKristian Høgsberg1-4/+4
2010-05-13egl: Drop broken _EGL_PLATFORM_NO_OS codeKristian Høgsberg1-32/+0
2010-05-13egl: Don't try to load driver basename if the platform needs a suffixKristian Høgsberg1-3/+5
2010-05-12Merge remote branch 'origin/7.8' into 7.8-glesKristian Høgsberg5-13/+43
2010-05-12mesa: Add missing features.Chia-I Wu5-7/+11
2010-05-12mesa: Add umbrella features.Chia-I Wu1-51/+68
2010-05-12egl_dri2: Zero out driver structKristian Høgsberg1-0/+1
2010-05-12glx: Get GLX_SCREEN first in __glXQueryContextInfo()Kristian Høgsberg1-3/+10
2010-05-07osmesa: fix OSMesa for CHAN_BITS=32Brian Paul1-7/+30
2010-05-07glsl: change variable declared assertion into conditionalBrian Paul2-3/+2
2010-05-06Merge remote branch 'origin/7.8' into 7.8-glesKristian Høgsberg135-7938/+56163
2010-05-06mesa: Fix build of ES overlay.Chia-I Wu5-16/+34
2010-05-06Fix gles .pc file generationKristian Høgsberg2-1/+4
2010-05-06Add egl.pc fileKristian Høgsberg3-1/+33
2010-05-06intel: Enable GL_EXT_framebuffer_object for gles2Kristian Høgsberg1-0/+1
2010-05-06gles: Add -I$(TOP)/include.Chia-I Wu1-1/+1
2010-05-06mesa: Forgot to add .pc.in files for glesKristian Høgsberg2-0/+24
2010-05-06gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry3-6121/+2
2010-05-04mesa/st: Fill in native program limits.José Fonseca1-0/+91
2010-05-03mesa: Only initialize TNL for OpenGLKristian Høgsberg1-4/+5
2010-05-03mesa: Only initialize save dispatch table for OpenGLKristian Høgsberg2-14/+14
2010-05-03mesa: Add OES_EGL_image to extension list.Chia-I Wu6-0/+25
2010-05-03Generate es glapi files when es1 or es2 is enabledKristian Høgsberg2-2/+11
2010-05-03Update dri state tracker to use new API aware context createXavier Chantry2-2/+5
2010-05-03configure.ac: Fix test for whether to build src/glesKristian Høgsberg1-1/+1
2010-05-03mesa: Include mfeatures.h before testing feature macrosKristian Høgsberg1-0/+2
2010-05-03mesa: Only compile ES files when ES1 or ES2 are selectedKristian Høgsberg3-6/+18
2010-05-03mesa: #ifdef out more remap_table related code when disabled.José Fonseca2-3/+6
2010-05-03Hook in install rules for es1 and es2Kristian Høgsberg3-0/+12
2010-05-03Add glesv2.pc and glesv1_cm.pc pkg-config files for ES 1 and 2Kristian Høgsberg3-7/+26
2010-05-03st/mesa: Create context for API_OPENGL as first priorityKristian Høgsberg1-4/+4
2010-05-03gles: Build libGLESv1_CM.so and libGLESv2.so from glapi filesKristian Høgsberg4-0/+118
2010-05-03intel: Only register ES2 extensions for ES2 contextsKristian Høgsberg7-2/+108
2010-05-03configure.ac: Add options to enable GLES1/2 API supportKristian Høgsberg4-0/+34
2010-05-03intel: Advertise GLES1/2 for i915+ when enabledKristian Høgsberg1-0/+12
2010-05-03dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg8-13/+22
2010-05-03egl_dri2: Use new DRI API to create a GLES1/2 context when asked toKristian Høgsberg1-10/+59
2010-05-03dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg27-32/+124
2010-05-03st/mesa: Move st_cb_drawtex.c to the mesa state trackerKristian Høgsberg4-11/+2
2010-05-03es: Drop es specific enums.cKristian Høgsberg2-22/+3
2010-05-03glapi: Regenerate enums.c for all APIsKristian Høgsberg1-3117/+3419
2010-05-03glapi: Update gl_enum.py to generate enum tables for multiple APIsKristian Høgsberg2-13/+19