summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implementation of egl dri2 drivers for MESA_query_driverVeluri Mithun2019-01-232-0/+38
* Implement EGL API for MESA_query_driverVeluri Mithun2019-01-234-0/+38
* nir: Length of boolean vtn_value now is 1Sergii Romantsov2019-01-231-3/+6
* st/mesa: fix PRIMITIVES_GENERATED query after the "pipeline stat single" changesMarek Olšák2019-01-231-1/+2
* st/mesa: purge framebuffers when unbinding a contextMarek Olšák2019-01-231-0/+5
* freedreno: set modifier when exporting bufferRob Clark2019-01-231-0/+12
* radv: always pass the GFX9 fence data to si_cs_emit_cache_flush()Samuel Pitoiset2019-01-232-16/+4
* radv: compute the GFX9 fence VA at allocation timeSamuel Pitoiset2019-01-233-9/+8
* radv: only allocate the GFX9 fence and EOP BOs for the gfx queueSamuel Pitoiset2019-01-231-1/+2
* radv: remove old_fence parameter from si_cs_emit_write_event_eop()Samuel Pitoiset2019-01-234-9/+7
* radv: improve gathering of load_push_constants with dynamic bindingsSamuel Pitoiset2019-01-233-1/+7
* gallium: Add PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTSCaio Marcelo de Oliveira Filho2019-01-233-0/+6
* nv50,nvc0: mark textures dirty on fb updateIlia Mirkin2019-01-222-2/+4
* ac/nir_to_llvm: fix interpolateAt* for structsTimothy Arceri2019-01-231-12/+13
* ac/nir_to_llvm: add bindless support for uniform handlesTimothy Arceri2019-01-231-0/+28
* radeonsi/nir: add missing piece for bindless image supportTimothy Arceri2019-01-231-0/+6
* freedreno: core buffer modifier supportRob Clark2019-01-222-4/+84
* loader: fix the no-modifiers caseRob Clark2019-01-221-6/+14
* freedreno: add query for dmabuf modifiersFritz Koenig2019-01-222-0/+46
* freedreno: drm_fourcc.h header includeFritz Koenig2019-01-222-1/+3
* svga: add new gallium formats to the format conversion tableBrian Paul2019-01-221-0/+4
* radeonsi: rename rfence -> sfenceMarek Olšák2019-01-221-49/+49
* radeonsi: rename rbo, rbuffer to buf or bufferMarek Olšák2019-01-225-102/+102
* radeonsi: rename rsrc -> ssrc, rdst -> sdstMarek Olšák2019-01-226-51/+51
* radeonsi: rename rquery -> squeryMarek Olšák2019-01-223-68/+68
* radeonsi: rename r600_resource -> si_resourceMarek Olšák2019-01-2229-230/+230
* vulkan: make generated enum to strings helpers available from c++Lionel Landwerlin2019-01-221-0/+8
* radeonsi: remove r600 from commentsMarek Olšák2019-01-223-3/+3
* winsys/amdgpu: rename rfence, rsrc, rdst -> afence, asrc, adstMarek Olšák2019-01-222-23/+23
* radeonsi: rename rview -> sviewMarek Olšák2019-01-221-3/+3
* radeonsi: rename rscreen -> sscreenMarek Olšák2019-01-225-11/+11
* radeonsi: disable render cond & pipeline stats for internal compute dispatchesMarek Olšák2019-01-221-0/+18
* radeonsi: use compute for resource_copy_region when possibleSonny Jiang2019-01-225-0/+215
* radeonsi: add compute_last_block to configure the partial block fieldsJiang, Sonny2019-01-222-5/+49
* gallium/util: add util_format_snorm8_to_sint8 (from radeonsi)Marek Olšák2019-01-223-30/+45
* gallium: add SINT formats to have exact counterparts to SNORM formatsMarek Olšák2019-01-222-0/+9
* radeonsi: move PKT3_WRITE_DATA generation into a helper functionMarek Olšák2019-01-226-41/+43
* radeonsi: don't use WRITE_DATA.DST_SEL == MEM_GRBM on >= CIKMarek Olšák2019-01-222-2/+4
* radeonsi: fix the top-of-pipe fence on SIMarek Olšák2019-01-221-1/+2
* radeonsi: correct WRITE_DATA.DST_SEL definitionsMarek Olšák2019-01-227-15/+15
* radeonsi: compile clear and copy buffer compute shaders on demandMarek Olšák2019-01-222-8/+14
* radeonsi: remove redundant call to emit_cache_flush in compute clear/copyMarek Olšák2019-01-221-1/+0
* radeonsi: use buffer_store_format_x & xyMarek Olšák2019-01-221-8/+17
* radeonsi: fix rendering to tiny viewports where the viewport center is > 8KMarek Olšák2019-01-221-3/+18
* radeonsi: fix a u_blitter crash after a shader with FBFETCHMarek Olšák2019-01-221-1/+1
* winsys/amdgpu: use the new BO list APIMarek Olšák2019-01-221-49/+25
* anv: Implement transform feedback queriesJason Ekstrand2019-01-223-2/+73
* genxml: Add SO_PRIM_STORAGE_NEEDED and SO_NUM_PRIMS_WRITTENJason Ekstrand2019-01-226-0/+192
* anv: Implement CmdBegin/EndQueryIndexedJason Ekstrand2019-01-221-1/+20
* anv: Implement vkCmdDrawIndirectByteCountEXTJason Ekstrand2019-01-222-1/+148