summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ac/radeonsi: move the bulk of gfx6_surface_init to ac_surfaceNicolai Hähnle2017-05-183-411/+470
* ac/radeonsi: move amdgpu_addr_create to ac_surfaceNicolai Hähnle2017-05-188-165/+220
* ac/radeonsi: move surface definitions to new header ac_surface.hNicolai Hähnle2017-05-182-147/+179
* st/mesa: remove an incorrect assertionNicolai Hähnle2017-05-181-2/+0
* i965/vec4: load dvec3/4 uniforms first in the push constant bufferSamuel Iglesias Gonsálvez2017-05-181-27/+80
* i965/vec4: fix swizzle and writemask when loading an uniform with constant of...Samuel Iglesias Gonsálvez2017-05-181-4/+11
* i965/vec4/gs: restore the uniform values which was overwritten by failed vec4...Samuel Iglesias Gonsálvez2017-05-181-0/+26
* vc4: Don't allocate new BOs to avoid synchronization when they're shared.Eric Anholt2017-05-171-1/+2
* vc4: Drop pointless indirections around BO import/export.Eric Anholt2017-05-173-69/+49
* vc4: Drop the u_resource_vtbl no-op layer.Eric Anholt2017-05-174-33/+27
* gallium/radeon: use a top-of-pipe timestamp for the start of TIME_ELAPSEDMarek Olšák2017-05-172-2/+30
* mesa: don't check mapped buffers in every draw call if drivers allow itMarek Olšák2017-05-171-1/+14
* mesa: add gl_constants::AllowMappedBuffersDuringExecutionMarek Olšák2017-05-172-0/+6
* gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák2017-05-1717-0/+17
* glxglvnddispatch: Add missing dispatch for GetDriverConfigHans de Goede2017-05-172-0/+15
* swr: don't use AttributeSet with llvm >= 5Tim Rowley2017-05-171-15/+21
* Android: correct libz dependencyChih-Wei Huang2017-05-174-3/+6
* mesa: add KHR_no_error support for glDispatchCompute*()Timothy Arceri2017-05-174-3/+41
* mesa: add DispatchCompute* helpersTimothy Arceri2017-05-171-13/+38
* mesa: move FLUSH_CURRENT() calls out of DispatchCompute*() validationTimothy Arceri2017-05-171-6/+6
* mesa: compute.c C99 tidy upTimothy Arceri2017-05-171-4/+2
* mesa: move DispatchCompute() validation to compute.cTimothy Arceri2017-05-173-252/+229
* mesa: add KHR_no_error support for glBlendEquationSeparateiARB()Timothy Arceri2017-05-173-1/+13
* mesa: add blend_equation_separatei() helperTimothy Arceri2017-05-171-9/+17
* mesa: add KHR_no_error support for glBlendFunc*iARB()Timothy Arceri2017-05-173-2/+26
* mesa: add blend_func_separatei() helperTimothy Arceri2017-05-171-17/+28
* mesa: add KHR_no_error support for glBufferSubData()Timothy Arceri2017-05-173-4/+22
* mesa: add KHR_no_error support for glNamedBufferSubData()Timothy Arceri2017-05-173-8/+24
* mesa: add buffer_sub_data() helperTimothy Arceri2017-05-171-17/+24
* mesa: create validate_buffer_sub_data() helperTimothy Arceri2017-05-174-40/+45
* mesa: add KHR_no_error support for glBufferStorage()Timothy Arceri2017-05-173-4/+21
* mesa: add KHR_no_error support for glNamedBufferStorage()Timothy Arceri2017-05-173-8/+28
* mesa: add inlined_buffer_storage() helperTimothy Arceri2017-05-171-20/+27
* mesa: add validate_buffer_storage() helperTimothy Arceri2017-05-171-15/+27
* mesa: add KHR_no_error support for glCompressedTex*SubImage3D()Timothy Arceri2017-05-174-3/+44
* mesa: add 3D support to compressed_tex_sub_image() helperTimothy Arceri2017-05-171-119/+66
* mesa: add KHR_no_error support for glCompressedTex*SubImage2D()Timothy Arceri2017-05-174-2/+42
* mesa: add 2D support to compressed_tex_sub_image() helperTimothy Arceri2017-05-171-67/+16
* mesa: add KHR_no_error support for CompressedTex*SubImage1D()Timothy Arceri2017-05-174-11/+53
* mesa: add compressed_tex_sub_image() helperTimothy Arceri2017-05-171-44/+38
* mesa: make _mesa_compressed_texture_sub_image() staticTimothy Arceri2017-05-172-51/+30
* mesa: add KHR_no_error support for NamedFramebufferTextureTimothy Arceri2017-05-173-1/+12
* mesa: add KHR_no_error support for FramebufferTextureTimothy Arceri2017-05-173-1/+13
* mesa: add *FramebufferTexture() support to frame_buffer_texture helperTimothy Arceri2017-05-171-100/+41
* mesa: add KHR_no_error support for NamedFramebufferTextureLayerTimothy Arceri2017-05-173-1/+18
* mesa: add KHR_no_error support for FramebufferTextureLayerTimothy Arceri2017-05-173-1/+14
* mesa: add no error support to frame_buffer_texture_layer() helperTimothy Arceri2017-05-171-27/+43
* mesa: add frame_buffer_texture_layer() helperTimothy Arceri2017-05-171-54/+31
* mesa: add KHR_no_error support for glUseProgramTimothy Arceri2017-05-173-21/+48
* mesa: move use_program() inside _mesa_use_program()Timothy Arceri2017-05-171-29/+21