aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nir: Add a bool to int32 lowering passJason Ekstrand2018-12-1610-0/+176
* nir: Add 1-bit Boolean opcodesJason Ekstrand2018-12-163-3/+34
* nir/algebraic: Generalize an optimizationJason Ekstrand2018-12-161-2/+9
* nir/large_constants: Properly handle 1-bit boolsJason Ekstrand2018-12-162-2/+31
* nir: Add support for 1-bit data typesJason Ekstrand2018-12-1611-24/+92
* nir/constant_expressions: Rework Boolean handlingJason Ekstrand2018-12-161-20/+12
* nir: Rename Boolean-related opcodes to include 32 in the nameJason Ekstrand2018-12-1618-256/+323
* nir/algebraic: Make an optimization more specificJason Ekstrand2018-12-161-1/+1
* nir: Drop support for lower_b2fJason Ekstrand2018-12-162-7/+1
* nir/algebraic: Optimize x2b(xneg(a)) -> aJason Ekstrand2018-12-161-0/+2
* nir/constant_folding: Fix source bit size logicJason Ekstrand2018-12-161-1/+2
* nir/tgsi: Use nir_bany in ttn_kill_ifJason Ekstrand2018-12-161-3/+1
* nir/lower_idiv: Use ilt instead of bit twiddlingJason Ekstrand2018-12-161-1/+1
* v3d: Use the original bit size when scalarizing uniform loads.Eric Anholt2018-12-161-1/+2
* vc4: Use the original bit size when scalarizing uniform loads.Eric Anholt2018-12-161-1/+2
* ac: split 16-bit ssbo loads that may not be dword alignedRhys Perry2018-12-161-0/+2
* ac: refactor visit_load_bufferRhys Perry2018-12-162-44/+42
* nir: fix constness in nir_intrinsic_align()Rhys Perry2018-12-161-1/+1
* clover: Fix build after clang r348827Jan Vesely2018-12-161-1/+6
* glx: Fix compilation with GLX_USE_WINDOWSGLJon Turney2018-12-151-2/+4
* v3d: Drop in a bunch of notes about performance improvement opportunities.Eric Anholt2018-12-145-2/+74
* v3d: Do uniform pretty-printing in the QPU dump.Eric Anholt2018-12-143-1/+62
* v3d: Use the uniform pretty-printer in v3d_write_uniforms()'s debug code.Eric Anholt2018-12-141-1/+3
* v3d: Move uniform pretty-printing to its own helper function.Eric Anholt2018-12-142-71/+77
* v3d: Move uinfo->data[] dereference to the top of v3d_write_uniforms().Eric Anholt2018-12-141-15/+13
* v3d: Avoid assertion failures when removing end-of-shader instructions.Eric Anholt2018-12-141-0/+6
* v3d: Add support for draw indirect for GLES3.1.Eric Anholt2018-12-143-2/+70
* v3d: Add missing flagging of SYNCB as a TSY op.Eric Anholt2018-12-141-0/+1
* v3d: Make sure that a thrsw doesn't split a multop from its umul24.Eric Anholt2018-12-141-0/+1
* v3d: Add safety checks for resource_create().Eric Anholt2018-12-141-0/+6
* v3d: Add support for texturing from linear.Eric Anholt2018-12-146-3/+110
* v3d: Add support for using the TFU to do some blits.Eric Anholt2018-12-141-42/+129
* v3d: Don't forget to bump the number of writes when doing TFU ops.Eric Anholt2018-12-141-0/+2
* v3d: Set up the right stride for raster TFU.Eric Anholt2018-12-141-1/+1
* v3d: Don't forget to wait for our TFU job before rendering from it.Eric Anholt2018-12-141-0/+8
* nvc0: always keep TSC slot 0 bound to fix TXFIlia Mirkin2018-12-142-0/+21
* nvc0: replace use of explicit default_tsc with entry 0Ilia Mirkin2018-12-146-22/+25
* freedreno/a6xx: fix corrupted uniformsRob Clark2018-12-141-1/+2
* i965/gen9: Add workarounds for object preemption.Rafael Antognolli2018-12-141-0/+63
* i965/gen10+: Enable object level preemption.Rafael Antognolli2018-12-144-1/+36
* intel/genxml: Add register for object preemption.Rafael Antognolli2018-12-143-0/+24
* util/slab: Rename slab_mempool typed parameters to mempoolIan Romanick2018-12-142-14/+14
* nir/phi_builder: Internal users should use nir_phi_builder_value_set_block_de...Ian Romanick2018-12-141-2/+2
* etnaviv: drop redundant ctx function parameterChristian Gmeiner2018-12-141-4/+3
* genxml: Consistently use a numeric "MOCS" fieldKenneth Graunke2018-12-1416-260/+177
* nir: fix opt_if_loop_last_continue()Timothy Arceri2018-12-141-2/+6
* freedreno/a6xx: fix resource_copy_region()Rob Clark2018-12-131-9/+24
* freedreno: move fd_resource_copy_region()Rob Clark2018-12-133-62/+73
* freedreno/a6xx: more blitter fixesRob Clark2018-12-131-10/+22
* freedreno: update generated headersRob Clark2018-12-138-30/+39