summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: return the fourcc saved in __DRIimage when possibleXiong, James2018-04-091-3/+10
* nir: Fix a typo in src/compiler/Makefile.nir.amBastien Orivel2018-04-091-1/+1
* radv: fix prefetching of vertex shader and VBOs on SISamuel Pitoiset2018-04-091-1/+1
* radv: implement VK_AMD_shader_core_propertiesSamuel Pitoiset2018-04-092-0/+41
* radv: add RADV_NUM_PHYSICAL_VGPRS constantSamuel Pitoiset2018-04-092-2/+6
* radv: add radv_get_num_physical_sgprs() helperSamuel Pitoiset2018-04-092-11/+10
* vulkan: Update the XML and headers to 1.1.72Samuel Pitoiset2018-04-093-51/+445
* docs: properly escape charactersAndres Gomez2018-04-091-1/+1
* mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usageAndres Gomez2018-04-091-2/+8
* mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API overrideMarek Olšák2018-04-092-28/+45
* dri_util: don't fail when not supporting ARB_compatibility with GL3.1Andres Gomez2018-04-092-4/+17
* dri_util: when overriding, always reset the core versionAndres Gomez2018-04-091-4/+2
* radv: add radv_image_is_tc_compat_htile() helperSamuel Pitoiset2018-04-095-12/+21
* radv: add radv_use_dcc_for_image() helperSamuel Pitoiset2018-04-091-30/+68
* radv: rename radv_image_is_tc_compat_htile()Samuel Pitoiset2018-04-091-3/+3
* radv: simplify a check in radv_initialise_color_surface()Samuel Pitoiset2018-04-091-1/+1
* radv: clean up radv_vi_dcc_enabled()Samuel Pitoiset2018-04-093-8/+12
* radv: clean up radv_htile_enabled()Samuel Pitoiset2018-04-091-6/+9
* radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpersSamuel Pitoiset2018-04-099-36/+72
* radv: add radv_get_cmask_fast_clear_value() helperSamuel Pitoiset2018-04-091-1/+22
* radv: add radv_clear_{cmask,dcc} helpersSamuel Pitoiset2018-04-094-15/+29
* st/nine: Do not use scratch for face registerAxel Davy2018-04-081-1/+1
* etnaviv: expose perfmon query groupsChristian Gmeiner2018-04-081-2/+6
* etnaviv: add query_group_info for perfmon countersChristian Gmeiner2018-04-082-0/+50
* etnaviv: assign group_ids to perfmon queriesChristian Gmeiner2018-04-082-1/+56
* etnaviv: support MC performance countersChristian Gmeiner2018-04-082-0/+25
* etnaviv: support TX performance countersChristian Gmeiner2018-04-082-0/+73
* etnaviv: support RA performance countersChristian Gmeiner2018-04-082-0/+57
* etnaviv: support SE performance countersChristian Gmeiner2018-04-082-0/+17
* etnaviv: support PA performance countersChristian Gmeiner2018-04-082-0/+49
* etnaviv: support SH performance countersChristian Gmeiner2018-04-082-0/+73
* etnaviv: support PE performance countersChristian Gmeiner2018-04-082-0/+34
* etnaviv: support HI performance countersChristian Gmeiner2018-04-082-0/+41
* etnaviv: add perfmon query implementationChristian Gmeiner2018-04-089-4/+359
* etnaviv: sw queries: return correct number of groupsChristian Gmeiner2018-04-081-1/+1
* etnaviv: advertise YUV formats as external onlyLucas Stach2018-04-081-1/+1
* gallium/util: implement util_format_is_yuvLucas Stach2018-04-081-0/+12
* nvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_PREDICATERhys Perry2018-04-075-18/+32
* nvc0: change ACQUIRE_EQUAL to ACQUIRE_GEQUAL in nvc0_hw_query_fifo_waitRhys Perry2018-04-071-1/+1
* nvc0: ensure the query's fence has been emitted in nvc0_hw_query_fifo_waitRhys Perry2018-04-071-0/+4
* st/mesa: tex offsets can't be in a const or 2d-indexedIlia Mirkin2018-04-071-1/+5
* nvc0: restore image binding on RGB10A2, remove from BGR10A2Ilia Mirkin2018-04-071-2/+2
* freedreno/ir3: use lower_global_vars_to_local in cmdline compilerRob Clark2018-04-071-0/+1
* i965: Use %x instead of %u in debug print.Kenneth Graunke2018-04-061-1/+1
* meson: fix warnings about comparing unlike typesDylan Baker2018-04-064-46/+49
* intel/compiler: Explicitly cast register type in switchIan Romanick2018-04-061-1/+1
* st/nine: Declare lighting consts for ff shadersAxel Davy2018-04-061-0/+4
* nir: rename variables in nir_lower_io_to_temporaries for clarityCaio Marcelo de Oliveira Filho2018-04-061-11/+11
* radv: don't pass the pipeline to radv_flush_constants()Samuel Pitoiset2018-04-061-5/+5
* radv: rename radv_cmd_buffer_update_vertex_descriptors()Samuel Pitoiset2018-04-061-2/+3