summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-14Merge remote branch 'origin/7.8' into 7.8-gles7.8-glesKristian Høgsberg34-232/+241
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-13i965: Fix scissoring when width or height is 0.Eric Anholt1-1/+14
2010-05-13i965: Fix assertion for surface tile offset usage on Ironlake.Eric Anholt1-1/+1
2010-05-13i965: Fix cube map layouts on Ironlake.Eric Anholt4-70/+24
2010-05-13intel: Clean up chipset name and gen num for IronlakeZhenyu Wang24-148/+146
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-13i965: When an RB gets a new region, clear the old from the state cache.Eric Anholt4-6/+16
2010-05-13intel: Don't tile textures so small that size is blown up by over 2x.Eric Anholt1-4/+3
2010-05-13i965: Reject shaders with uninlined function calls instead of hanging.Eric Anholt1-1/+33
2010-05-13mesa: Don't overwrite a driver's shader infolog with generic failure message.Eric Anholt1-1/+4
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