summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-01darwin: Fix buildJeremy Huddleston1-4/+4
2010-04-28st/mesa: fix incorrect RowStride computationBrian Paul1-1/+4
2010-04-28st/mesa: fill in stImage->level in st_generate_mipmap()Brian Paul1-1/+3
2010-04-28glx: Fix buildJakob Bornecrantz1-1/+1
2010-04-28egl: dri2 driver error outputMicah Fedke1-1/+2
2010-04-27mesa: Disable scissor when begining meta operationsPierre Willenbrock1-0/+1
2010-04-27mesa: Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targetsPierre Willenbrock1-4/+8
2010-04-27glx: Initialize have_back.Pierre Willenbrok1-0/+1
2010-04-27Buildfixes to work around issues in OpenGL.frameworkJeremy Huddleston11-135/+60
2010-04-27Update OpenGL specsJeremy Huddleston10-274/+2522
2010-04-27apple: Use mesa gl.h rather than generating one.Jeremy Huddleston7-181/+48
2010-04-27apple: Integrate our libGL into the existing build system betterJeremy Huddleston2-74/+111
2010-04-27darwin: Use clientattribJeremy Huddleston3-3/+3
2010-04-27apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston17-120/+108
2010-04-27apple: Remove duplicate headers that already exist in mesa.Jeremy Huddleston7-20231/+0
2010-04-27apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston70-40/+71580
2010-04-27glapi: Fix loading of old DRI drivers.Chia-I Wu1-0/+20
2010-04-27nv30/40g: fix calls to draw_create(), draw_set_rasterizer_state()Pedro Maia3-3/+3
2010-04-23Fix __glXInitializeVisualConfigFromTags's handling of unrecognized fbconfig t...Aaron Plattner1-0/+2
2010-04-23r600: don't enable depth test if there is no depth bufferJerome Glisse1-1/+4
2010-04-23glx/dri2: Fix build with dri2proto which doesn't define X_DRI2SwapInterval.Michel Dänzer1-0/+2
2010-04-22radeon: 9800 SE has only one quadpipeTormod Volden1-0/+2
2010-04-22st/mesa: add cases for MESA_FORMAT_Z24_X8, MESA_FORMAT_X8_Z24Brian Paul1-0/+4
2010-04-22mesa: fix conversion errors in signed_rgba8888[rev] texel fetchBrian Paul1-8/+8
2010-04-22r300: fix vertex unit setupAlex Deucher1-7/+8
2010-04-19egl: Pass flags to locate Xlib headers and librariesDan Nicholson3-3/+4
2010-04-19Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson2-2/+2
2010-04-19gallium: Respect user's CFLAGS for including X headersDan Nicholson2-2/+4
2010-04-19DRI2: check for swapAvailable before using swap interval protocolJesse Barnes1-1/+7
2010-04-19DRI2: synchronize swap interval with server at startup timeJesse Barnes1-1/+6
2010-04-19st/mesa: invert scissor rect depending on FB orientationBrian Paul1-5/+8
2010-04-19mesa: Fix build with gcc 3.3.Matthieu Herrb2-3/+6
2010-04-19radeon: Let this build with gcc 3.3Matthieu Herrb1-3/+5
2010-04-19radeon: Fix command type for DRM_RADEON_IRQ_EMIT ioctl.Owain Ainsworth1-1/+1
2010-04-19mesa: Use __OpenBSD__ to check for OpenBSD.Matthieu Herrb1-1/+1
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul21-57/+213