freedreno/ir3: separate arrays from groups
[mesa.git] / src /
2018-02-10 Rob Clarkfreedreno/ir3: separate arrays from groups
2018-02-10 Rob Clarkfreedreno/ir3: make block/instruction serialno per...
2018-02-10 Rob Clarkfreedreno/ir3: add spirv support to cmdline compiler
2018-02-10 Rob Clarkfreedreno/ir3: don't lower fsat
2018-02-10 Rob Clarkfreedreno/ir3: add encoding/decoding for (sat) bit
2018-02-10 Rob Clarkfreedreno/ir3: extend liverange of arrays
2018-02-10 Rob Clarkfreedreno/ir3: avoid extra mov's for "arrays"
2018-02-10 Rob Clarkfreedreno/ir3: a couple more array fixes
2018-02-10 Rob Clarkfreedreno/ir3: keep array stores
2018-02-10 Rob Clarkfreedreno/ir3: propagate barrier information
2018-02-10 Rob Clarkfreedreno/ir3: remove pointless statement
2018-02-10 Rob Clarkfreedreno/ir3: some more debug prints
2018-02-10 Rob Clarkfreedreno/ir3: fix printing of relative branch offsets
2018-02-10 Rob Clarkfreedreno/ir3: be more clever with if/else jumps
2018-02-10 Rob Clarkfreedreno/ir3: avoid some spurious sync bits
2018-02-10 Rob Clarkfreedreno/ir3: print # of sync bits for shaderdb
2018-02-10 Rob Clarkfreedreno: add debug trace for flush
2018-02-10 Grazvydas Ignotasintel/compiler: fix 64bit value prints on 32bit
2018-02-10 Timothy Arcerist/glsl_to_nir: remove unused options variable
2018-02-09 Timothy Arcerist/radeonsi: enable disk cache for nir
2018-02-09 Timothy Arcerist: add nir shader disk cache support
2018-02-09 Timothy Arcerist/glsl_to_tgsi: move nir detection earlier
2018-02-09 Timothy Arceriradeonsi: stop returning PIPE_SHADER_IR_NATIVE for...
2018-02-09 Timothy Arcerir600: always return PIPE_SHADER_IR_TGSI for PIPE_SHADER...
2018-02-09 Timothy Arcericlover: use PIPE_SHADER_CAP_SUPPORTED_IRS to discover IR
2018-02-09 Timothy Arcerir600: add PIPE_SHADER_IR_NATIVE to supported shaders...
2018-02-09 Timothy Arceriradeonsi/nir: add depth layout to scan pass
2018-02-09 Timothy Arceriradeonsi/nir: add FRAG_RESULT_COLOR to scan pass
2018-02-09 Timothy Arceriac: convert nir_op_f2f32 src to a float
2018-02-09 Timothy Arceriac: fix some 64bit unpack asserts
2018-02-09 Mark JanesRevert "i965: prevent potentially null pointer access"
2018-02-09 Daniel Stoneegl/gbm: Ensure EGLConfigs match GBM surface format
2018-02-09 Daniel Stoneegl/gbm: Remove duplicate format table
2018-02-09 Daniel Stonegbm/dri: Expose visuals table through gbm_dri_device
2018-02-09 Daniel Stonegbm/dri: Add RGBA masks to GBM format table
2018-02-09 Daniel Stoneegl/wayland: Use an array for modifiers
2018-02-09 Daniel Stoneegl/wayland: Remove has_format enum
2018-02-09 Daniel Stoneegl/wayland: Add bpp to visual map
2018-02-09 Daniel Stoneegl/wayland: Use visual map for DRIImage<->FourCC map
2018-02-09 Daniel Stoneegl/wayland: Use visual map for format advertisement
2018-02-09 Daniel Stoneegl/wayland: Use visual map for buffer_from_image
2018-02-09 Daniel Stoneegl/wayland: Use visual map for config->format lookup
2018-02-09 Daniel Stoneegl/wayland: Add format enums to visual map
2018-02-09 Daniel Stoneegl/wayland: Use proper enum type in visual definition
2018-02-09 Daniel Stoneegl/wayland: Widen channel masks to bpp
2018-02-09 Daniel Stoneegl/wayland: Hoist format <-> EGLConfig definition up
2018-02-09 Daniel Stoneegl/wayland: Fix ARGB/XRGB transposition in config map
2018-02-09 Marek Olšákst/mesa: generate blend state according to the number...
2018-02-09 Marek Olšákst/mesa: don't translate blend state when color writes...
2018-02-09 Marek Olšákst/mesa: don't translate blend state when it's disabled...
2018-02-09 Lionel Landwerlini965: prevent potentially null pointer access
2018-02-09 Mark Thompsonst/va: Make the vendor string more descriptive
2018-02-09 Mark Thompsonst/va: Enable vaExportSurfaceHandle()
2018-02-09 Tapani Pällidisk cache: move path creation back to constructor
2018-02-09 Samuel Pitoisetac/nir: compute correct number of user SGPRs on GFX9
2018-02-09 Michel Dänzerst/mesa: Initialize tex_target in compile_tgsi_instruction
2018-02-09 Alejandro Piñeiroglsl/linker: remove ubo explicit binding handling
2018-02-09 Mathias Fröhlichmesa: Only update enabled VAO gl_vertex_array entries.
2018-02-09 Mathias Fröhlichgallium: Mute arrays for several meta like callbacks.
2018-02-09 Mathias Fröhlichmesa: Fix VAO buffer object tracking.
2018-02-09 Timothy Arceriradeonsi/nir: gather some missing fs info
2018-02-09 Timothy Arceriac: pass struct ac_llvm_context to emit_membar()
2018-02-09 Marek Olšákradeonsi: copy the NIR enablement debug bit to the...
2018-02-09 Jason Ekstrandintel/blorp: Use isl_aux_op instead of blorp_hiz_op
2018-02-09 Jason Ekstrandintel/blorp: Use isl_aux_op instead of blorp_fast_clear_op
2018-02-09 Jason Ekstrandanv: Allow fast-clearing the first slice of a multi...
2018-02-09 Jason Ekstrandanv/cmd_buffer: Rework aux tracking
2018-02-09 Jason Ekstrandanv/cmd_buffer: Move the mi_alu helper higher up
2018-02-09 Jason Ekstrandanv/image: Simplify some verbose commennts
2018-02-09 Jason Ekstrandanv: Use blorp_ccs_ambiguate instead of fast-clears
2018-02-09 Jason Ekstrandanv/cmd_buffer: Re-arrange the logic around UNDEFINED...
2018-02-09 Jason Ekstrandanv/cmd_buffer: Pull the undefined layout condition...
2018-02-09 Jason Ekstrandintel/blorp: Add a CCS ambiguation pass
2018-02-09 Jason Ekstrandanv: Only fast clear single-slice images
2018-02-09 Jason Ekstrandanv/cmd_buffer: Add a mark_image_written helper
2018-02-09 Jason Ekstrandanv/blorp: Add src/dst_level helper variables in CmdCop...
2018-02-09 Jason Ekstrandanv/cmd_buffer: Add an anv_genX_call macro
2018-02-09 Jason Ekstrandanv/cmd_buffer: Generalize transition_color_buffer
2018-02-09 Jason Ekstrandanv/cmd_buffer: Recurse in transition_color_buffer...
2018-02-09 Jason Ekstrandanv/image: Support color aspects in layout_to_aux_usage
2018-02-09 Jason Ekstrandanv/image: Add a helper for determining when fast clear...
2018-02-09 Jason Ekstrandanv/image: Update a comment
2018-02-09 Jason Ekstrandanv/blorp: Rework HiZ ops to look like MCS and CCS
2018-02-09 Jason Ekstrandanv/blorp: Support ISL_AUX_USAGE_HIZ in surf_for_anv_image
2018-02-09 Jason Ekstrandanv/blorp: Rework image clear/resolve helpers
2018-02-09 Jason Ekstrandintel/isl: Codify AUX operations in an enum
2018-02-09 Gert Wollnyr600/sb: Check whether optimizations would result in...
2018-02-08 Glenn Kennardr600g: Implement spilling of temp arrays (v2)
2018-02-08 Dave Airlier600/sb: handle scratch mem reads on r600
2018-02-08 Glenn Kennardr600g/sb: Add dependency tracking for scratch ops
2018-02-08 Glenn Kennardr600g/sb: Support scratch ops
2018-02-08 Glenn Kennardr600g: Implement scratch buffer state management (v2)
2018-02-08 Glenn Kennardr600g: Add pending output function
2018-02-08 Glenn Kennardr600g: Support emitting scratch ops
2018-02-08 Dave Airlier600: fix texture gather swizzling.
2018-02-08 Timothy Arceriac: add 64bit support to ac_find_lsb()
2018-02-08 Timothy Arceriac: move get_elem_bits() to ac_llvm_build.c
2018-02-08 Timothy Arceriac: add 64bit bitCount support
2018-02-08 Samuel Pitoisetac/nir: clean up handle_fs_outputs_post()
2018-02-08 Samuel Pitoisetac/nir: add radv_load_output() helper
next