r600: add some missing cayman register defines
[mesa.git] / src / gallium / drivers / freedreno /
2017-12-05 Marek Olšákgallium/u_upload_mgr: allow drivers to specify pipe_res...
2017-12-04 Dylan Bakermeson: define driver dependencies
2017-12-04 Rob Clarkfreedreno: mark stencil buffer valid too in case of...
2017-12-04 Rob Clarkfreedreno: remove use of u_transfer
2017-12-04 Eric Engestromfreedreno: add -Wno-packed-bitfield-compat for meson...
2017-12-03 Rob Clarkfreedreno/ir3: relax barriers
2017-12-03 Rob Clarkfreedreno/ir3: all mem instructions have WAR hazzard
2017-12-03 Rob Clarkfreedreno: add debug option to force emulated indirect
2017-12-03 Rob Clarkfreedreno: also mark draw-indirect buffer as read
2017-12-03 Rob Clarkfreedreno: small cleanups
2017-12-03 Rob Clarkfreedreno: avoid unneccessary batch flush
2017-12-03 Rob Clarkfreedreno: avoid mem2gmem for invalidated buffers
2017-12-03 Rob Clarkfreedreno: deferred flush support
2017-12-03 Rob Clarkfreedreno: rework fence tracking
2017-12-03 Rob Clarkfreedreno: proper locking for iterating dependent batches
2017-12-03 Rob Clarkfreedreno/a5xx: correct max_indicies for indirect draws
2017-12-01 Dylan Bakermeson: use dep_thread instead of dependency('threads...
2017-12-01 Dylan Bakermeson: Add lmsensors support
2017-11-25 Ilia Mirkinfreedreno/a4xx: add ARB_framebuffer_no_attachments...
2017-11-25 Ilia Mirkinfreedreno/a4xx: add indirect draw support
2017-11-25 Ilia Mirkinfreedreno: regenerate pm4 header, adjust code for new...
2017-11-25 Ilia Mirkinfreedreno/a4xx: add stencil texturing support
2017-11-25 Ilia Mirkinfreedreno/ir3: add a pass to lower tg4 to txl, enable...
2017-11-18 Rob Clarkfreedreno/ir3: add texture gather support
2017-11-17 Rob Clarkfreedreno/a5xx: stencil texturing support
2017-11-17 Rob Clarkfreedreno/a5xx/gmem: fix z32/s8 restore/resolve
2017-11-17 Rob Clarkfreedreno/a5xx/gmem: move ZS restore tiling hack
2017-11-17 Rob Clarkfreedreno: update generated headers
2017-11-16 Rob Clarkfreedreno: also mark images used by draw/grid
2017-11-16 Rob Clarkfreedreno: mark SSBOs written at draw time
2017-11-16 Rob Clarkfreedreno/a5xx: ARB_framebuffer_no_attachments support
2017-11-14 Rob Clarkfreedreno/a5xx: small comment fix
2017-11-14 Rob Clarkfreedreno/a5xx: indirect draw support
2017-11-14 Rob Clarkfreedreno/a5xx: split out helper for pipeline stalls
2017-11-14 Rob Clarkfreedreno: update generated headers
2017-11-13 Dylan Bakermeson: don't use build_by_default for specific gallium...
2017-11-12 Rob Clarkfreedreno/a5xx: fix SSBO emit for non-zero offset
2017-11-12 Rob Clarkfreedreno/a5xx: remove obsolete comment
2017-11-12 Rob Clarkfreedreno/ir3: don't create split/fo if only writing .x
2017-11-12 Rob Clarkfreedreno/a5xx: indirect grids
2017-11-12 Rob Clarkfreedreno/a5xx: add global size compute cap
2017-11-12 Rob Clarkfreedreno/ir3: turn on std430 packing
2017-11-12 Rob Clarkfreedreno/a5xx: image support
2017-11-12 Rob Clarkfreedreno/ir3: moar better scheduler
2017-11-12 Rob Clarkfreedreno/ir3: move macros
2017-11-12 Rob Clarkfreedreno/ir3: image support
2017-11-12 Rob Clarkfreedreno/ir3: shared variable support
2017-11-12 Rob Clarkfreedreno/ir3: some SSBO cleanups/fixes
2017-11-12 Rob Clarkfreedreno/ir3: split out INSTR4F instructions
2017-11-12 Rob Clarkfreedreno/ir3: cat6 encoding fixes
2017-11-12 Rob Clarkfreedreno/ir3: add barriers
2017-11-12 Rob Clarkfreedreno/ir3: invert is_same_type_mov() logic
2017-11-12 Rob Clarkfreedreno/ir3: add cat7 instructions
2017-11-12 Rob Clarkfreedreno/ir3: add SSBO get_buffer_size() support
2017-11-12 Rob Clarkfreedreno/ir3: extract helper for common consts
2017-11-12 Rob Clarkfreedreno: add image view state tracking
2017-11-12 Rob Clarkfreedreno: update generated headers
2017-11-12 Rob Clarkfreedreno/ir3: rename ir3_compile -> ir3_context
2017-11-10 Rob Clarkfreedreno/ir3: fix standalone compiler meson build
2017-11-10 Rob Clarkfreedreno/ir3: correct # of dest components for intrinsics
2017-11-10 Rob Clarkfreedreno/ir3: remove bogus assert
2017-11-09 Dave Airliegallium: add CAPs to support HW atomic counters. (v3)
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-11-06 Marek Olšákgallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
2017-11-01 Dave Airliegallium: add cap for driver specified max combined...
2017-10-27 Dylan Bakermeson: Add a dependency on nir_opcodes_h for freedreno
2017-10-26 Rob Clarkfreedreno: implement pipe->invalidate_resource()
2017-10-26 Rob Clarkfreedreno: GL_ARB_texture_barrier
2017-10-26 Rob Clarkfreedreno/a5xx: rename invalidate_resource()
2017-10-26 Rob Clarkfreedreno/a5xx: mem2gmem is read-only for BO
2017-10-26 Rob Clarkfreedreno: small rename
2017-10-24 Rob Clarkmeson: build freedreno
2017-10-24 Rob Clarkfreedreno/ir3: use a flag instead of setting PYTHONPATH
2017-10-24 Rob Clarkfreedreno: per-context fd_pipe
2017-10-24 Rob Clarkfreedreno: rename pipe -> vsc_pipe
2017-10-24 Rob Clarkfreedreno: pass context flags through to fd_context_init()
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-15 Ilia Mirkina2xx: add support for a few 16-bit color rendering...
2017-10-15 Wladimir J. van... freedreno/a20x: Enable rendering to RGBA/RGBX
2017-10-15 Wladimir J. van... freedreno/a20x: Fix rendering to BGRX
2017-10-10 Eric Anholtgallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for...
2017-10-06 Marek Olšákgallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
2017-10-03 Matt Turnergallium: Remove util_format_s3tc_init()
2017-10-02 Rob Clarkfreedreno/a5xx: fix missing restore state
2017-10-02 Rob Clarkfreedreno/a5xx: align height to GMEM
2017-10-02 Rob Clarkfreedreno: fix PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
2017-09-29 Nicolai Hähnlegallium: add LDEXP TGSI instruction and corresponding cap
2017-09-21 Jan Veselygallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
2017-09-18 Nicolai Hähnlefreedreno: compile fix
2017-09-18 Jan Veselygallium: Add PIPE_SHADER_CAP_FP16
2017-09-18 Nicolai Hähnlegallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
2017-09-15 Timothy Arcerigallium: introduce PIPE_CAP_LOAD_CONSTBUF
2017-09-02 Rob Clarkfreedreno: skip batch-cache for compute shaders
2017-08-25 Ilia Mirkina2xx: fix DST_ALPHA blending for non-alpha formats
2017-08-25 Ilia Mirkina2xx: set constant blend color
2017-08-16 Ilia Mirkina2xx: only update rasterizer settings when they're...
2017-08-16 Ilia Mirkina2xx: add logicop support
2017-08-03 Timothy Arcerigallium: introduce PIPE_CAP_MEMOBJ
2017-08-02 Nicolai Hähnlegallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and...
2017-07-31 Nicolai Hähnlest/glsl_to_nir: move nir_lower_io to drivers
next