summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* mapi: drop unneeded gl_dispatch_stub declarationsErik Faye-Lund2019-01-241-1/+2
* mesa: correctly use os.path.join in our python scriptsEmil Velikov2019-01-242-6/+5
* freedreno: automake: ship ir3_nir_trig.py in the tarballEmil Velikov2019-01-241-0/+1
* egl/glvnd: sync egl.xml from KhronosEric Engestrom2019-01-241-18/+183
* egl: Implementation of egl dri2 drivers for MESA_query_driverVeluri Mithun2019-01-242-0/+38
* egl: add glvnd entrypoints for EGL_MESA_query_driverEric Engestrom2019-01-241-0/+4
* egl: Implement EGL API for MESA_query_driverVeluri Mithun2019-01-244-0/+38
* intel/compiler: Reset default flag register in brw_find_live_channel()Matt Turner2019-01-231-2/+11
* gallium: Add forgotten docs for PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS.Kenneth Graunke2019-01-231-0/+1
* Revert "Implement EGL API for MESA_query_driver"Mark Janes2019-01-234-38/+0
* Revert "Implementation of egl dri2 drivers for MESA_query_driver"Mark Janes2019-01-232-38/+0
* 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