summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-20Apple: glFlush() is not needed with CGLFlushDrawable()9.0Jeremy Huddleston Sequoia1-2/+0
2013-07-03i965: Fix validation of ETC miptrees.Eric Anholt1-5/+7
2013-06-26nvc0: set rsvd_kick correctlyMaarten Lankhorst1-0/+1
2013-05-31integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2]Alan Coopersmith1-3/+5
2013-05-31integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2]Alan Coopersmith1-1/+6
2013-03-06i965: Add texrect scale parameters before pointers to ParameterValues.Eric Anholt3-0/+24
2013-02-27gbm: Remember to init format on gbm_dri_bo_create.Daniel van Vugt1-0/+2
2013-02-21docs: add news item for 9.0.3 releaseAndreas Boll1-0/+8
2013-02-21docs: Add 9.0.3 release md5sumsAndreas Boll1-1/+3
2013-02-21docs: Add 9.0.3 release notesmesa-9.0.3Andreas Boll2-0/+238
2013-02-21mesa: Bump version to 9.0.3Andreas Boll4-5/+5
2013-02-21DRI2: Don't disable GLX_INTEL_swap_event unconditionallyZack Rusin1-3/+12
2013-02-21i965/gen7: Set up all samplers even if samplers are sparsely used.Eric Anholt1-1/+1
2013-02-19i965/vs: Try again when we've successfully spilled a reg.Eric Anholt3-10/+16
2013-02-14nouveau: Fix build.Brian Paul1-1/+1
2013-02-13i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.Kenneth Graunke1-16/+16
2013-02-13i965: Fix the SF Vertex URB Read Length calculation for Sandybridge.Kenneth Graunke1-16/+18
2013-02-13i965: Compute the maximum SF source attribute.Kenneth Graunke3-4/+12
2013-02-13i965: Refactor Gen6+ SF attribute override code.Kenneth Graunke1-12/+13
2013-02-13cherry-ignore: Ignore candidates for the 9.1 branch.Andreas Boll1-0/+17
2013-02-13softpipe: fix using optimized filter functionRoland Scheidegger1-0/+1
2013-02-13r300g: fix blending with blend color and RGBA formatsMarek Olšák1-0/+11
2013-02-13svga: fix sRGB renderingBrian Paul1-0/+11
2013-02-13mesa: don't expose IBM_rasterpos_clip in a core contextBrian Paul1-1/+1
2013-02-13st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2Brian Paul1-1/+3
2013-02-13mesa: don't enable GL_EXT_framebuffer_multisample for software driversBrian Paul1-3/+0
2013-02-13gallium/u_upload_mgr: fix a serious memory leakMarek Olšák1-2/+1
2013-02-13util: add new error checking code in vbuf helperBrian Paul1-28/+49
2013-02-13st/mesa: do proper error checking for u_upload_alloc() callsBrian Paul5-17/+26
2013-02-13util: add some defensive coding in u_upload_alloc()Brian Paul1-1/+8
2013-02-13st/mesa: add null pointer check in st_renderbuffer_delete()Brian Paul1-4/+4
2013-02-13mesa: remove warning message in _mesa_reference_renderbuffer_()Brian Paul1-4/+1
2013-02-13dri_glx: fix use after free reportBrian Paul1-1/+4
2013-02-13st/mesa: fix context use-after-free problem in st_renderbuffer_delete()Brian Paul1-3/+5
2013-02-13mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul15-28/+31
2013-02-13mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul7-7/+11
2013-02-13configure.ac: GLX cannot work without OpenGLMichel Dänzer1-0/+10
2013-02-13st/mesa: set ctx->Const.MaxSamples = 0, not 1Brian Paul1-0/+4
2013-02-13xlib: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul1-0/+3
2013-02-13osmesa: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul1-0/+3
2013-02-13vbo: add a null pointer check to handle OOM instead of crashingBrian Paul1-0/+5
2013-02-13svga: add NULL pointer check in svga_create_sampler_state()Brian Paul1-0/+3
2013-02-13mesa: use GLbitfield64 when copying program inputsBrian Paul1-2/+2
2013-02-13glx: only advertise GLX_INTEL_swap_event if it's supportedZack Rusin1-2/+3
2013-02-13build: Fix build on systems where /usr/bin/python isn't python 2.Kenneth Graunke1-4/+4
2013-02-13build: require python module libxml2Andreas Boll2-0/+50
2013-02-13glsl: Track UBO block names in the symbol table.Kenneth Graunke3-3/+18
2013-02-13r200: Fix probable thinko in r200EmitArraysAdam Jackson1-1/+2
2013-02-13unpack: support unpacking MESA_FORMAT_ARGB2101010Jordan Justen1-0/+18
2013-02-13util: add get/put_tile_z() support for PIPE_FORMAT_Z32_FLOAT_S8X24_UINTBrian Paul1-0/+36