aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: perf: reduce i965 binary sizeLionel Landwerlin2018-03-206-221/+334
* i965: perf: fix a counter return type on hswLionel Landwerlin2018-03-201-1/+1
* mesa: fix leaking ParameterValueOffsetTapani Pälli2018-03-201-0/+1
* dri3: Don't fail on version mismatchDaniel Stone2018-03-205-9/+20
* radv: don't lower indirects until after opts have runTimothy Arceri2018-03-201-1/+8
* st/nir: fix atomic lowering for gallium driversTimothy Arceri2018-03-204-8/+14
* st/radeonsi: enable uniform packing in NIR backendTimothy Arceri2018-03-202-9/+7
* st: add uniform packing support to lower_uniforms_to_ubo()Timothy Arceri2018-03-203-7/+14
* gallium: add packed uniform CAPTimothy Arceri2018-03-2019-0/+22
* st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state trackerTimothy Arceri2018-03-209-14/+18
* st: add st_glsl_type_dword_size() helperTimothy Arceri2018-03-202-0/+44
* st/glsl_to_nir: add support for packed builtin uniformsTimothy Arceri2018-03-201-5/+37
* mesa: add _mesa_add_sized_state_reference() helperTimothy Arceri2018-03-202-14/+27
* mesa: add support propagate uniform support for packed uniformsTimothy Arceri2018-03-201-2/+18
* mesa: allow for uniform packing when adding uniforms to param listTimothy Arceri2018-03-201-5/+27
* mesa: add packing support for setting uniform handlesTimothy Arceri2018-03-201-3/+13
* mesa: add packing support for setting uniformsTimothy Arceri2018-03-201-19/+53
* mesa: create copy uniform to storage helpersTimothy Arceri2018-03-201-63/+91
* mesa: rework ParameterList to allow packingTimothy Arceri2018-03-2019-60/+125
* mesa: add PackedDriverUniformStorage constTimothy Arceri2018-03-201-0/+3
* broadcom/vc5: Don't annotate dumps with stale live intervals.Eric Anholt2018-03-194-2/+8
* broadcom/vc5: Add support for register spilling.Eric Anholt2018-03-197-11/+306
* broadcom/vc5: Remove redundant last_inst lookup.Eric Anholt2018-03-191-1/+0
* broadcom/vc5: On QPU pack error, dump the instruction and return cleanly.Eric Anholt2018-03-191-1/+7
* broadcom/vc5: Add cursors to the compiler infrastructure, like NIR's.Eric Anholt2018-03-193-8/+73
* broadcom/vc5: Move the umul macro to a header.Eric Anholt2018-03-192-8/+8
* broadcom/vc5: Correct the arg count of TIDX/EIDX.Eric Anholt2018-03-191-2/+2
* broadcom/vc5: Re-do live variables after removing thrsws.Eric Anholt2018-03-192-3/+14
* broadcom/vc5: Add a QPU helper for instructions using the TLB.Eric Anholt2018-03-192-0/+23
* broadcom/vc5: Introduce v3d_qpu_reads_vpm()/v3d_qpu_writes_vpm().Eric Anholt2018-03-192-4/+35
* 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