summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-09-12gbm: fix potential NULL deref of mapImage/unmapImage.Chuanbo Weng1-2/+3
2016-09-12aubinator: rework print_help()Emil Velikov1-12/+5
2016-09-12egl: Rename MESA_configless_context bit to KHR_no_config_contextAdam Jackson4-6/+8
2016-09-12egl: QueryContext on a configless context returns zeroAdam Jackson1-3/+8
2016-09-12st/va: enable vbr rate control for vaapi encodeBoyuan Zhang2-2/+2
2016-09-12vl/rbsp: match initial escaped bits with valid in the bufferLeo Liu1-2/+4
2016-09-12egl: fix gcc warning braces around scalar initializerTimothy Arceri1-1/+1
2016-09-12winsys/radeon: rename nrelocs, crelocs to max_relocs, num_relocsNicolai Hähnle2-27/+27
2016-09-12winsys/radeon: don't pre-allocate the relocations arrayNicolai Hähnle1-14/+1
2016-09-12winsys/radeon: remove unused radeon_cs_context::priority_usageNicolai Hähnle1-1/+0
2016-09-12winsys/amdgpu: remove amdgpu_cs_lookup_bufferNicolai Hähnle2-9/+3
2016-09-12winsys/amdgpu: remove unused field domains from amdgpu_cs_bufferNicolai Hähnle2-37/+17
2016-09-12winsys/amdgpu: remove initial buffer list allocationNicolai Hähnle1-20/+0
2016-09-12winsys/amdgpu: extract adding a new buffer list entry into its own functionNicolai Hähnle1-43/+70
2016-09-12winsys/amdgpu: use only one fence per BONicolai Hähnle3-68/+56
2016-09-12winsys/amdgpu: add do_winsys_deinit functionNicolai Hähnle1-2/+7
2016-09-12winsys/amdgpu: clean up error paths in amdgpu_winsys_createNicolai Hähnle1-7/+5
2016-09-12gallium/radeon: page alignment for buffers is unnecessaryNicolai Hähnle1-4/+1
2016-09-12gallium/radeon/winsyses: remove #includes of pb_bufmgr.hNicolai Hähnle3-3/+0
2016-09-12i965/rbc: Clarify rational given for shader image resolvesTopi Pohjolainen1-3/+4
2016-09-12i965/blorp: Use hw generetad primitive copies for layered clearsTopi Pohjolainen1-24/+12
2016-09-12i965/blorp: Sanity check all layers before actual clearTopi Pohjolainen1-2/+5
2016-09-12intel/blorp: Add plumbing for setting color clear layer countTopi Pohjolainen3-13/+15
2016-09-12intel/blorp: Allow multiple layersTopi Pohjolainen1-3/+6
2016-09-12i965/blorp: Instruct vertex fetcher to provide prim instance idTopi Pohjolainen1-4/+22
2016-09-12i965/rbc: Allocate mcs directlyTopi Pohjolainen4-63/+26
2016-09-12isl/gen8+: Allow 1D and 3D auxiliary surfacesTopi Pohjolainen1-1/+2
2016-09-12i965: Add sanity check for non-compressible texture viewsTopi Pohjolainen1-0/+34
2016-09-12i965/rbc: Consult rb settings for texture surface setupTopi Pohjolainen1-7/+60
2016-09-12i965: Track non-compressible sampling of renderbuffersTopi Pohjolainen3-2/+52
2016-09-12i965: Replace boolean rb surface state setup argument with flagsTopi Pohjolainen3-12/+20
2016-09-12i965/rbc: Allow integer formats as advertised in isl_format.cTopi Pohjolainen1-2/+1
2016-09-12i965: remove unused variable at intel_miptree_create_for_teximageAlejandro Piñeiro1-1/+0
2016-09-12mesa/glsl: Move string_to_uint_map into the util folderThomas Helland13-167/+17
2016-09-12glsl: Convert glcpp-parse to the util hash tableThomas Helland2-21/+35
2016-09-12glsl: Convert loop analysis to the util hash tableThomas Helland2-15/+18
2016-09-12mesa: Convert symbol table to the util hash tableThomas Helland1-7/+8
2016-09-12glsl: Convert varying test to the util hash tableThomas Helland1-57/+29
2016-09-12glsl: Convert output read lowering to the util hash tableThomas Helland1-8/+9
2016-09-12glsl: Convert interface block lowering to the util hash tableThomas Helland1-13/+14
2016-09-12glsl: Convert if lowering to use a setThomas Helland1-23/+26
2016-09-12glsl: Convert linker to the util hash tableThomas Helland1-12/+17
2016-09-12glsl: Convert link_varyings to the util hash tableThomas Helland1-25/+33
2016-09-12glsl: Change link_functions to use a setThomas Helland1-13/+15
2016-09-12glsl: Convert recursion detection to the util hash tableThomas Helland1-13/+17
2016-09-12glsl: Convert constant_expression to the util hash tableThomas Helland1-11/+14
2016-09-12glsl: Convert ast_to_hir to the util hash tableThomas Helland1-11/+13
2016-09-12glsl: Convert ir_clone to the util hash tableThomas Helland1-16/+18
2016-09-12glsl: Convert function inlining to the util hash tableThomas Helland1-3/+3
2016-09-12mesa: Convert string_to_uint_map to the util hash tableThomas Helland1-44/+22