summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* broadcom/vc5: The ldvpm signal also a case of using the VPM.Eric Anholt2018-03-191-0/+3
* broadcom/vc5: Extract v3d_qpu_writes_tmu() helper.Eric Anholt2018-03-193-6/+12
* radv: don't export NULL layer.Dave Airlie2018-03-191-1/+1
* mesa: adjust incorrect comment in texture_buffer_rangeMarek Olšák2018-03-191-2/+2
* nir: Don't compare b2f or b2i with zeroIan Romanick2018-03-191-0/+5
* radv: lower constant initializers on output variables earlierDave Airlie2018-03-191-0/+5
* radv/query: handle multiview timestamp queries.Dave Airlie2018-03-191-36/+43
* radv/query: handle multiview queries properly. (v3)Dave Airlie2018-03-191-0/+19
* radv/query: split out begin/end query emissionDave Airlie2018-03-191-41/+57
* radv/multiview: mark layer_input if we have input attachments.Dave Airlie2018-03-191-1/+3
* anv/pipeline: set active_stages earlyCaio Marcelo de Oliveira Filho2018-03-192-3/+10
* anv/pipeline: fail if TCS/TES compile failCaio Marcelo de Oliveira Filho2018-03-191-7/+9
* main/program_binary: In ProgramBinary set link status as LINKING_SKIPPEDJordan Justen2018-03-191-1/+1
* i965: Allow disk shader cache usage with LINKING_SUCCESS statusJordan Justen2018-03-191-3/+0
* glsl/serialize: Save shader program metadata sha1Jordan Justen2018-03-191-0/+4
* glsl: Remove api_enabled tracking for transform feedbackJordan Justen2018-03-192-5/+0
* i965: Allow disk shader cache usage with transform feedbackJordan Justen2018-03-191-8/+0
* glsl/shader_cache: Allow shader cache usage with transform feedbackJordan Justen2018-03-192-10/+7
* i965: Add INTEL_DEBUG stages support for disk shader cacheJordan Justen2018-03-191-0/+26
* radv: handle exporting view index to fragment shader. (v1.1)Dave Airlie2018-03-194-2/+24
* st/nine: Fix non inversible matrix checkAxel Davy2018-03-181-1/+1
* st/nine: Fixes warning about implicit conversionAxel Davy2018-03-181-1/+1
* st/nine: Fix bad tracking of vs textures for NINESBT_ALLAxel Davy2018-03-181-1/+1
* st/nine: Fix bad tracking of bound vs texturesAxel Davy2018-03-181-1/+1
* radv: make vk_format_description structures staticGrazvydas Ignotas2018-03-171-1/+1
* radv: fix stale comment in generated vk_format_table.cGrazvydas Ignotas2018-03-171-1/+1
* anv: Silence warning about heap_size.Eric Anholt2018-03-161-1/+1
* i965: Silence compiler warning about promoted_constants.Eric Anholt2018-03-161-1/+1
* anv: Silence compiler warnings about uninitialized bind_offset.Eric Anholt2018-03-161-1/+1
* intel/compiler: Use gen_get_device_info() in test_eu_validateMatt Turner2018-03-163-39/+19
* intel: Add cfl to gen_device_name_to_pci_device_id()Matt Turner2018-03-161-0/+1
* dri3: allow building against older xcb (v3)Dave Airlie2018-03-164-9/+32
* r600: consolidate PIPE_BIND_SHARED/SCANOUT handlingMarek Olšák2018-03-162-14/+4
* intel/compiler: Check for unsupported register sizes.Rafael Antognolli2018-03-161-0/+3
* loader: Include include/drm-uapi in the autotools buildJason Ekstrand2018-03-161-0/+1
* egl/android: Implement the eglSwapinterval for Android.Wu, Zhongmin2018-03-161-0/+21
* st/mesa: simplify st_init_limits() via tgsi_processor_to_shader_stageEmil Velikov2018-03-161-39/+6
* tgsi: move tgsi_processor_to_shader_stage() to a headerEmil Velikov2018-03-162-15/+16
* egl/dri2: move wayland header inclusion where applicableEmil Velikov2018-03-163-3/+12
* vulkan/wsi/x11: correct DRI3 version in commentEmil Velikov2018-03-161-1/+1
* vulkan/wsi/x11: use ARRAY_SIZE where applicableEmil Velikov2018-03-161-2/+2
* mesa: RGB9_E5 invalid for CopyTexSubImage* in GLESJuan A. Suarez Romero2018-03-161-0/+14
* etnaviv: remove superfluous \n from DBG(..) callersChristian Gmeiner2018-03-164-6/+6
* radv: run nir_opt_move_load_uboSamuel Pitoiset2018-03-161-0/+1
* nir: add nir_opt_move_load_ubo() optimization passSamuel Pitoiset2018-03-164-0/+121
* radv: drop geometry stride user sgpr.Dave Airlie2018-03-163-28/+19
* radv: get rid of geometry user sgpr for num entries.Dave Airlie2018-03-162-16/+8
* radv: migrate lds size calculations to shader gen.Dave Airlie2018-03-163-25/+38
* radv: drop scanning the tess shader in the nir code.Dave Airlie2018-03-163-42/+3
* radv: use num_patches output from tcs shader.Dave Airlie2018-03-161-28/+2