summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc{1,2}Tom Stellard2015-11-293-6/+6
* docs: add missed i965 feature to relnotesIan Romanick2015-11-291-0/+1
* glsl: implement recent spec update to SSO validationTimothy Arceri2015-11-291-0/+24
* Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound"Timothy Arceri2015-11-291-2/+1
* radeon/uvd: uv pitch separation for stoneyBoyuan Zhang2015-11-292-1/+6
* texgetimage: consolidate 1D array handling code.Dave Airlie2015-11-291-15/+11
* docs: add missed freedreno features to relnotesIlia Mirkin2015-11-291-0/+5
* freedreno/a4xx: use a factor of 32767 for snorm8 blendingIlia Mirkin2015-11-291-5/+34
* configure.ac: default to disabled dri3 when --disable-dri is setEmil Velikov2015-11-291-0/+5
* loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPFLAGSEmil Velikov2015-11-291-2/+2
* pipe-loader: link against libloader regardless of libdrm presenceEmil Velikov2015-11-291-2/+2
* nv50/ir: fix (un)spilling of 3-wide resultsIlia Mirkin2015-11-291-4/+42
* nv50,nvc0: properly handle buffer storage invalidation on dsa bufferIlia Mirkin2015-11-292-15/+17
* nouveau: use the buffer usage to determine placement when no bindingIlia Mirkin2015-11-291-2/+6
* vc4: Take precedence over ilo when in simulator mode.Eric Anholt2015-11-291-8/+12
* vc4: Just put USE_VC4_SIMULATOR in DEFINES.Eric Anholt2015-11-293-6/+3
* virgl: pipe_virgl_create_screen is not staticIgor Gnatenko2015-11-291-1/+1
* freedreno/a4xx: disable blending and alphatest for integer rt0Ilia Mirkin2015-11-291-2/+13
* freedreno/a4xx: fix independent blendIlia Mirkin2015-11-292-2/+3
* freedreno/a4xx: fix 3d texture setupIlia Mirkin2015-11-293-3/+7
* freedreno/a4xx: only align slices in non-layer_first texturesIlia Mirkin2015-11-291-2/+4
* meta: Don't save or restore the active client textureIan Romanick2015-11-242-4/+0
* meta: Don't save or restore the VBO bindingIan Romanick2015-11-242-7/+0
* 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
* i965: Pass brw_context instead of gl_context to brw_draw_rectlistIan Romanick2015-11-241-4/+5
* mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...Ian Romanick2015-11-242-9/+22
* mesa: Refactor update_array_format to make _mesa_update_array_format_publicIan Romanick2015-11-242-19/+57
* mesa: Make bind_vertex_buffer avilable outside varray.cIan Romanick2015-11-242-14/+22
* Update version to 11.1.0-rc1mesa-11.1.0-rc1Emil Velikov2015-11-211-1/+1
* util: use RTLD_LOCAL with util_dl_open()11.1-branchpointEmil Velikov2015-11-211-1/+1
* targets/nine: remove unused static functionsEmil Velikov2015-11-211-36/+0
* targets/nine: add note about messy header inclusion orderEmil Velikov2015-11-211-0/+1
* targets/nine: add note about fd owndershipEmil Velikov2015-11-211-0/+2
* auxiliary/vl: Don't close the drm fd on failureEmil Velikov2015-11-211-1/+1
* st/dri: NULL check the pscreen earlierEmil Velikov2015-11-213-16/+14