summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-31mesa: also bump version in Makefile.am and configure.ac to 9.0Andreas Boll2-2/+2
2012-08-31scons: Add default libraries to Solaris build.Vinson Lee1-1/+2
2012-08-31st/mesa: s/CALLOC/calloc/ to fix allocation bugBrian Paul1-1/+1
2012-08-31util: add casts to silence signed/unsigned comparison warningsBrian Paul1-2/+2
2012-08-31mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul7-7/+11
2012-08-30docs: Add some missing features to 9.0 release notes and GL3.txt9.0-branchpointIan Romanick2-4/+6
2012-08-30mesa: Bump version to 9.0Ian Romanick4-10/+26
2012-08-31r600g: enable transform feedback on CaymanMarek Olšák1-3/+1
2012-08-31r600g: implement MSAA for CaymanMarek Olšák8-73/+187
2012-08-30i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_stateAnuj Phogat2-2/+3
2012-08-30r600g: enable MSAA on r6xx by defaultMarek Olšák1-3/+6
2012-08-30r600g: disable MSAA depth decompression on r6xxMarek Olšák1-1/+10
2012-08-30r600g: implement color resolve for r600Marek Olšák7-26/+199
2012-08-30r600g: fix CB_SHADER_MASK and CB_TARGET_MASK for r6xxMarek Olšák1-11/+24
2012-08-30r600g: implement draw_rectangle callbackMarek Olšák5-16/+88
2012-08-30r600g: implement MSAA for r700Marek Olšák7-41/+262
2012-08-30r600g: change programming of CB_SHADER_MASK on r600-r700Marek Olšák1-1/+2
2012-08-30configure.ac: require libdrm_radeon 2.6.39 for MSAAMarek Olšák1-1/+1
2012-08-30meta: remove call to _meta_in_progress(), fix multisample enable/disableBrian Paul2-8/+32
2012-08-30meta: add parenthesis to silence compiler warningsBrian Paul1-2/+2
2012-08-30scons : add HAVE_DLOPEN to build environmentTapani Pälli1-0/+1
2012-08-30radeonsi: fix stupid bug added in commit 07838603b9a69c05911edbcd351bfce5ad9b...Christian König1-7/+8
2012-08-29i965/fs: Remove a dead member from live variables analysis.Eric Anholt2-6/+0
2012-08-29i965/fs: Initialize output_components[] by filling it with zeros.Kenneth Graunke1-0/+1
2012-08-29mesa: Do something sensible when on-line compression is requested but not pos...Ian Romanick1-0/+31
2012-08-29i965: Allow creation of OpenGL 3.1 contextsIan Romanick1-0/+19
2012-08-29i965: Advertise GLSL 1.40 and TexBOs in core contextsIan Romanick1-1/+9
2012-08-29intel: Clean up bits of cruft in intelCreateContextIan Romanick1-40/+11
2012-08-29i965: Set context flagsIan Romanick3-2/+12
2012-08-29mesa/dri: Allow creation of forward-compatible contextsIan Romanick1-5/+5
2012-08-29mesa/es: Enable GL_OES_vertex_array_objectIan Romanick5-13/+41
2012-08-29mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all driversIan Romanick7-17/+3
2012-08-29meta: Don't use deprecated keyword in 1.30 shaderIan Romanick1-1/+1
2012-08-29mesa: Disallow alpha, luminance, and LA textures in core contextIan Romanick1-4/+6
2012-08-29mesa: Disallow more deprecated functions in core contextIan Romanick2-3/+2
2012-08-29mesa: Require names from Gen in core contextIan Romanick2-0/+9
2012-08-29mesa: Allow NULL vertex pointer without a VBOIan Romanick1-4/+13
2012-08-29mesa: Disallow VertexAttribPointer without a VAO in a core contextIan Romanick1-0/+17
2012-08-29mesa: Disallow wide lines in forward compatible contextIan Romanick1-0/+17
2012-08-29mesa: Only FRONT_AND_BACK is allowed for PolygonMode in core contextIan Romanick2-2/+16
2012-08-29meta: Don't stray outside the confines of the API specified in the contextPaul Berry2-43/+65
2012-08-29mesa: Don't allow display lists or evaluators in core contextIan Romanick2-3/+7
2012-08-29mesa: Don't allow GL_EXTENSIONS query in core contextIan Romanick1-0/+4
2012-08-29mesa: Non-sprite points are deprecatedIan Romanick1-1/+13
2012-08-29mesa: Fix VAO deletion on GL 3.1 core.Eric Anholt1-1/+1
2012-08-29mesa: Enable a bunch of missing getters on 3.1 core.Eric Anholt1-1/+1
2012-08-29mesa: Expose texture buffer objects when the context is GL 3.1 core.Eric Anholt2-10/+18
2012-08-29mesa: Allow PACK / UNPACK queries for ES2Ian Romanick1-9/+9
2012-08-29mesa: Kill ES2 wrapper functionsIan Romanick9-166/+226
2012-08-29mesa: glGetVertexAttribPointerv is part of core profile and ES2Ian Romanick1-1/+1