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