summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r600: do SQ flush ES ring rolling workaroundDave Airlie2015-12-183-1/+8
* i965: Fix scalar vertex shader struct outputs.Kenneth Graunke2015-12-182-6/+32
* i965: Fix fragment shader struct inputs.Kenneth Graunke2015-12-183-82/+84
* radeonsi: fix a hang due to uninitialized border color registersMarek Olšák2015-12-181-0/+23
* radeonsi: fix occlusion queries on FijiMarek Olšák2015-12-181-2/+2
* radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register valuesTom Stellard2015-12-182-34/+7
* radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc{1,2}Tom Stellard2015-12-183-6/+6
* freedreno/a4xx: point regid to "red" even for alpha-only rb formatsIlia Mirkin2015-12-181-8/+0
* freedreno/a4xx: fix 5_5_5_1 texture sampler formatIlia Mirkin2015-12-181-1/+1
* freedreno/a4xx: support lod_biasIlia Mirkin2015-12-182-0/+7
* docs: add sha256 checksums for 11.0.7Emil Velikov2015-12-091-1/+2
* docs: add release notes for 11.0.7mesa-11.0.7Emil Velikov2015-12-091-0/+153
* Update version to 11.0.7Emil Velikov2015-12-091-1/+1
* mesa; add get-extra-pick-list.sh script into bin/Emil Velikov2015-12-031-0/+35
* nvc0/ir: start offset at texBindBase for txq, like regular texturingIlia Mirkin2015-12-031-1/+4
* radeon/vce: disable Stoney VCE for 11.0Leo Liu2015-12-031-0/+5
* xmlconfig: Add support for DragonFlyFrançois Tigeot2015-12-031-0/+3
* egl/wayland: Ignore rects from SwapBuffersWithDamageDaniel Stone2015-12-031-12/+4
* automake: fix some occurrences of hardcoded -ldl and -lpthreadJonathan Gray2015-12-031-1/+1
* r600: workaround empty geom shader.Dave Airlie2015-12-031-0/+4
* r600: rv670 use at least 16es/gs threadsDave Airlie2015-12-031-4/+5
* r600: geometry shader gsvs itemsize workaroundDave Airlie2015-12-031-0/+20
* gles2: Update gl2ext.h to revision: 32120Marta Lofstedt2015-12-031-6/+934
* mesa: support GL_RED/GL_RG in ES2 contexts when driver support existsIlia Mirkin2015-12-034-4/+11
* texgetimage: consolidate 1D array handling code.Dave Airlie2015-12-031-15/+11
* nv50/ir: fix (un)spilling of 3-wide resultsIlia Mirkin2015-12-031-4/+42
* nv50,nvc0: properly handle buffer storage invalidation on dsa bufferIlia Mirkin2015-12-032-15/+17
* nouveau: use the buffer usage to determine placement when no bindingIlia Mirkin2015-12-031-2/+6
* glsl: Fix off-by-one error in array size check assertionIan Romanick2015-12-031-2/+1
* nir: fix typo in idiv lowering, causing large-udiv-udiv failuresIlia Mirkin2015-12-031-1/+1
* llvmpipe: disable VSX in ppc due to LLVM PPC bugOded Gabbay2015-12-031-0/+9
* nvc0/ir: actually emit AFETCH on keplerIlia Mirkin2015-12-031-0/+3
* meta/generate_mipmap: Don't leak the framebuffer objectIan Romanick2015-12-031-0/+5
* get-pick-list.sh: Require explicit "11.0" for nominating stable patchesEmil Velikov2015-12-031-1/+1
* meta/TexSubImage: Don't pollute the buffer object namespaceIan Romanick2015-11-241-18/+24
* meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTexIan Romanick2015-11-244-38/+29
* meta: Use internal functions for buffer object and VAO access in _mesa_meta_D...Ian Romanick2015-11-241-12/+20
* meta: Track VBO using gl_buffer_object instead of GL API object handle in _me...Ian Romanick2015-11-242-6/+19
* meta: Partially convert _mesa_meta_DrawTex to DSAIan Romanick2015-11-241-6/+6
* meta: Don't pollute the buffer object namespace in _mesa_meta_setup_vertex_ob...Ian Romanick2015-11-241-14/+3
* meta: Use internal functions for buffer object and VAO accessIan Romanick2015-11-241-33/+43
* meta: Use DSA functions for VBOs in _mesa_meta_setup_vertex_objectsIan Romanick2015-11-241-19/+24
* meta: Track VBO using gl_buffer_object instead of GL API object handleIan Romanick2015-11-245-48/+72
* meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objectsIan Romanick2015-11-245-21/+38
* i965: Use _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objectsIan Romanick2015-11-241-3/+3
* meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _me...Ian Romanick2015-11-243-10/+8
* meta: Use DSA functions for PBO in create_texture_for_pboIan Romanick2015-11-241-19/+11
* i965: Don't pollute the buffer object namespace in brw_meta_fast_clearIan Romanick2015-11-241-5/+5
* i965: Use internal functions for buffer object accessIan Romanick2015-11-241-6/+18
* i965: Use DSA functions for VBOs in brw_meta_fast_clearIan Romanick2015-11-241-6/+7