gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
[mesa.git] / src / gallium / drivers / vc4 /
2018-05-30 Marek Olšákgallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
2018-05-29 Dave Airliegallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
2018-05-17 Stefan Schakebroadcom/vc4: Native fence fd support
2018-05-17 Stefan Schakebroadcom/vc4: Store job fence in syncobj
2018-05-17 Stefan Schakebroadcom/vc4: Detect syncobj support
2018-05-15 Rob Clarkvc4: use util_copy_framebuffer_state
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-22 Juan A. Suarez Romerobroadcom/vc4: add path to nir_builder.h
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-03-13 Eric Anholtbrodacom/vc4: Fix simulator since the perfmon change.
2018-03-09 Eric Anholtbroadcom/vc4: Add an accelerated path to turn raster...
2018-03-09 Eric Anholtbroadcom/vc4: Allow binding non-zero constant buffers.
2018-03-09 Eric Anholtbroadcom: Remove our defines of DRM_FORMAT_MOD_INVALID.
2018-03-09 Eric Anholtbroadcom: Suppress compiler warnings about enum pipe_te...
2018-03-05 Boris Brezillonbroadcom/vc4: Add support for HW perfmon
2018-02-27 Timothy Arcerinir: add lower_ldexp to nir compiler options
2018-02-23 Eric Anholtbroadcom/vc4: Remove the retval==usage check in is_form...
2018-02-23 Eric Anholtbroadcom/vc4: Add support for YUV textures using unacce...
2018-02-23 Eric Anholtbroadcom/vc4: Fix double-unrefcounting of prsc->next...
2018-02-23 Eric Anholtbroadcom/vc4: Add pipe_reference debugging for vc4_bos.
2018-02-23 Eric Anholtbroadcom/vc4: Remove dead vc4_bo_set_reference().
2018-02-23 Eric Anholtbroadcom/vc4: Use pipe_resource_reference in sampler...
2018-02-23 Eric Anholtbroadcom/vc4: Allow importing linear BOs with arbitrary...
2018-02-23 Eric Anholtbroadcom/vc4: Ignore PIPE_BIND_DISPLAY_TARGET in is_for...
2018-02-17 Marek Olšákgallium: allow drivers to impose BO flags restrictions...
2018-02-13 Dave Airliegallium: drop all the guard band float caps.
2018-01-30 Timothy Arcerinir: add lower_all_io_to_temps flag
2018-01-30 Andres Rodriguezgallium: introduce PIPE_CAP_FENCE_SIGNAL v2
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TWO_SIDED_STENCIL
2018-01-11 Dylan Bakermeson: Use dependencies for nir
2017-12-19 Rob Clarkgallium: plumb context priority through to driver
2017-12-04 Dylan Bakermeson: define driver dependencies
2017-12-01 Eric Anholtbroadcom/vc4: Use a single-entry cached last_hindex...
2017-12-01 Eric Anholtbroadcom/vc4: Decompose single QUADs to a TRIANGLE_FAN.
2017-12-01 Eric Anholtbroadcom/vc4: Skip emitting redundant VC4_PACKET_GEM_HA...
2017-12-01 Eric Anholtbroadcom/vc4: Simplify the relocation handling for...
2017-12-01 Eric Anholtbroadcom/vc4: Fix handling of GFXH-515 workaround with...
2017-12-01 Eric Anholtbroadcom/vc4: Fix the scaling factor for the GFXH-515...
2017-11-28 Eric Engestromvc4: check preprocessor token existence using #ifdef...
2017-11-14 Andres Rodriguezbroadcom/vc4: fix indentation in vc4_screen.c
2017-11-09 Eric Anholtbroadcom/vc4: Fix simulator mode for the MADVISE usage.
2017-11-09 Dave Airliegallium: add CAPs to support HW atomic counters. (v3)
2017-11-09 Boris Brezillonbroadcom/vc4: Mark BOs as purgeable when they enter...
2017-11-09 Eric Anholtmeson: Enable VC4's NEON assembly support.
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 Eric Engestromvc4: fix release build
2017-10-21 Stefan Schakebroadcom/vc4: Fix aliasing issue
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-17 Eric Anholtmeson: Add support for the vc4 driver.
2017-10-17 Eric Anholtbroadcom/vc4: Fix false-positive for the tiling ioctls...
2017-10-17 Eric Anholtbroadcom/vc4: Skip BO labeling when in simulator mode.
2017-10-10 Eric Anholtbroadcom: Add V3D 3.3 gallium driver called "vc5",...
2017-10-10 Eric Anholtnir: Move vc4's alpha test lowering to core NIR.
2017-10-10 Eric Anholtbroadcom/vc4: Expose PIPE_CAP_TILE_RASTER_ORDER
2017-10-10 Eric Anholtgallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for...
2017-10-10 Eric Anholtbroadcom/vc4: Implement GL_ARB_texture_barrier.
2017-10-10 Eric Anholtvc4: Add support for 5551 textures.
2017-10-06 Marek Olšákgallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
2017-10-05 Daniel Stonebroadcom: Fix out-of-tree build include path
2017-10-05 Derek Foremanbroadcom/vc4: Don't advertise tiled dmabuf modifiers...
2017-09-29 Nicolai Hähnlegallium: add LDEXP TGSI instruction and corresponding cap
2017-09-27 Eric Anholtbroadcom/vc4: Fix release build
2017-09-27 Eric Anholtvc4: Add labels to BOs for debug builds or with VC4_DEB...
2017-09-26 Boris Brezillonbroadcom/vc4: Fix infinite retry in vc4_bo_alloc()
2017-09-26 Eric Anholtbroadcom/vc4: Keep pipe_sampler_view->texture matching...
2017-09-21 Jan Veselygallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
2017-09-19 Eric Anholtbroadcom/vc4: Fix use-after-free when deleting a program.
2017-09-18 Eric Anholtbroadcom/vc4: Fix crashes since the gallium blitter...
2017-09-18 Eric Anholtbroadcom/vc4: Fix use-after-free trying to mix a quad...
2017-09-18 Eric Anholtbroadcom/vc4: Fix use-after-free for flushing when...
2017-09-18 Jan Veselygallium: Add PIPE_SHADER_CAP_FP16
2017-09-15 Timothy Arcerigallium: introduce PIPE_CAP_LOAD_CONSTBUF
2017-08-15 Jonas Pfeilbroadcom/vc4: Port NEON-code to ARM64
2017-08-15 Eric Anholtbroadcom/vc4: Build the vc4_tiling_lt_neon.c with ...
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
2017-07-31 Nicolai Hähnlest/mesa: get rid of st_glsl_types
2017-07-31 Nicolai Hähnlegallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
2017-07-25 Eric Anholtbroadcom/vc4: Use the RA callback to improve register...
2017-07-25 Eric Anholtbroadcom/vc4: Scissor blits performed using the renderi...
2017-07-25 Eric Anholtbroadcom/vc4: Prefer blit via rendering to the software...
2017-07-25 Eric Anholtbroadcom/vc4: Switch the Viewport Center fields to...
2017-07-25 Eric Anholtbroadcom/vc4: Use the XML decoder for CL dumping.
2017-07-19 Lucas Stachrenderonly/etnaviv: stop importing resource from renderonly
2017-07-12 Rob HerringAndroid: Fix vc4 build since XML changes.
2017-07-12 Eric Anholtvc4: Set shareable BOs as T tiled if possible
2017-07-12 Eric Anholtvc4: Use vc4_setup_slices for resource import
2017-07-12 Eric Anholtvc4: Make the miptree debug code available under VC4_DE...
2017-07-12 Eric Anholtvc4: Switch back to using a local copy of vc4_drm.h.
2017-07-12 Eric Anholtvc4: Remove a stale comment.
2017-07-04 Juan A. Suarez Romerovc4: automake: include vc4_cl_dump.h in
2017-06-30 Eric Anholtvc4: Start using XML unpack functions in CL dump.
2017-06-30 Eric Anholtvc4: Replace a couple of magic numbers with #define...
2017-06-30 Eric Anholtvc4: Move rasterizer state packing to CSO creation...
next