aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nir: Handle vec8/16 in opt_split_alu_of_phiJason Ekstrand2020-03-311-4/+1
* nir: Handle vec8/16 in lower_regs_to_ssaJason Ekstrand2020-03-311-7/+1
* nir: Handle vec8/16 in lower_phis_to_scalarJason Ekstrand2020-03-311-10/+2
* nir: Handle vec8/16 in gather_ssa_typesJason Ekstrand2020-03-311-0/+2
* nir: Handle vec8/16 in bool_to_bitsizeJason Ekstrand2020-03-311-0/+4
* nir: Copy propagate through vec8s and vec16sJason Ekstrand2020-03-311-3/+2
* nir: Add a nir_op_is_vec helperJason Ekstrand2020-03-311-0/+16
* nir/algebraic: Add downcast-of-pack optsJason Ekstrand2020-03-311-0/+9
* nir/lower_int64: Lower 8 and 16-bit downcasts with nir_lower_mov64Jason Ekstrand2020-03-311-0/+8
* freedreno/log: avoid duplicate ts'sRob Clark2020-03-301-4/+27
* freedreno/a6xx: add some more tracepointsRob Clark2020-03-303-1/+25
* freedreno: add some initial fd_log tracepointsRob Clark2020-03-301-4/+17
* freedreno/a6xx: timestamp logging supportRob Clark2020-03-302-2/+16
* freedreno: add logging infrastructureRob Clark2020-03-3012-2/+378
* util: fix u_fifo_pop()Rob Clark2020-03-301-1/+1
* 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-302-29/+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
* CI: Re-enable Windows VS2019 buildsDaniel Stone2020-03-301-1/+2
* 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
* gitlab-ci: Prune all SCons jobs except scons-win64, and allows failures.Jose Fonseca2020-03-301-17/+2
* 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-3029-1406/+1
* 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