summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4
Commit message (Expand)AuthorAgeFilesLines
* vc4: Regularize instruction emit macrosEric Anholt2016-07-042-39/+50
* vc4: Enable dead CF elimination.Eric Anholt2016-07-041-0/+1
* vc4: Optimize out redundant SF updates.Eric Anholt2016-07-042-6/+78
* vc4: Move SF removal to a separate peephole pass.Eric Anholt2016-07-045-17/+85
* vc4: DCE instructions with a NULL destination.Eric Anholt2016-07-041-2/+3
* vc4: Mark texturing setup instructions as having side effects.Eric Anholt2016-07-041-5/+5
* vc4: Fix a pasteo in scheduling condition flag usage.Eric Anholt2016-07-041-1/+1
* vc4: Drop the dead QIR_PACK() macro.Eric Anholt2016-07-041-8/+0
* gallium: Add a cap for offset_units_unscaledAxel Davy2016-06-251-0/+1
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-232-2/+2
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin2016-06-181-0/+1
* vc4: fix vc4_resource_from_handle() stride calculationRob Herring2016-06-151-2/+2
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-1/+0
* gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin2016-06-061-0/+1
* vc4: Fix compiler warnings in fail_instr path of QIR validate passRhys Kidd2016-05-311-10/+10
* vc4: Fix doxygen warnings12.0-branchpointRhys Kidd2016-05-302-6/+6
* gallium: push offset down to driverStanimir Varbanov2016-05-301-0/+7
* gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke2016-05-231-0/+1
* vc4: Size transfer temporary mappings appropriately for full maps of 3D.Eric Anholt2016-05-181-2/+2
* vc4: Add support for vertex color clamping in the rasterizer.Eric Anholt2016-05-173-1/+6
* vc4: Move tgsi_to_nir to precompile time.Eric Anholt2016-05-171-12/+15
* vc4: Mark the driver as supporting fragment color clamping in rast.Eric Anholt2016-05-171-1/+1
* vc4: Enable sharing shaders across contexts.Eric Anholt2016-05-172-2/+3
* vc4: Switch to using nir_load_front_face.Eric Anholt2016-05-172-9/+18
* vc4: Drop the dead export_linkage array.Eric Anholt2016-05-171-5/+0
* vc4: Fix a -Wformat-security warning.Eric Anholt2016-05-171-1/+1
* gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann2016-05-141-0/+1
* vc4: Add support for loading immediate values in QIR.Eric Anholt2016-05-064-0/+32
* vc4: Make vc4_qpu_validate() produce more verbose failures.Eric Anholt2016-05-061-35/+71
* vc4: Add a small QIR validate pass.Eric Anholt2016-05-064-0/+127
* vc4: Fix the src count on exp2/log2.Eric Anholt2016-05-061-2/+2
* vc4: Reuse QPU disasm's cond flags in QIR.Eric Anholt2016-05-063-27/+46
* vc4: When emitting an instruction to an existing temp, mark it non-SSA.Eric Anholt2016-05-061-0/+2
* vc4: Make sure that we don't overwrite the signal for PROG_END.Eric Anholt2016-05-061-0/+8
* vc4: fixup for new nir_foreach_block()Connor Abbott2016-05-054-48/+20
* vc4: Use NIR lowering for sRGB decode.Eric Anholt2016-05-022-40/+3
* vc4: Just use NIR lowering for texture projection.Eric Anholt2016-05-021-15/+3
* vc4: Scalarize phi nodes as well.Eric Anholt2016-05-021-0/+1
* vc4: Add whitespace after each program stage dump.Eric Anholt2016-05-022-0/+3
* vc4: Remove the CSE pass.Eric Anholt2016-05-024-162/+0
* vc4: Emit only one FRAG_Z or FRAG_W QIR opcode.Eric Anholt2016-05-021-2/+19
* vc4: Use the NIR cubemap normalization instead of our own.Eric Anholt2016-05-021-6/+1
* vc4: Drop the support for DCE of texture instructions.Eric Anholt2016-05-021-22/+1
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-284-5/+5
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-284-5/+5
* nir: rename lower_flrp to lower_flrp32Samuel Iglesias Gonsálvez2016-04-281-1/+1
* vc4: Make sure we recompile when sample_mask changes.Eric Anholt2016-04-221-0/+1
* vc4: Fix validation of full res tile offset if used for non-MSAA.Eric Anholt2016-04-223-2/+14
* vc4: Only do MSAA FB operations if the FB is MSAA.Eric Anholt2016-04-221-5/+8