radeonsi: add an initial dump_debug_state implementation dumping shaders
[mesa.git] / src / gallium / drivers /
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
2015-08-14 Ilia Mirkinnvc0: add depth bounds test support
2015-08-14 Marek Olšákradeonsi: revert a wrong DB bug workaround for VI
2015-08-14 Boyuan Zhangradeon/uvd: implement HEVC support
2015-08-14 Leo Liuradeon/vce: disable VCE dual instance for harvest part
2015-08-14 Leo Liuradeon/vce: implement VCE dual instance support
2015-08-14 Leo Liuradeon/video: config encode stacked frame number based...
2015-08-14 Christian Königradeon/vce: make reloc offset signed
2015-08-14 Leo Liuradeon/vce: add config task and put task info into...
2015-08-14 Leo Liuradeon/vce: fix VCE fail after rebase
2015-08-14 Leo Liuradeon/vce: add dual pipe support for VI
2015-08-14 Leo Liuradeon/vce: add new firmware support for VI and CI
2015-08-14 Leo Liuradeon/vce: implement VCE two pipe support
2015-08-14 Leo Liuradeon/uvd: make 30M as minimum for MPEG4 dpb buffer...
2015-08-14 Leo Liuradeon/uvd: recalculate dbp buffer size
2015-08-14 Leo Liuradeon/video: add 4K support for decode/encode parameters
2015-08-14 Leo Liugallium/radeon: add h264 performance HW decoder support
2015-08-14 Christian Königgallium/radeon: use VM for VCE
2015-08-14 Christian Königgallium/radeon: use VM for UVD
2015-08-14 Alex Deucherradeonsi: add support for FIJI (v4)
2015-08-14 Alex Deucherradeonsi: add harvest support for CI/VI parts (v3)
2015-08-14 Marek Olšákgallium/radeon: enable the GPU load query for amdgpu
2015-08-14 Alex Deucherradeonsi: properly handler raster_config setup on CZ
2015-08-14 Alex Deucherradeonsi: properly set the raster_config for KV
2015-08-14 Marek Olšákradeonsi: add amdgpu support for querying the GPU reset...
2015-08-14 Marek Olšákradeonsi: add VI hardware support
2015-08-14 Marek Olšákradeonsi: add definitions for VI status registers
2015-08-14 Marek Olšákradeonsi: add VI register definitions
2015-08-14 Marek Olšákradeonsi: fix DRM version checks for amdgpu DRM 3.0.0
2015-08-14 Marek Olšákwinsys/amdgpu: add addrlib - texture addressing and...
2015-08-14 Marek Olšákwinsys/amdgpu: add a new winsys for the new kernel...
2015-08-14 Marek Olšákradeonsi: add support for EXT_depth_bounds_test
2015-08-14 Marek Olšákgallium: add an interface for EXT_depth_bounds_test
2015-08-14 Marek Olšákgallium: add support for GLES texture float extensions...
next