summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-28i965: Don't allocate uniform space for samplersHEADmasterMatt Turner1-1/+3
2017-04-27glsl: set vector_elements to 1 for samplersSamuel Pitoiset2-16/+6
2017-04-27clover: Fix build since clang r301442Jan Vesely2-1/+3
2017-04-27disk_cache: use block size rather than file sizeTimothy Arceri1-5/+11
2017-04-27disk_cache: reduce default cache size to 5% of filesystemTimothy Arceri1-2/+2
2017-04-27radeon/ac: remove assert causing regressionDave Airlie1-1/+0
2017-04-27radeon/ac: fix build on llvm 3.8.1Dave Airlie1-0/+1
2017-04-27nvc0: Enable compute support for PascalBoyan Ding3-4/+7
2017-04-27nvc0: Add new launch descriptor format for GP100Boyan Ding2-34/+197
2017-04-27nvc0: Fix index of unk fields in nve4_cp_launch_descBoyan Ding1-2/+2
2017-04-27nouveau: Fix indentation of maxwell compute class definitionsBoyan Ding1-2/+2
2017-04-27anv: Don't place scratch buffers above the 32-bit boundaryJason Ekstrand1-0/+19
2017-04-27radv/ac: eliminate unused vertex shader outputs. (v2)Dave Airlie3-21/+45
2017-04-27radeonsi/ac: move vertex export remove to common code.Dave Airlie8-164/+235
2017-04-27radv: fix regression in descriptor set freeing.Dave Airlie1-1/+1
2017-04-27glsl: remove duplicate validationTimothy Arceri1-15/+0
2017-04-27glsl: use without_array() rather than get_scalar_type()Timothy Arceri1-1/+1
2017-04-26svga: fix vertex buffer binding issueBrian Paul1-2/+29
2017-04-26gallium/util: reduce util_snprintf() calls in debug_flush_might_flush_cb()Brian Paul1-5/+6
2017-04-26gallium/util: add some comments in u_debug_flush.cBrian Paul1-0/+15
2017-04-26svga: Removed the unused label 'done' in svga_validate_surface_view()Charmaine Lee1-1/+0
2017-04-26svga: use the winsys interface to invalidate surfaceCharmaine Lee1-5/+1
2017-04-26svga: fix format for screen targetCharmaine Lee1-0/+26
2017-04-26svga: cache the backing surface handle in the texture objectCharmaine Lee5-10/+57
2017-04-26svga: Update the backing resource only if neededCharmaine Lee2-3/+14
2017-04-26svga: Set the surface dirty bit for the right surface viewCharmaine Lee1-5/+19
2017-04-26svga: Move rendertarget view related fields to hw_clear stateCharmaine Lee4-17/+18
2017-04-26svga: Move setting the rendered_to flags to framebuffer emit timeCharmaine Lee2-18/+28
2017-04-26svga: add const qualifiers on svga_check_sampler_view_resource_collision()Brian Paul2-4/+4
2017-04-26svga: improve surface view debug messagesBrian Paul1-4/+5
2017-04-26svga: add DEBUG_SAMPLERSBrian Paul3-1/+4
2017-04-26svga: fail screen creation if HW version is too oldBrian Paul1-0/+7
2017-04-26winsys/svga: fix error path when kernel is not able to create surfaceDeepak Rawat1-15/+18
2017-04-26draw: whitespace fixes in draw_pipe_vbuf.cBrian Paul1-104/+89
2017-04-26st/mesa: minor clean-ups in st_update_renderbuffer_surface()Brian Paul1-9/+8
2017-04-26nv50,nvc0: disable the TGSI merge registers passSamuel Pitoiset2-2/+4
2017-04-26radeonsi: disable the TGSI merge registers passSamuel Pitoiset1-1/+1
2017-04-26st/glsl_to_tgsi: disable the merge registers pass conditionallySamuel Pitoiset1-1/+6
2017-04-26gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset15-0/+21
2017-04-26radeonsi: use unsynchronized transfers for shader binary uploadsSamuel Pitoiset1-1/+2
2017-04-26radeonsi: turn si_shader_key::mono into a non-unionMarek Olšák3-15/+11
2017-04-26radeonsi: adjust ESGS ring buffer size computation on VIMarek Olšák1-1/+4
2017-04-26radeonsi/gfx9: don't set deprecated field PARTIAL_ES_WAVE_ONMarek Olšák1-2/+3
2017-04-26radeonsi/gfx9: set MAX_PRIMGRP_IN_WAVE in the correct registerMarek Olšák2-1/+5
2017-04-26radeonsi/gfx9: add a workaround for viewing a slice of 3D as a 2D imageMarek Olšák1-8/+22
2017-04-26radeonsi/gfx9: fix 1D array shader imagesMarek Olšák1-0/+1
2017-04-26radeonsi/gfx9: fix most things wrong with shader imagesMarek Olšák2-12/+24
2017-04-26radeonsi/gfx9: fix texture buffer objects and image buffers with IDXEN==0Marek Olšák1-1/+34
2017-04-26configure: print LDFLAGS alongside CFLAGS & co.Eric Engestrom1-1/+3
2017-04-26mesa: tidy up left over APPLE_vertex_array_object semanticsTimothy Arceri4-43/+9