summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-30st/xa: fd management cleanupsEmil Velikov1-1/+8
2015-11-30st/dri: fd management cleanupsEmil Velikov1-2/+14
2015-11-30pipe-loader: check if winsys.name is non-null prior to strcmpEmil Velikov1-4/+4
2015-11-30mesa: support GL_RED/GL_RG in ES2 contexts when driver support existsIlia Mirkin4-4/+11
2015-11-30radeon: only suspend queries on flush if they haven't been suspended yetNicolai Hähnle2-2/+9
2015-11-30targets: use the non-inline sw helpersEmil Velikov8-1/+9
2015-11-29target-hepers: add non inline sw helpersEmil Velikov2-0/+83
2015-11-29pipe-loader: fix off-by one errorEmil Velikov1-1/+1
2015-11-29i965: Fix scalar vertex shader struct outputs.Kenneth Graunke2-8/+34
2015-11-29i965: Fix fragment shader struct inputs.Kenneth Graunke3-82/+84
2015-11-29radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register valuesTom Stellard2-31/+7
2015-11-29radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc{1,2}Tom Stellard3-6/+6
2015-11-29docs: add missed i965 feature to relnotesIan Romanick1-0/+1
2015-11-29glsl: implement recent spec update to SSO validationTimothy Arceri1-0/+24
2015-11-29Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound"Timothy Arceri1-2/+1
2015-11-29radeon/uvd: uv pitch separation for stoneyBoyuan Zhang2-1/+6
2015-11-29texgetimage: consolidate 1D array handling code.Dave Airlie1-15/+11
2015-11-29docs: add missed freedreno features to relnotesIlia Mirkin1-0/+5
2015-11-29freedreno/a4xx: use a factor of 32767 for snorm8 blendingIlia Mirkin1-5/+34
2015-11-29configure.ac: default to disabled dri3 when --disable-dri is setEmil Velikov1-0/+5
2015-11-29loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPFLAGSEmil Velikov1-2/+2
2015-11-29pipe-loader: link against libloader regardless of libdrm presenceEmil Velikov1-2/+2
2015-11-29nv50/ir: fix (un)spilling of 3-wide resultsIlia Mirkin1-4/+42
2015-11-29nv50,nvc0: properly handle buffer storage invalidation on dsa bufferIlia Mirkin2-15/+17
2015-11-29nouveau: use the buffer usage to determine placement when no bindingIlia Mirkin1-2/+6
2015-11-29vc4: Take precedence over ilo when in simulator mode.Eric Anholt1-8/+12
2015-11-29vc4: Just put USE_VC4_SIMULATOR in DEFINES.Eric Anholt3-6/+3
2015-11-29virgl: pipe_virgl_create_screen is not staticIgor Gnatenko1-1/+1
2015-11-29freedreno/a4xx: disable blending and alphatest for integer rt0Ilia Mirkin1-2/+13
2015-11-29freedreno/a4xx: fix independent blendIlia Mirkin2-2/+3
2015-11-29freedreno/a4xx: fix 3d texture setupIlia Mirkin3-3/+7
2015-11-29freedreno/a4xx: only align slices in non-layer_first texturesIlia Mirkin1-2/+4
2015-11-24meta: Don't save or restore the active client textureIan Romanick2-4/+0
2015-11-24meta: Don't save or restore the VBO bindingIan Romanick2-7/+0
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