summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nir: Add option to lower tex to txl when shader don't support implicit LODCaio Marcelo de Oliveira Filho2019-04-252-0/+8
* intel/compiler/fs/icl: Use dummy masked urb write for tess evalTopi Pohjolainen2019-04-251-1/+50
* iris: make the TFB result visible to othersAndrii Simiklit2019-04-251-10/+15
* iris: Some tidying for preemption supportKenneth Graunke2019-04-254-98/+102
* radeonsi: remove dirty slot masks from scissor and viewport statesMarek Olšák2019-04-256-93/+40
* radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)Marek Olšák2019-04-258-48/+68
* radeonsi/gfx9: set that window_rectangles always roll the contextMarek Olšák2019-04-251-1/+2
* meson: Force '.so' extension for DRI driversJon Turney2019-04-255-0/+5
* radeonsi: add radeonsi_sync_compile optionNicolai Hähnle2019-04-252-3/+11
* radeonsi: add radeonsi_aux_debug option for aux context debug dumpsNicolai Hähnle2019-04-253-1/+33
* ddebug: expose some helper functions as non-inlineNicolai Hähnle2019-04-252-59/+70
* ddebug: dump driver state into a separate fileNicolai Hähnle2019-04-251-5/+12
* ddebug: log calls to pipe->flushNicolai Hähnle2019-04-252-20/+61
* ddebug: set thread nameNicolai Hähnle2019-04-251-0/+10
* util/u_log: flush auto loggers before starting a new pageNicolai Hähnle2019-04-251-0/+4
* radeonsi: add si_debug_options for convenient adding/removing of optionsNicolai Hähnle2019-04-258-31/+89
* Revert "intel/compiler: split is_partial_write() into two variants"Juan A. Suarez Romero2019-04-2511-54/+30
* nir: fix nir_remove_unused_varyings()Timothy Arceri2019-04-251-18/+33
* i965: fix icelake performance query enablingLionel Landwerlin2019-04-251-0/+2
* radeonsi: add BOs after need_cs_spaceMarek Olšák2019-04-242-6/+6
* glsl: handle interactions between EXT_gpu_shader4 and texture extensionsMarek Olšák2019-04-246-324/+415
* st/mesa: expose EXT_gpu_shader4 if GLSL 1.40 is supportedMarek Olšák2019-04-241-0/+7
* mesa: only allow EXT_gpu_shader4 in the compatibility profileMarek Olšák2019-04-241-1/+3
* mesa: expose EXT_texture_buffer_objectMarek Olšák2019-04-241-0/+1
* glsl: allow "varying out" for fragment shader outputs with EXT_gpu_shader4Marek Olšák2019-04-243-2/+19
* glsl: add texture builtin functions for EXT_gpu_shader4Marek Olšák2019-04-241-25/+667
* glsl: add arithmetic builtin functions for EXT_gpu_shader4Marek Olšák2019-04-241-13/+35
* glsl: add builtin variables for EXT_gpu_shader4Marek Olšák2019-04-241-3/+4
* glsl: apply some 1.30 and other rules to EXT_gpu_shader4 as wellMarek Olšák2019-04-243-8/+12
* glsl: enable types for EXT_gpu_shader4Chris Forbes2019-04-242-25/+57
* glsl: add `unsigned int` type for EXT_GPU_shader4Marek Olšák2019-04-242-2/+11
* glsl: enable noperspective|flat|centroid for EXT_gpu_shader4Chris Forbes2019-04-241-3/+3
* glsl: add scaffolding for EXT_gpu_shader4Chris Forbes2019-04-243-0/+4
* mesa: enable glGet for EXT_gpu_shader4Marek Olšák2019-04-243-7/+4
* v3d: Disable SSBOs and atomic counters on vertex shaders.Eric Anholt2019-04-241-0/+3
* st/mesa: Don't set atomic counter size != 0 if MAX_SHADER_BUFFERS == 0.Eric Anholt2019-04-241-1/+1
* iris: Advertise EXT_texture_sRGB_R8 supportKenneth Graunke2019-04-241-0/+1
* iris: Enable GL_AMD_depth_clamp_separateKenneth Graunke2019-04-241-0/+1
* util: fix a compile failure in u_compute.c on windowsMarek Olšák2019-04-241-1/+1
* iris: enable preemption support for gen10Mike Blumenkrantz2019-04-241-0/+2
* iris: add preemption support on gen9Mike Blumenkrantz2019-04-243-0/+99
* iris: Split iris_flush_and_dirty_for_history into two helpers.Kenneth Graunke2019-04-242-20/+46
* intel/compiler: fix uninit non-static variable. (v2)Dave Airlie2019-04-251-0/+3
* virgl/drm: insert correct handles into the table. (v3)Dave Airlie2019-04-251-1/+4
* virgl/drm: handle flink name better.Dave Airlie2019-04-252-20/+11
* virgl/drm: cleanup buffer from handle creation (v2)Dave Airlie2019-04-252-15/+13
* iris: Actually put Mesa in GL_RENDERER stringKenneth Graunke2019-04-241-1/+1
* va: use a compute shader for the blitJiang, Sonny2019-04-247-1/+224
* gallium: add PIPE_CAP_PREFER_COMPUTE_BLIT_FOR_MULTIMEDIAMarek Olšák2019-04-244-0/+5
* gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák2019-04-2410-27/+3