summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/7.8' into 7.8-gles7.8-glesKristian Høgsberg2010-05-1434-232/+241
|\
| * i965: Fix scissoring when width or height is 0.Eric Anholt2010-05-131-1/+14
| * i965: Fix assertion for surface tile offset usage on Ironlake.Eric Anholt2010-05-131-1/+1
| * i965: Fix cube map layouts on Ironlake.Eric Anholt2010-05-134-70/+24
| * intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-05-1324-148/+146
| * i965: When an RB gets a new region, clear the old from the state cache.Eric Anholt2010-05-134-6/+16
| * intel: Don't tile textures so small that size is blown up by over 2x.Eric Anholt2010-05-131-4/+3
| * i965: Reject shaders with uninlined function calls instead of hanging.Eric Anholt2010-05-131-1/+33
| * mesa: Don't overwrite a driver's shader infolog with generic failure message.Eric Anholt2010-05-131-1/+4
* | egl: Implement EGL_NOK_texture_from_pixmapKristian Høgsberg2010-05-148-29/+61
* | egl: Only allow valid config attributes in _eglParseConfigAttribList()Kristian Høgsberg2010-05-141-28/+24
* | egl: remove duplicate ARRAY_SIZE() macro declarationBrian Paul2010-05-141-1/+1
* | egl: Silence uninitialized variable warnings.Vinson Lee2010-05-141-1/+1
* | egl: Implement EGL_NOK_swap_regionKristian Høgsberg2010-05-146-2/+98
* | egl_dri2: Enable KHR_gl_texture_2D_imageKristian Høgsberg2010-05-141-0/+1
* | egl_dri2: Flush before context switch and swap buffers.Chia-I Wu2010-05-141-0/+18
* | egl: Allow a prioritized list of default driversKristian Høgsberg2010-05-136-26/+45
* | egl_dri2: Downgrade initialization errors to warningsKristian Høgsberg2010-05-131-4/+4
* | egl: Drop broken _EGL_PLATFORM_NO_OS codeKristian Høgsberg2010-05-131-32/+0
* | egl: Don't try to load driver basename if the platform needs a suffixKristian Høgsberg2010-05-131-3/+5
* | Merge remote branch 'origin/7.8' into 7.8-glesKristian Høgsberg2010-05-125-13/+43
|\ \ | |/
| * egl_dri2: Zero out driver structKristian Høgsberg2010-05-121-0/+1
| * glx: Get GLX_SCREEN first in __glXQueryContextInfo()Kristian Høgsberg2010-05-121-3/+10
| * osmesa: fix OSMesa for CHAN_BITS=32Brian Paul2010-05-071-7/+30
| * glsl: change variable declared assertion into conditionalBrian Paul2010-05-072-3/+2
* | mesa: Add missing features.Chia-I Wu2010-05-125-7/+11
* | mesa: Add umbrella features.Chia-I Wu2010-05-121-51/+68
* | Merge remote branch 'origin/7.8' into 7.8-glesKristian Høgsberg2010-05-06135-7938/+56163
|\ \ | |/
| * gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry2010-05-063-6121/+2
| * mesa/st: Fill in native program limits.José Fonseca2010-05-041-0/+91
| * darwin: Fix buildJeremy Huddleston2010-05-011-4/+4
| * st/mesa: fix incorrect RowStride computationBrian Paul2010-04-281-1/+4
| * st/mesa: fill in stImage->level in st_generate_mipmap()Brian Paul2010-04-281-1/+3
| * glx: Fix buildJakob Bornecrantz2010-04-281-1/+1
| * egl: dri2 driver error outputMicah Fedke2010-04-281-1/+2
| * osmesa: update SRC_DIRS to fix buildBrian Paul2010-04-273-5/+5
| * osdemos: replace assertion with error handlerBrian Paul2010-04-271-1/+5
| * osmesa: don't need to link with -lGLBrian Paul2010-04-271-1/+1
| * mesa: Disable scissor when begining meta operationsPierre Willenbrock2010-04-271-0/+1
| * mesa: Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targetsPierre Willenbrock2010-04-271-4/+8
| * glx: Initialize have_back.Pierre Willenbrok2010-04-271-0/+1
| * Buildfixes to work around issues in OpenGL.frameworkJeremy Huddleston2010-04-2711-135/+60
| * Update OpenGL specsJeremy Huddleston2010-04-2710-274/+2522
| * apple: Use mesa gl.h rather than generating one.Jeremy Huddleston2010-04-277-181/+48
| * apple: Integrate our libGL into the existing build system betterJeremy Huddleston2010-04-273-76/+116
| * darwin: Use clientattribJeremy Huddleston2010-04-273-3/+3
| * apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-2717-120/+108
| * apple: Remove duplicate headers that already exist in mesa.Jeremy Huddleston2010-04-277-20231/+0
| * apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston2010-04-2770-40/+71580
| * glapi: Fix loading of old DRI drivers.Chia-I Wu2010-04-271-0/+20