summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4
AgeCommit message (Expand)AuthorFilesLines
2015-10-23vc4: Don't try to CSE non-SSA instructions.Eric Anholt1-0/+1
2015-10-23vc4: Add dumping of VC4_PACKET_GL_INDEXED_PRIMITIVE.Eric Anholt1-1/+22
2015-10-23vc4: Add a workaround for HW-2116 (state counter wrap fails).Eric Anholt3-6/+40
2015-10-23vc4: Fix missing \n in a perf_debug().Eric Anholt1-1/+1
2015-10-23vc4: Use Rob's NIR-based user clip lowering.Eric Anholt4-69/+14
2015-10-23vc4: Also dump the decimation mode for resolved stores.Eric Anholt1-2/+4
2015-10-23vc4: Use VC4_GET_FIELD and other defines in dumping VC4_RENDER_CONFIG.Eric Anholt1-10/+10
2015-10-23vc4: Add a sentinel after simulator buffers for buffer overflow detection.Eric Anholt1-1/+11
2015-10-20gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák1-0/+2
2015-10-20vc4: Switch our vertex attr lowering to being NIR-based.Eric Anholt2-143/+200
2015-10-20vc4: Add limited support for ibfe/ubfe.Eric Anholt1-0/+42
2015-10-20gallium: add PIPE_CAP_SHAREABLE_SHADERSMarek Olšák1-0/+1
2015-10-20vc4: Use nir_foreach_variableBoyan Ding3-7/+7
2015-10-06vc4: use nir two-sided-color loweringBoyan Ding2-24/+2
2015-10-06vc4: Fix a leak of the last color read/write surface on context destroy.Eric Anholt1-0/+3
2015-10-06vc4: Fix a memory leak in the simulator case.Eric Anholt1-1/+6
2015-10-03gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák1-0/+1
2015-09-17vc4: Try to pair up instructions when only one of them has PM bitBoyan Ding1-47/+76
2015-09-16vc4: convert from tgsi semantic/index to varying-slotEric Anholt7-147/+106
2015-09-16gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*.Eric Anholt3-10/+28
2015-09-14vc4: Fix build from recent NIR cleanups.Eric Anholt1-2/+1
2015-09-13gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin1-0/+1
2015-09-04vc4: Initialize pack field of qreg to 0 in qir_get_tempBoyan Ding1-0/+1
2015-08-27nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke2-4/+4
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák2-2/+2
2015-08-21vc4: Actually allow math results to allocate into r4.Eric Anholt2-1/+7
2015-08-21vc4: Fold the 16-bit integer pack into the instructions generating it.Eric Anholt5-30/+22
2015-08-21vc4: Reuse QPU dumping for packing bits in QIR.Eric Anholt3-22/+26
2015-08-21vc4: Make _dest variants of qir ALU helpers to provide an explicit dest.Eric Anholt2-4/+20
2015-08-21vc4: Use the SSA defs list for figuring out eligible MOVs for copy prop.Eric Anholt1-12/+10
2015-08-20vc4: Add algebraic opt for rcp(1.0).Eric Anholt1-0/+8
2015-08-20vc4: Allow unpack_8[abcd]_f's src to stay in r4.Eric Anholt1-1/+15
2015-08-20vc4: Pack the unorm-packing bits into a src MUL instruction when possible.Eric Anholt5-16/+104
2015-08-20vc4: Add a QIR helper for whether the op is a MUL type.Eric Anholt3-4/+16
2015-08-20vc4: Drop an unused algebraic op.Eric Anholt1-9/+0
2015-08-20vc4: Switch QPU_PACK_SCALED to be two non-SSA instructions.Eric Anholt5-21/+19
2015-08-20vc4: Make the pack-to-unorm instructions be non-SSA.Eric Anholt4-42/+36
2015-08-20vc4: Allow QIR registers to be non-SSA.Eric Anholt4-4/+10
2015-08-20vc4: We can now move TEX_RESULT accesses across other r4 ops.Eric Anholt1-16/+0
2015-08-18util/ra: Make allocating conflict lists optionalJason Ekstrand1-1/+1
2015-08-14vc4: Move all of our fixed function fragment color handling to NIR.Eric Anholt6-388/+538
2015-08-14vc4: Add a helper for making driver-specific NIR load_uniform for GL stateEric Anholt2-2/+30
2015-08-14nir: Add a nir_opt_undef() to handle csels with undef.Eric Anholt1-0/+1
2015-08-14gallium: add an interface for EXT_depth_bounds_testMarek Olšák1-0/+1
2015-08-14gallium: add support for GLES texture float extensions (v3)Marek Olšák1-0/+2
2015-08-07vc4: add missing nir include, to fix the buildEmil Velikov1-0/+1
2015-08-07vc4: automake: remove unused includeEmil Velikov1-1/+0
2015-08-04vc4: Use nir_lower_load_const_to_scalar().Eric Anholt1-0/+1
2015-08-04vc4: Don't bother de-SSAing values that aren't part of phi webs.Eric Anholt1-15/+44
2015-08-04vc4: Don't bother saturating the dst color for blending.Eric Anholt1-8/+2