draw: add support for passing buffers to vs/gs shaders.
[mesa.git] / src / gallium / auxiliary /
2016-04-12 Dave Airliedraw: add support for passing buffers to vs/gs shaders.
2016-04-12 Dave Airlietgsi: add support for buffer/atomic operations to tgsi_...
2016-04-12 Dave Airlietgsi: set nonhelpermask for vertex shaders
2016-04-11 Emil VelikovPart revert "gallium/auxiliary: don't build NIR sources...
2016-04-11 Samuel Iglesias... nir: add bit_size info to nir_load_const_instr_create()
2016-04-07 Nicolai Hähnletgsi/scan: add an assert for the size of the samplers_d...
2016-04-07 Nicolai Hähnledraw/aaline: stronger guard against no free samplers...
2016-04-07 Nicolai Hähnleutil/pstipple: stronger guard against no free samplers...
2016-04-07 Edward O'Callaghangallium: Put no.of {samples,layers} into pipe_framebuff...
2016-04-03 Jose Fonsecagallivm: Introduce lp_format_intrinsic.
2016-04-03 Jose Fonsecagallivm: Use llvm.fabs.
2016-04-03 Jose Fonsecagallivm: Prefer backend agnostic intrinsic for rounding.
2016-04-03 Jose Fonsecagallivm: Add debug option to force SSE2.
2016-04-03 Jose Fonsecagallivm: Fix performance regressions due to vector...
2016-04-03 Jose Fonsecagallivm: Remove lp_build_load_volatile.
2016-04-03 Jose Fonsecagallivm: Use standard LLVMSetAlignment from LLVM 3...
2016-04-02 Brian Paultgsi: add simple tgsi_is_msaa_target() helper
2016-04-01 Bas Nieuwenhuizengallium: add threads per block TGSI property
2016-04-01 Jose Fonsecagallivm: Prevent disassembly debug output from being...
2016-04-01 Jose Fonsecagallivm: Use vector selects on LLVM 3.3+.
2016-03-31 Samuel Pitoisettgsi: silence compiler warning in fetch_sampler_unit()
2016-03-31 Samuel Pitoisettgsi: fix out of bounds access in exec_atomop()
2016-03-31 Brian Paultgsi: split tgsi_util_get_texture_coord_dim() function...
2016-03-31 Brian Paultgsi: skip texture query opcodes when examining texture...
2016-03-30 Dave Airliesoftpipe: add image support to softpipe (v3)
2016-03-30 Dave Airliedraw: add support for passing images to vs/gs shaders.
2016-03-30 Dave Airlietgsi: add support for image operations to tgsi_exec...
2016-03-30 Dave Airlietgsi: introduce NonHelperMask
2016-03-30 Dave Airlietgsi_exec: handle execmask when doing indirect lookups
2016-03-30 Dave Airlietgsi_exec: add support for up to 3 address registers...
2016-03-30 Roland Scheideggertgsi: (trivial) only verify target for is_tex instructions
2016-03-30 Brian Paultgsi: simplify tgsi_shader_info::is_msaa_sampler checking
2016-03-30 Brian Paultgsi: collect texture sampler target info in tgsi_scan_...
2016-03-29 Rovanion Luckeygallium: Format code in pb_buffer_fenced.c according...
2016-03-27 Marek Olšákgallium/util: fix up inaccurate behavior of util_frameb...
2016-03-24 Rob Clarkttn: remove stray global from header
2016-03-22 Dave Airlietgsi: drop unused set_exec/kill_mask interfaces.
2016-03-21 Nicolai Hähnletgsi/scan: add writes_memory to flag presence of stores...
2016-03-21 Nicolai Hähnletgsi/scan: track which shader images are really buffers
2016-03-21 Nicolai Hähnletgsi/scan: add images_writemask
2016-03-21 Brian Paulgallium/util: declare sampler view in util_make_fs_blit...
2016-03-21 Brian Paulpostprocess: declare sampler views in shaders
2016-03-21 Brian Paulhud: add sampler view declaration in text fragment...
2016-03-21 Brian Paulgallium/tgsi: pass TGSI tex target to tgsi_transform_te...
2016-03-21 Hans de Goedetgsi: Add support for global / private / input MEMORY
2016-03-21 Hans de Goedetgsi: Fix decl.Atomic and .Shared not propagating when...
2016-03-20 Hans de Goedetgsi: Fix return of uninitialized memory in tgsi_*_inst...
2016-03-19 Marek Olšákgallium: add TGSI property NEXT_SHADER
2016-03-18 Brian Paultgsi: add tgsi_transform_op3_inst() function
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-03-15 Roland Scheideggerdraw: fix line stippling
2016-03-14 Nicolai Hähnletgsi: add tgsi_full_src_register_from_dst helper function
2016-03-14 Nicolai Hähnlegallium/u_inlines: add util_copy_image_view
2016-03-14 Nicolai Hähnletgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL
2016-03-14 Nicolai Hähnlest/glsl_to_tgsi: provide Texture and Format information...
2016-03-14 Nicolai Hähnletgsi: add Texture and Format to tgsi_instruction_memory
2016-03-09 Emil Velikovgallium: do not wrap header inclusion in
2016-03-09 Nicolai Hähnlegallivm: special case TGSI_OPCODE_STORE
2016-03-09 Nicolai Hähnletgsi: set correct output mode for RESQ
2016-03-09 Marek Olšákgallium: add external usage flags to resource_from...
2016-03-07 Samuel Pitoisettgsi: fix parsing of shared memory declarations
2016-03-05 Brian Paulgallium/util: add new comments, assertions in u_debug_r...
2016-03-05 Brian Paulgallium/util: update comments and URL in u_debug_refcnt.c
2016-03-05 Brian Paulgallium/util: make stream variable static in u_debug_re...
2016-03-05 Brian Paulgallium/util: re-indent u_debug_refcnt.[ch]
2016-03-03 Tim Rowleygallium/target-helpers: add OpenSWR driver
2016-03-03 Tim Rowleygallium/auxilary: more __cplusplus exports
2016-03-02 Thomas Hindoe Paab... gallium/cso: fix indentation
2016-02-29 Marek Olšáktgsi/scan: count memory instructions
2016-02-29 Rob HerringAndroid: fix build break from nir/glsl move to compiler/
2016-02-23 Marek Olšáktgsi/scan: handle holes between VS inputs, assert-fail...
2016-02-18 Oded Gabbaygallivm: Check whether to stop disassemble only for x86
2016-02-18 Oded Gabbaygallivm: use sstream for dissasembling
2016-02-18 Rob Clarkgallium/auxiliary: fix new gcc6 warnings
2016-02-18 Rob Clarkgallium/hud: fix new gcc6 warnings
2016-02-18 Samuel Pitoisetgallium/cso: only enable compute shaders when TGSI...
2016-02-18 Roland Scheideggergallivm, tgsi: provide fake sample_i_ms implementations
2016-02-17 Tom Stellardgallivm: Add helpers for creating and destroying Target...
2016-02-16 Brian Paulcso: add CSO_BITS_ALL_SHADERS
2016-02-16 Brian Paulcso: make most of the cso_save/restore_x() functions...
2016-02-16 Brian Paulpostprocess: use new cso_save/restore_state() functions
2016-02-16 Brian Paulgallium/hud: use new cso_save/restore_state() functions
2016-02-16 Brian Paulgallium/util: use new cso_save/restore_state() functions
2016-02-16 Brian Paulcso: add new cso_save/restore_state() functions
2016-02-16 Brian Paulcso: remove comment
2016-02-16 Brian Paulcso: add new cso_set_viewport_dims() helper
2016-02-16 Matthew DawsonHandle removal of LLVMAddTargetData in SVN revision...
2016-02-16 Ilia Mirkintgsi: show textual format representation
2016-02-16 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
2016-02-16 Ilia Mirkingallium: make image views non-persistent objects
2016-02-13 Samuel Pitoisettgsi/ureg: add shared variables support for compute...
2016-02-13 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
2016-02-13 Samuel Pitoisetgallium/cso: add support for compute shaders
2016-02-11 Jose Fonsecainclude,gallium: Remove pre-MSVC 2013 compatibility.
2016-02-11 Jose Fonsecascons: Eliminate MSVC2008 compatibility.
2016-02-11 Jose Fonsecaconfigure: Eliminate MSVC2008 compatibility.
2016-02-09 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-09 Rob Clarkttn: use const_index helpers
next