r600/sb: update last_cf for finalize if.
[mesa.git] / src / gallium / drivers /
2015-08-31 Dave Airlier600/sb: update last_cf for finalize if.
2015-08-31 Dave Airlier600: move prim convert from geom shader to function.
2015-08-30 Edward O'Callaghanr600g: Use TGSI parse results instead of manually exfil...
2015-08-30 Edward O'Callaghanr600g: Set geometry properties in r600_create_shader_st...
2015-08-30 Edward O'Callaghanr600g: Move geometry properties state from shader to...
2015-08-30 Edward O'Callaghanr600g: Remove dead assigment to 'gs_input_prim' in...
2015-08-29 Marek Olšákradeonsi: don't use the emit qt keyword in si_init_atom
2015-08-29 Marek Olšákradeonsi: remove no-op 32-bit masking
2015-08-29 Marek Olšákgallium/radeon: fix the ADDRESS_HI mask for EVENT_WRITE...
2015-08-29 Ilia Mirkinfreedreno/a3xx: implement half-z clipping
2015-08-29 Ilia Mirkinfreedreno/a3xx: add basic clip plane support
2015-08-29 Samuel Pitoisetnvc0: change prefix of MP performance counters to HW_SM
2015-08-29 Samuel Pitoisetnvc0: sort performance counter queries by name
2015-08-29 Samuel Pitoisetnvc0: make names of performance counter queries consistent
2015-08-29 Samuel Pitoisetnvc0: use enumerations for driver queries
2015-08-29 Samuel Pitoisetnvc0: remove commented out code related to PCOUNTER...
2015-08-28 Dave Airlier600: port si_conv_prim_to_gs_out from radeonsi
2015-08-28 Dave Airlier600g: use PRIi64 for some compute debug printfs
2015-08-28 Glenn Kennardr600g/sb: Don't crash on empty if jump target
2015-08-28 Glenn Kennardr600g/sb: Don't read junk after EOP
2015-08-28 Glenn Kennardr600g/sb: Handle undef in read port tracker
2015-08-27 Kenneth Graunkenir: Convert the builder to use the new NIR cursor...
2015-08-26 Ilia Mirkinnouveau: avoid build failures since 0fc21ecf
2015-08-26 Marek Olšákgallium/radeon: read_registers should return bool meani...
2015-08-26 Marek Olšákradeonsi: add IB parser support for CP DMA packets
2015-08-26 Marek Olšákradeonsi: add IB tracing support for debug contexts
2015-08-26 Marek Olšákradeonsi: remove old CS tracing code
2015-08-26 Marek Olšákradeonsi: parse and dump status registers on GPU hang
2015-08-26 Marek Olšákradeonsi: add an IB parser
2015-08-26 Marek Olšákradeonsi: save the contents of indirect buffers for...
2015-08-26 Marek Olšákradeonsi: generate register and packet tables for an...
2015-08-26 Marek Olšákradeonsi: remove duplicated register definitions and...
2015-08-26 Marek Olšákr600g,radeonsi: remove unused ill-formed register field...
2015-08-26 Marek Olšákradeonsi: add an initial dump_debug_state implementatio...
2015-08-26 Marek Olšákradeonsi: allow si_dump_key to write to a file
2015-08-26 Marek Olšákgallium/ddebug: new pipe for hang detection and driver...
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-26 Grazvydas Ignotasradeonsi: mark unreachable paths to avoid warnings
2015-08-25 Rob Clarkfreedreno/ir3: fix compile break after splitting out...
2015-08-25 Rob Clarkfreedreno/ir3: fix compile break after fxn->start_block...
2015-08-24 Rob Clarkfreedreno/a4xx: formats update
2015-08-24 Rob Clarkfreedreno: update generated headers
2015-08-23 Ilia Mirkinnv50: fix 2d engine blits for 64- and 128-bit formats
2015-08-23 Ilia Mirkinnv50: account for the int RT0 rule for alpha-to-one/cov
2015-08-23 Ilia Mirkinnv50,nvc0: disable depth bounds test on blit
2015-08-22 Glenn Kennardr600g: Fix assert in tgsi_cmp
2015-08-22 Emil Velikovnouveau: add codegen/unordered_set.h to the tarball
2015-08-21 Eric Anholtvc4: Actually allow math results to allocate into r4.
2015-08-21 Eric Anholtvc4: Fold the 16-bit integer pack into the instructions...
2015-08-21 Eric Anholtvc4: Reuse QPU dumping for packing bits in QIR.
2015-08-21 Eric Anholtvc4: Make _dest variants of qir ALU helpers to provide...
2015-08-21 Eric Anholtvc4: Use the SSA defs list for figuring out eligible...
2015-08-21 Marek Olšákutil/u_blitter: implement alpha blending for pipe-...
2015-08-21 Eric Anholtvc4: Add algebraic opt for rcp(1.0).
2015-08-21 Eric Anholtvc4: Allow unpack_8[abcd]_f's src to stay in r4.
2015-08-21 Eric Anholtvc4: Pack the unorm-packing bits into a src MUL instruc...
2015-08-21 Eric Anholtvc4: Add a QIR helper for whether the op is a MUL type.
2015-08-21 Eric Anholtvc4: Drop an unused algebraic op.
2015-08-21 Eric Anholtvc4: Switch QPU_PACK_SCALED to be two non-SSA instructions.
2015-08-21 Eric Anholtvc4: Make the pack-to-unorm instructions be non-SSA.
2015-08-21 Eric Anholtvc4: Allow QIR registers to be non-SSA.
2015-08-21 Eric Anholtvc4: We can now move TEX_RESULT accesses across other...
2015-08-21 Ilia Mirkinnv50/ir: pre-compute BFE arg when both bits and offset...
2015-08-20 Glenn Kennardr600g: Fix handling of TGSI_OPCODE_ARR with SB
2015-08-20 Edward O'Callaghanr600: Turn 'r600_shader_key' struct into union
2015-08-20 Edward O'Callaghanr600: Rewrite r600_shader_selector_key() to use a switc...
2015-08-20 Tobias Klausmannnv50/ir: Handle OP_CVT when folding constant expressions
2015-08-20 Ilia Mirkinnvc0/ir: undo more shifts still by allowing a pre-SHL...
2015-08-20 Ilia Mirkinnvc0/ir: don't require AND when the high byte is being...
2015-08-20 Ilia Mirkinnvc0/ir: detect i2f/i2i which operate on specific bytes...
2015-08-20 Ilia Mirkinnvc0/ir: detect AND/SHR pairs and convert into EXTBF
2015-08-20 Chih-Wei Huangnv50/ir: support different unordered_set implementations
2015-08-19 Marek Olšákradeonsi: fix a typo as_es -> as_ls in a string
2015-08-19 Marek Olšákradeonsi: fix indirect indexing of MSAA textures
2015-08-19 Jason Ekstrandutil/ra: Make allocating conflict lists optional
2015-08-18 Rob Clarkfreedreno: use fd_pipe_wait_timeout()
2015-08-18 Rob Clarkfreedreno: fence fix
2015-08-18 Grazvydas Ignotasradeon/uvd: remove unused variables
2015-08-18 Marcos Paulo de... nouveau: recognize tess stages in nouveau_compiler
2015-08-17 Ilia Mirkinfreedreno/a3xx: add s3tc texture format support
2015-08-17 Ilia Mirkinfreedreno/a3xx: fix up logic for handling block formats
2015-08-17 Ilia Mirkinfreedreno/a3xx: double the polygon offset value
2015-08-17 Ilia Mirkinnvc0: implement the color buffer 0 is integer rule...
2015-08-17 Ilia Mirkingk110/ir: fix sched calculator to consider all register...
2015-08-17 Ilia Mirkinnvc0: program smooth line width when multisampling...
2015-08-17 Ilia Mirkinnvc0: bind a fake tess control program when there isn...
2015-08-17 Ilia Mirkingm107/ir: avoid letting the lowering pass get out of...
2015-08-17 Ilia Mirkinnv50,nvc0: take level into account when doing eng2d...
2015-08-16 Ilia Mirkinfreedreno/a3xx: add per-texture seamless cubemap control
2015-08-15 Ilia Mirkinfreedreno/a4xx: add cube map array support
2015-08-15 Rob Clarkfreedreno/a4xx: fix srgb render targets
2015-08-15 Rob Clarkfreedreno: update generated headers
2015-08-15 Ilia Mirkinfreedreno: expose OES exts for float linear filtering
2015-08-14 Ilia Mirkinnvc0: disable tessellation on maxwell
2015-08-14 Eric Anholtvc4: Move all of our fixed function fragment color...
2015-08-14 Eric Anholtvc4: Add a helper for making driver-specific NIR load_u...
2015-08-14 Eric Anholtnir: Add a nir_opt_undef() to handle csels with undef.
2015-08-14 Ilia Mirkingm107/ir: indirect handle goes first on maxwell also
2015-08-14 Ilia Mirkinnv30: add depth bounds test support for hw that has it
2015-08-14 Ilia Mirkinnv50: add depth bounds test support
next