summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-28update to 9.0.3HEADsubmit/2.0alpha/20130301.070733submit/2.0/20130308.010836accepted/2.0alpha/20130301.200806accepted/2.0/20130308.0505392.0alpha2.0Wang Quanxian2-1/+4
2013-02-28Fix spec file %post and %postun scriptlets (resolves TIVI-234)Wang Quanxian1-6/+8
2013-02-28update changes logWang Quanxian1-0/+3
2013-02-28update to 9.0.1Wang Quanxian1-80/+9
2013-02-28Revert "Enable building against wayland". Drat. Pushed to wrong ref.Graydon, Tracy1-3/+3
2013-02-28Enable building against waylandRusty Lynch1-3/+3
2013-02-28Sync with OBS versionGraydon, Tracy1-14/+12
2013-02-28Fix spec file %post and %postun scriptlets (resolves TIVI-234)Geoffroy Van Cutsem1-9/+11
2013-02-28Add X11 into EGL platformsWang Quanxian1-1/+1
2013-02-28Change version number to be format release.number.g<git hash>Wang Quanxian2-4/+4
2013-02-28add tag and changesWang Quanxian1-0/+8
2013-02-28Define mesa libversion as 8.1.0Wang Quanxian1-6/+4
2013-02-28library glsl is hold into dricore libraryWang Quanxian1-2/+12
2013-02-28Add obsoletes tags for simulator-openglRusty Lynch2-0/+7
2013-02-28Fixing packagingRusty Lynch1-594/+1
2013-02-28Fixing packagingRusty Lynch2-1/+4
2013-02-28Add packaging files for TizenRusty Lynch2-0/+1025
2013-02-21docs: Add 9.0.3 release notesAndreas 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