nv50/ir: saturate depth writes
[mesa.git] / src / gallium / auxiliary /
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
2016-02-09 Rob Clarkttn: small logic cleanup
2016-02-09 Nicolai Hähnledraw: use util_pstipple_* function for stipple pattern...
2016-02-09 Nicolai Hähnledraw: use util_pstipple_create_fragment_shader
2016-02-08 Brian Paultgsi: minor whitespace fixes in tgsi_scan.c
2016-02-08 Brian Paultgsi: s/true/TRUE/ in tgsi_scan.c
2016-02-08 Brian Paultgsi: use switches instead of big if/else ifs
2016-02-08 Brian Paultgsi: break gigantic tgsi_scan_shader() function into...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_debug_s...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_staging...
2016-02-08 Brian Paulgallium/util: switch over to new u_debug_image.[ch...
2016-02-08 Brian Paulgallium/util: put image dumping functions into separate...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_debug.c
2016-02-06 Samuel Pitoisettgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding...
2016-02-04 Patrick Rudolphst/nine: Fix use of uninitialized memory
2016-02-03 Leo Liuvl: add zig zag scan for list 4x4
2016-02-02 Marek Olšáktgsi/scan: add tgsi_shader_info::reads_samplemask
2016-02-02 Marek Olšáktgsi: set correct src type for UP2H
2016-02-02 Roland Scheideggergallivm: add PK2H/UP2H support
2016-02-02 Roland Scheideggergallivm: add PK2H/UP2H support
2016-02-02 Roland Scheideggertgsi: add PK2H/UP2H support
2016-02-02 Roland Scheideggermesa: fix typo in python scripts
2016-02-01 Rob Herringvirgl: reuse screen when fd is already open
2016-01-31 François Tigeotgallium: Add DragonFly support
2016-01-30 Ilia Mirkintgsi: add MEMBAR opcode to handle memoryBarrier* GLSL...
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move to compiler/
2016-01-26 Emil Velikovnir: move shader_enums.[ch] to compiler
2016-01-20 Roland Scheideggerllvmpipe,i915: add back NEW_RASTERIZER dependency when...
2016-01-19 Nicolai Hähnleutil/u_pstipple.c: copy immediates during transformation
2016-01-18 Emil Velikovgallium: bundle the compat header u_pwr8.h in the tarball
2016-01-18 Oded Gabbayllvmpipe: use vpkswss when dst is signed
2016-01-17 Ilia Mirkintgsi: initialize Atomic field in tgsi_default_declaration
2016-01-17 Oded Gabbayllvmpipe: fix arguments order given to vec_andc
2016-01-16 Rob Clarkttn: use writemask for store_var
next