summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* mesa/main: remove unused argumentErik Faye-Lund2019-05-231-24/+24
* mesa/main: remove unused macroErik Faye-Lund2019-05-231-8/+0
* glsl: simplify resource list building codeTimothy Arceri2019-05-233-77/+87
* virgl: track valid buffer range for transfer syncChia-I Wu2019-05-227-20/+59
* virgl: remove support for buffer surfacesChia-I Wu2019-05-222-19/+15
* virgl: handle NULL shader resource explicitlyChia-I Wu2019-05-221-3/+3
* vulkan: fix build dependency issue with generated filesLionel Landwerlin2019-05-227-26/+35
* gallium: enable dmabuf on BSD as wellGreg V2019-05-221-1/+1
* iris: fix android buildTapani Pälli2019-05-221-0/+1
* etnaviv: fill missing offset in etna_resource_get_handlePhilipp Zabel2019-05-221-0/+1
* radv: do not reset query pool during creationSamuel Pitoiset2019-05-221-3/+0
* radv: fix the sample max distance value for 8xSamuel Pitoiset2019-05-221-1/+1
* radv: emit correct centroid priority based on the number of samplesSamuel Pitoiset2019-05-221-3/+16
* radv: clean up the sample locations codebaseSamuel Pitoiset2019-05-224-98/+76
* radv: remove remaining code related to 16 samplesSamuel Pitoiset2019-05-222-51/+0
* iris: Fix ALT mode regressions from shader cacheKenneth Graunke2019-05-212-4/+9
* radeonsi: fix a regression in si_rebind_bufferMarek Olšák2019-05-211-4/+8
* iris: Expose the disk cache to the state tracker as well.Kenneth Graunke2019-05-211-0/+8
* iris: Cache assembly shaders in the on-disk shader cacheDylan Baker2019-05-213-6/+236
* iris: Serialize the NIR to a blob we can use for shader cache purposes.Kenneth Graunke2019-05-212-0/+25
* iris: Start wiring up on-disk shader cacheDylan Baker2019-05-214-0/+81
* iris: Move iris_uncompiled_shader definition to iris_context.hKenneth Graunke2019-05-212-23/+23
* intel: Move brw_prog_key_set_id from i965 to the compiler.Kenneth Graunke2019-05-214-20/+20
* spirv: Drop GOOGLE suffix from names incorporated to SPIR-VCaio Marcelo de Oliveira Filho2019-05-212-15/+15
* spirv: Pick the right bitsize when doing SpvUConvertCaio Marcelo de Oliveira Filho2019-05-211-0/+1
* spirv: Trivially handle new 1.4 loop controlsCaio Marcelo de Oliveira Filho2019-05-211-1/+6
* spirv: Update JSON and Headers to 1.4Caio Marcelo de Oliveira Filho2019-05-213-81/+2419
* spirv: Handle instruction aliases in spirv_info_c.pyCaio Marcelo de Oliveira Filho2019-05-211-0/+7
* Revert "glsl: do not use deprecated bison-keyword"Erik Faye-Lund2019-05-213-3/+3
* imgui: delete demo fileEric Engestrom2019-05-212-4326/+1
* vulkan/overlay: update remaining manual error checksLionel Landwerlin2019-05-211-42/+24
* vulkan/overlay: fix timestamp query emission with no pipeline statsLionel Landwerlin2019-05-211-4/+0
* glsl: do not use deprecated bison-keywordErik Faye-Lund2019-05-213-3/+3
* glsl: handle 8 and 16 bit ints in glsl_base_type_is_integerKarol Herbst2019-05-211-1/+5
* nir/test: add split vars tests (v2)Dave Airlie2019-05-211-1/+419
* anv: Don't re-use entry_point pointer from spirv_to_nirCaio Marcelo de Oliveira Filho2019-05-201-2/+2
* nir: Fix clone of nir_variable state slotsCaio Marcelo de Oliveira Filho2019-05-201-3/+5
* mesa: unreference current winsys buffers when unbinding winsys buffersCharmaine Lee2019-05-201-0/+4
* st/mesa: purge framebuffers with current context after unbinding winsys buffersCharmaine Lee2019-05-201-3/+10
* spirv: Generate proper NULL pointer valuesCaio Marcelo de Oliveira Filho2019-05-201-4/+12
* spirv: Reuse helpers in vtn_handle_type()Caio Marcelo de Oliveira Filho2019-05-202-33/+6
* spirv: Add vtn_variable_mode_imageCaio Marcelo de Oliveira Filho2019-05-202-0/+11
* spirv: Add vtn_mode_to_address_format()Caio Marcelo de Oliveira Filho2019-05-202-20/+57
* spirv: Add vtn_mode_uses_ssa_offset()Caio Marcelo de Oliveira Filho2019-05-202-8/+15
* spirv: Add and use vtn_type_without_array() helperCaio Marcelo de Oliveira Filho2019-05-203-8/+15
* spirv: Change vtn_null_constant() to use vtn_typeCaio Marcelo de Oliveira Filho2019-05-201-32/+26
* spirv: Export vtn_storage_class_to_mode()Caio Marcelo de Oliveira Filho2019-05-202-1/+6
* nir: Add nir_address_format_null_value()Caio Marcelo de Oliveira Filho2019-05-202-0/+22
* spirv, radv, anv: Replace ptr_type with addr_formatCaio Marcelo de Oliveira Filho2019-05-205-36/+46
* nir: Add nir_address_format_32bit_offsetCaio Marcelo de Oliveira Filho2019-05-202-0/+9