summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-17mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt2-2/+2
2013-04-17r300g/compiler: Fix bug in OMOD foldingTom Stellard3-1/+77
2013-04-17r300g/tests: Add helper functions for creating a full programTom Stellard2-8/+75
2013-04-17r300g/tests: Exit test runner with a valid status codeTom Stellard5-6/+22
2013-04-17r300g/complier: Make r300_vertprog_swizzle_caps visible in other filesTom Stellard2-1/+3
2013-04-17r300g/compiler: Add missing license headersTom Stellard13-1/+339
2013-04-17r600g/Cayman: Fix blending using destination alpha factor but non-alpha destMichel Dänzer1-4/+9
2013-04-17st/mesa: implement glBitmap unpacking from a PBO, for the cache pathBrian Paul1-2/+11
2013-04-17st/xlib: initialize the drawable size in create_xmesa_buffer()Brian Paul1-2/+1
2013-04-17st/mesa: don't do sRGB conversion in CopyTexSubImageMarek Olšák1-2/+2
2013-04-17st/mesa: fix format query for GL_ARB_texture_rgBrian Paul1-3/+4
2013-04-17glsl: Allow default precision qualifiers to be set for sampler types.Paul Berry1-3/+43
2013-04-17i965: Set UniformBufferOffsetAlignment to sizeof(vec4)Ian Romanick1-0/+1
2013-04-17cherry-ignore: Ignore candidates for the 9.1 branch.Andreas Boll1-0/+77
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 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