aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* freedreno: remove some obsolete debug optionsRob Clark2020-03-302-11/+4
* nir/opt_loop_unroll: Fix has_nested_loop handlingJason Ekstrand2020-03-301-1/+1
* freedreno: Work around UBWC flakiness.Eric Anholt2020-03-301-0/+13
* freedreno: Fix detection of being in a blit for acc queries.Eric Anholt2020-03-3010-37/+30
* freedreno: Rename "is_blit" to "is_discard_blit"Eric Anholt2020-03-305-8/+8
* freedreno/a6xx: Fix timestamp queries.Eric Anholt2020-03-301-4/+10
* freedreno: Count blits in GL_TIME_ELAPSED and perf counter queries.Eric Anholt2020-03-305-6/+8
* freedreno: Associate the acc query bo with the batch.Eric Anholt2020-03-301-0/+2
* freedreno: Fix acc query handling in the presence of batch reordering.Eric Anholt2020-03-304-25/+62
* freedreno: Remove the "active" member of queries.Eric Anholt2020-03-304-21/+9
* freedreno: Remove always-true return from per-gen begin_query.Eric Anholt2020-03-305-13/+7
* util/u_queue: fix race in total_jobs_size accessRhys Perry2020-03-301-2/+2
* glsl: fix race in instance gettersRhys Perry2020-03-301-5/+15
* nir: Set UBO alignments in lower_uniforms_to_uboJason Ekstrand2020-03-301-0/+2
* aco: look at p_{extract,split}_vector's definitions in pred_by_exec_mask()Rhys Perry2020-03-301-2/+5
* nir: Validate that memory load/store ops work on whole bytesJason Ekstrand2020-03-301-0/+27
* anv: Set alignments on descriptor and constant loadsJason Ekstrand2020-03-301-0/+3
* nir: Insert b2b1s around booleans in nir_lower_toJason Ekstrand2020-03-301-0/+15
* nir: Use b2b opcodes for shared and constant memoryJason Ekstrand2020-03-303-17/+24
* aco: Implement b2b32 and b2b1Jason Ekstrand2020-03-302-0/+4
* nir: Add b2b opcodesJason Ekstrand2020-03-305-2/+22
* intel/nir: Run copy-prop and DCE after lower_bool_to_int32Jason Ekstrand2020-03-301-0/+2
* etnaviv: compiled_framebuffer_state: get rid of SE_SCISSOR_*Christian Gmeiner2020-03-302-18/+5
* etnaviv: s/scissor_s/scissorChristian Gmeiner2020-03-303-7/+7
* etnaviv: get rid of struct compiled_scissor_stateChristian Gmeiner2020-03-304-31/+15
* etnaviv: do the left shift by 16 at emit timeChristian Gmeiner2020-03-302-16/+16
* etnaviv: rework clippling calculation to be a derived stateChristian Gmeiner2020-03-303-43/+48
* etnaviv: get rid of SE_CLIP_*Christian Gmeiner2020-03-303-28/+14
* nir/algebraic: add fexp2(fmul(flog2(a), 0.5) -> fsqrt(a) optimizationSamuel Pitoiset2020-03-301-0/+1
* scons: Prune out unnecessary targets.Jose Fonseca2020-03-3027-1332/+0
* aco: Don't store LS VS outputs to LDS when TCS doesn't need them.Timur Kristóf2020-03-302-2/+14
* aco: When LS and HS invocations are the same, pass LS outputs in temps.Timur Kristóf2020-03-301-0/+35
* aco: Extract store_output_to_temps into a separate function.Timur Kristóf2020-03-301-21/+32
* aco: Fix workgroup size calculation.Timur Kristóf2020-03-305-35/+39
* aco: Extract setup_tcs_info to a separate function.Timur Kristóf2020-03-301-12/+19
* aco: Zero-fill undefined elements in create_vec_from_array.Timur Kristóf2020-03-301-7/+15
* aco: Change isel inputs/outputs to a flat array.Timur Kristóf2020-03-302-20/+25
* aco: Treat outputs of the previous stage as inputs of the next stage.Timur Kristóf2020-03-302-21/+28
* nir: Collect if shader uses cross-invocation or indirect I/O.Timur Kristóf2020-03-302-13/+110
* aco: Use more optimal sequence at the beginning of merged shaders.Timur Kristóf2020-03-301-3/+17
* aco: Skip 2nd read of merged wave info when TCS in/out vertices are equal.Timur Kristóf2020-03-302-6/+18
* aco: Allow combining LDS loads when loading tess factors.Timur Kristóf2020-03-301-13/+13
* aco: Allow combining TCS output VMEM stores.Timur Kristóf2020-03-301-1/+1
* aco: Fix handling of tess factors.Timur Kristóf2020-03-302-22/+13
* aco: Extract tcs_driver_location_matches_api_mask to separate function.Timur Kristóf2020-03-301-21/+30
* aco: Create null exports in instruction selection instead of assembler.Timur Kristóf2020-03-303-36/+72
* nir: Fix breakage of foreach_list_typed_safe assumptions in loop unrollingDanylo Piliaiev2020-03-301-12/+70
* radeon: switch to 3-spaces stylePierre-Eric Pelloux-Prayer2020-03-3021-9286/+8970
* radeonsi: switch to 3-spaces stylePierre-Eric Pelloux-Prayer2020-03-3052-46736/+42975
* radeon: fix includesPierre-Eric Pelloux-Prayer2020-03-304-0/+9