summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* i965: Disable ARB_fragment_shader_interlock for platforms prior to GEN9bug-109980Plamena Manolova2019-03-132-1/+25
* egl/dri: Avoid out of bounds array accessKevin Strasser2019-03-131-2/+4
* iris: Use streaming loads to read from tiled surfacesChris Wilson2019-03-132-2/+5
* iris: Use coherent allocation for PIPE_RESOURCE_STAGINGChris Wilson2019-03-133-1/+24
* iris: Use PIPE_BUFFER_STAGING for the query objectsChris Wilson2019-03-131-1/+1
* intel/nir: Combine store_derefs to improve code from SPIR-VCaio Marcelo de Oliveira Filho2019-03-131-0/+1
* intel/nir: Combine store_derefs after vectorizing IOCaio Marcelo de Oliveira Filho2019-03-131-0/+1
* nir: Add a pass to combine store_derefs to same vectorCaio Marcelo de Oliveira Filho2019-03-136-0/+580
* ac: use the raw tbuffer version for 16-bit SSBO loadsSamuel Pitoiset2019-03-133-6/+3
* ac: add ac_build_{struct,raw}_tbuffer_load() helpersSamuel Pitoiset2019-03-133-23/+75
* radv: use typed buffer loads for vertex input fetchesSamuel Pitoiset2019-03-134-53/+57
* radv: store more vertex attribute infos as pipeline keysSamuel Pitoiset2019-03-133-0/+37
* ac: rework typed buffers loads for LLVM 7Samuel Pitoiset2019-03-133-57/+83
* panfrost: Set bo->gem_handle when creating a linear BOTomeu Vizoso2019-03-131-1/+3
* panfrost: Set bo->size[0] in the DRM backendTomeu Vizoso2019-03-132-6/+5
* intel/fs: Fix opt_peephole_csel to not throw away saturates.Kenneth Graunke2019-03-121-0/+1
* glsl/lower_vector_derefs: Don't use a temporary for TCS outputsJason Ekstrand2019-03-131-10/+64
* glsl/list: Add a list variant of insert_afterJason Ekstrand2019-03-131-0/+26
* nir/loop_unroll: Fix out-of-bounds access handlingJason Ekstrand2019-03-121-12/+2
* anv: Ignore VkRenderPassInputAttachementAspectCreateInfoJason Ekstrand2019-03-121-0/+4
* v3d: Fix leak of the renderonly struct on screen destruction.Eric Anholt2019-03-121-0/+1
* v3d: Fix leak of the mem_ctx after the DAG refactor.Eric Anholt2019-03-121-2/+2
* glx: add support for GLX_ARB_create_context_no_error (v3)Grigori Goronzy2019-03-128-1/+96
* radv: set the maximum number of IBs per submit to 192Samuel Pitoiset2019-03-122-1/+8
* anv: Fix destroying descriptor sets when pool gets resetDanylo Piliaiev2019-03-121-6/+5
* v3d: Disable PIPE_CAP_BLIT_BASED_TEXTURE_TRANSFER.Eric Anholt2019-03-121-0/+3
* intel/nir: Vectorize all IOJason Ekstrand2019-03-121-0/+17
* nir: Add a pass for lowering IO back to vector when possibleJason Ekstrand2019-03-125-1/+392
* ac/nir: fix 16-bit ssbo storesRhys Perry2019-03-121-0/+2
* scons: Compatibility with Scons development version stringpal10002019-03-122-2/+14
* anv: revert "anv: release memory allocated by glsl types during spirv_to_nir"Tapani Pälli2019-03-121-2/+0
* radeonsi/nir: Use nir stripping passConnor Abbott2019-03-121-0/+5
* nir: Add a stripping pass for improved cacheabilityConnor Abbott2019-03-124-0/+111
* radv: fix pointSizeRange limitsSamuel Pitoiset2019-03-121-1/+1
* iris: Flag fewer dirty bits in BLORPSagar Ghuge2019-03-111-3/+27
* st/glsl_to_nir: fix incorrect arrary accessTimothy Arceri2019-03-121-2/+5
* nir: silence a couple new compiler warningsBrian Paul2019-03-122-2/+2
* panfrost: Identify fragment_extra flagsAlyssa Rosenzweig2019-03-123-10/+30
* panfrost: Document "depth-buffer writeback" bitAlyssa Rosenzweig2019-03-122-1/+9
* panfrost: Support linear depth texturesAlyssa Rosenzweig2019-03-121-2/+4
* panfrost: Allocate dedicated slab for linear BOsAlyssa Rosenzweig2019-03-122-15/+22
* panfrost: Determine framebuffer format bits lateAlyssa Rosenzweig2019-03-121-17/+42
* panfrost: Delay color buffer setupAlyssa Rosenzweig2019-03-121-43/+50
* panfrost: Combine has_afbc/tiled in layout enumAlyssa Rosenzweig2019-03-123-24/+64
* panfrost: Cleanup needless if in create_boAlyssa Rosenzweig2019-03-121-30/+26
* i965: Reimplement all the PIPE_CONTROL rules.Kenneth Graunke2019-03-111-136/+403
* i965: Use genxml for emitting PIPE_CONTROL.Kenneth Graunke2019-03-117-230/+362
* i965: Rename ISP_DIS to INDIRECT_STATE_POINTERS_DISABLE.Kenneth Graunke2019-03-112-2/+2
* i965: Move some genX infrastructure to genX_boilerplate.h.Kenneth Graunke2019-03-114-128/+174
* gallium/winsys/kms: fix incomplete type compilation failureBrian Paul2019-03-111-0/+1