summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-09docs: add release notes for 11.0.7mesa-11.0.7Emil Velikov1-0/+153
2015-12-09Update version to 11.0.7Emil Velikov1-1/+1
2015-12-03mesa; add get-extra-pick-list.sh script into bin/Emil Velikov1-0/+35
2015-12-03nvc0/ir: start offset at texBindBase for txq, like regular texturingIlia Mirkin1-1/+4
2015-12-03radeon/vce: disable Stoney VCE for 11.0Leo Liu1-0/+5
2015-12-03xmlconfig: Add support for DragonFlyFrançois Tigeot1-0/+3
2015-12-03egl/wayland: Ignore rects from SwapBuffersWithDamageDaniel Stone1-12/+4
2015-12-03automake: fix some occurrences of hardcoded -ldl and -lpthreadJonathan Gray1-1/+1
2015-12-03r600: workaround empty geom shader.Dave Airlie1-0/+4
2015-12-03r600: rv670 use at least 16es/gs threadsDave Airlie1-4/+5
2015-12-03r600: geometry shader gsvs itemsize workaroundDave Airlie1-0/+20
2015-12-03gles2: Update gl2ext.h to revision: 32120Marta Lofstedt1-6/+934
2015-12-03mesa: support GL_RED/GL_RG in ES2 contexts when driver support existsIlia Mirkin4-4/+11
2015-12-03texgetimage: consolidate 1D array handling code.Dave Airlie1-15/+11
2015-12-03nv50/ir: fix (un)spilling of 3-wide resultsIlia Mirkin1-4/+42
2015-12-03nv50,nvc0: properly handle buffer storage invalidation on dsa bufferIlia Mirkin2-15/+17
2015-12-03nouveau: use the buffer usage to determine placement when no bindingIlia Mirkin1-2/+6
2015-12-03glsl: Fix off-by-one error in array size check assertionIan Romanick1-2/+1
2015-12-03nir: fix typo in idiv lowering, causing large-udiv-udiv failuresIlia Mirkin1-1/+1
2015-12-03llvmpipe: disable VSX in ppc due to LLVM PPC bugOded Gabbay1-0/+9
2015-12-03nvc0/ir: actually emit AFETCH on keplerIlia Mirkin1-0/+3
2015-12-03meta/generate_mipmap: Don't leak the framebuffer objectIan Romanick1-0/+5
2015-12-03get-pick-list.sh: Require explicit "11.0" for nominating stable patchesEmil Velikov1-1/+1
2015-11-24meta/TexSubImage: Don't pollute the buffer object namespaceIan Romanick1-18/+24
2015-11-24meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTexIan Romanick4-38/+29
2015-11-24meta: Use internal functions for buffer object and VAO access in _mesa_meta_D...Ian Romanick1-12/+20
2015-11-24meta: Track VBO using gl_buffer_object instead of GL API object handle in _me...Ian Romanick2-6/+19
2015-11-24meta: Partially convert _mesa_meta_DrawTex to DSAIan Romanick1-6/+6
2015-11-24meta: Don't pollute the buffer object namespace in _mesa_meta_setup_vertex_ob...Ian Romanick1-14/+3
2015-11-24meta: Use internal functions for buffer object and VAO accessIan Romanick1-33/+43
2015-11-24meta: Use DSA functions for VBOs in _mesa_meta_setup_vertex_objectsIan Romanick1-19/+24
2015-11-24meta: Track VBO using gl_buffer_object instead of GL API object handleIan Romanick5-48/+72
2015-11-24meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objectsIan Romanick5-21/+38
2015-11-24i965: Use _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objectsIan Romanick1-3/+3
2015-11-24meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _me...Ian Romanick3-10/+8
2015-11-24meta: Use DSA functions for PBO in create_texture_for_pboIan Romanick1-19/+11
2015-11-24i965: Don't pollute the buffer object namespace in brw_meta_fast_clearIan Romanick1-5/+5
2015-11-24i965: Use internal functions for buffer object accessIan Romanick1-6/+18
2015-11-24i965: Use DSA functions for VBOs in brw_meta_fast_clearIan Romanick1-6/+7
2015-11-24i965: Pass brw_context instead of gl_context to brw_draw_rectlistIan Romanick1-4/+5
2015-11-24mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...Ian Romanick2-9/+22
2015-11-24mesa: Refactor update_array_format to make _mesa_update_array_format_publicIan Romanick2-19/+57
2015-11-24mesa: Make bind_vertex_buffer avilable outside varray.cIan Romanick2-14/+22
2015-11-24meta: Compute correct buffer size with SkipRows/SkipPixelsChris Wilson1-15/+30
2015-11-21docs: add sha256 checksums for 11.0.6Emil Velikov1-1/+2
2015-11-21docs: add release notes for 11.0.6mesa-11.0.6Emil Velikov1-0/+144
2015-11-21Update version to 11.0.6Emil Velikov1-1/+1
2015-11-21automake: use static llvm for make distcheckEmil Velikov1-0/+1
2015-11-18llvmpipe: use simple coeffs calc for 128bit vectorsOded Gabbay1-1/+6
2015-11-18vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.Eric Anholt5-0/+26