nir: avoid uninitialized variable warning
[mesa.git] / src / gallium / drivers / vc4 /
2018-12-20 Eric Anholtvc4: Hook up perf_debug() output to GL_ARB_debug_output...
2018-12-20 Rhys Kiddvc4: Wire up core pipe_debug_callback
2018-12-19 Eric Anholtvc4: Move the utile load/store functions to a header...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't peephole_select expensiv...
2018-12-17 Ian Romanicknir/opt_peephole_select: Don't try to remove flow contr...
2018-12-17 Eric Anholtvc4: Reuse nir_format_convert.h in our blend lowering.
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-16 Eric Anholtvc4: Use the original bit size when scalarizing uniform...
2018-12-08 Eric Anholtvc4: Fix a leak of the transfer helper on screen destroy.
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-11-19 Kenneth Graunkenir: Make nir_lower_clip_vs optionally work with variables.
2018-11-16 Eric Anholtvc4: Don't return a vc4 BO handle on a renderonly screen.
2018-11-16 Eric Anholtvc4: Make sure we make ro scanout resources for create_...
2018-11-02 Eric Anholtvc4: Use the normal simulator ioctl path for CL submit...
2018-11-02 Eric Anholtvc4: Maintain a separate GEM mapping of BOs in the...
2018-11-02 Eric Anholtvc4: Take advantage of _mesa_hash_table_remove_key...
2018-11-01 Eric Anholtvc4: Drop the winsys_stride relayout in the simluator
2018-10-30 Dylan Bakerutil: Move os_misc to util
2018-10-30 Eric Anholtvc4: Fix unused variable warning.
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-16 Eric Anholtgallium/ttn: Convert inputs and outputs to derefs of...
2018-10-15 Kenneth Graunkegallium/u_transfer_helper: Add support for separate...
2018-09-22 Eric Anholtvc4: Remove dead i == 0 code from the cos() implementation.
2018-09-22 Eric Anholtvc4: Fix sin(0.0) and cos(0.0) accuracy to fix SDL...
2018-09-04 Eric Anholtvc4: Drop a bunch of duplicated gallium PIPE_CAP defaul...
2018-09-04 Eric Anholtgallium: Add a helper for implementing PIPE_CAP_* defau...
2018-08-25 Kenneth Graunkegallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_GS_INVOCATIONS
2018-08-09 Eric Anholtvc4: Implement texture_subdata() to directly upload...
2018-08-08 Eric Anholtvc4: Handle partial loads/stores of tiled textures.
2018-08-08 Eric Anholtvc4: Compile the LT image helper per cpp we might load...
2018-08-08 Eric Anholtvc4: Refactor to reuse the LT tile walking code.
2018-08-08 Eric Anholtvc4: Fix vc4_fence_server_sync() on pre-syncobj kernels.
2018-08-08 Eric Anholtvc4: Ignore samplers for finding uniform offsets.
2018-08-08 Eric Anholtvc4: Extend dumping of uniforms in QIR and in the comma...
2018-08-08 Eric Anholtvc4: Pull uinfo->data[i] dereference out to the top...
2018-08-08 Eric Anholtvc4: Make sure to emit a tile coordinates between two...
2018-08-08 Eric Anholtvc4: Respect a sampler view's first_layer field.
2018-08-07 Eric Anholtvc4: Fix a leak of the no-vertex-elements workaround BO.
2018-08-07 Eric Anholtvc4: Fix context creation when syncobjs aren't supported.
2018-08-01 Juan A. Suarez Romerovc4: Fix automake linking error.
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
2018-07-30 Eric Anholtv3d: Add a separate flag for CLIF ABI output versus...
2018-07-30 Eric Anholtvc4: Fix meson build when enabled without v3d.
2018-07-28 Eric Anholtv3d: Stop doing pretty-printed colorful booleans in...
2018-07-28 Eric Anholtv3d: Move clif dump BO lookup into the clif dumper.
2018-07-28 Eric Anholtv3d: Pass the whole clif_dump structure to v3d_print_gr...
2018-07-13 Jason Ekstrandvc4: Tell NIR to lower fdiv instructions
2018-07-13 Eric Anholtvc4: Switch to using u_transfer_helper for MSAA maps.
2018-07-12 Eric Anholtvc4: Don't automatically reallocate a PERSISTENT-mapped...
2018-06-29 Marek Olšákgallium/util: remove dummy function util_format_is_supp...
2018-06-23 Eric Anholtbroadcom/vc4: Remove deref chain support from nir_lower...
2018-06-23 Rob Clarkst,ir3,radeonsi: push lower_deref_instrs back into...
2018-06-23 Jason Ekstrandanv,i965,radv,st,ir3: Call nir_lower_deref_instrs
2018-06-20 Christian Gmeinergallium: add scalar isa shader cap
2018-06-15 Rhys Perrygallium: add support for programmable sample locations
2018-06-05 Eric Anholtv3d: Be more explicit about include directory from...
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...
next