i965: Set dest type to UW for several send messages
[mesa.git] / src / gallium /
2016-02-26 Samuel Pitoisetnvc0: rework nvc0_compute_validate_program()
2016-02-26 Samuel Pitoisetnvc0: make sure to validate compute global buffers...
2016-02-26 Samuel Pitoisetnvc0: move nvc0_validate_global_residents() to nvc0_com...
2016-02-26 Dave Airlievirgl: add missing CAP turned off.
2016-02-25 Emil Velikovst/nine: don't forget to bundle the nine_limits.h file
2016-02-25 Oded Gabbaygallium/radeon: return correct values for BE in r600_tr...
2016-02-25 Oded Gabbaygallium: remove duplicate define from enum pipe_format
2016-02-23 Oded Gabbaygallium/radeon: Correctly translate colorswaps for...
2016-02-23 Marek Olšáktgsi/scan: handle holes between VS inputs, assert-fail...
2016-02-22 Samuel Pitoisetnvc0: rename 3d binding points to NVC0_BIND_3D_XXX
2016-02-22 Samuel Pitoisetnvc0: rename 3d dirty flags to NVC0_NEW_3D_XXX
2016-02-22 Samuel Pitoisetnvc0: prefix compute macros with _CP_ instead of _COMPUTE_
2016-02-22 Samuel Pitoisetnvc0: rename NVXX_COMPUTE to NVXX_CP
2016-02-22 Samuel Pitoisetnvc0: rename nvc0_context::dirty to nvc0_context::dirty_3d
2016-02-22 Samuel Pitoisetnvc0/ir: add missing emission of locked load predicate
2016-02-22 Samuel Pitoisetnvc0/ir: add ld lock/st unlock emission on GK104
2016-02-22 Samuel Pitoisetnv50/ir: restore OP_SELP to be a regular instruction
2016-02-22 Brian Paulsvga: unbind index buffer when drawing non-indexed...
2016-02-22 Emil Velikovnouveau: update the Makefile.sources list
2016-02-21 Marek Olšákradeonsi: implement binary shaders & shader cache in...
2016-02-21 Marek Olšákgallium/radeon: remove unused radeon_shader_binary_free...
2016-02-21 Marek Olšákradeonsi: make radeon_shader_reloc name string fixed...
2016-02-21 Marek Olšákradeonsi: move some struct si_shader members to new...
2016-02-21 Marek Olšákradeonsi: use smaller types for some si_shader members
2016-02-21 Marek Olšákradeonsi: enable compiling one variant per shader
2016-02-21 Marek Olšákradeonsi: print full shader name before disassembly
2016-02-21 Marek Olšákradeonsi: compile non-GS middle parts of shaders immedi...
2016-02-21 Marek Olšákradeonsi: rework polygon stippling for PS prolog
2016-02-21 Marek Olšákradeonsi: add PS prolog
2016-02-21 Marek Olšákradeonsi: add PS epilog
2016-02-21 Marek Olšákradeonsi: add TCS epilog
2016-02-21 Marek Olšákradeonsi: add VS epilog
2016-02-21 Marek Olšákradeonsi: add VS prolog
2016-02-21 Marek Olšákradeonsi: first bits for non-monolithic shaders
2016-02-21 Marek Olšákradeonsi: add code for dumping all shader parts togethe...
2016-02-21 Marek Olšákradeonsi: add code for combining and uploading shaders...
2016-02-21 Marek Olšákradeonsi: fail compilation if non-GS non-CS shaders...
2016-02-21 Marek Olšákradeonsi: separate 2 pieces of code from create_function
2016-02-21 Marek Olšákradeonsi: add samplemask parameter to si_export_mrt_color
2016-02-21 Marek Olšákradeonsi: add start_instance parameter to get_instance_...
2016-02-21 Marek Olšákradeonsi: separate out shader key bits for prologs...
2016-02-21 Marek Olšákradeonsi: compute how many input VGPRs fragment shaders...
2016-02-21 Marek Olšákradeonsi: compute how many input SGPRs and VGPRs shader...
2016-02-21 Marek Olšákgallium/radeon: add basic code for setting shader retur...
2016-02-21 Samuel Pitoisetnvc0: enable compute shaders on Fermi
2016-02-21 Samuel Pitoisetnv50/ir: add atomics support on shared memory for Fermi
2016-02-21 Samuel Pitoisetnv50/ir: make OP_SELP a compare instruction
2016-02-21 Samuel Pitoisetnv50/ir: add lock/unlock subops for load/store
2016-02-21 Samuel Pitoisetnv50/ir: use s[] addr space for shared buffers
2016-02-21 Samuel Pitoisetnvc0: reduce likelihood of collision for real buffers...
2016-02-21 Samuel Pitoisetnvc0: invalidate compute state when switching pipe...
2016-02-21 Samuel Pitoisetnvc0: add support for indirect compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind textures/samplers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind shader buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind driver constbuf for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: add a new validation state for 3D driver constbuf
2016-02-21 Samuel Pitoisetnvc0: bind constant buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: allocate an area for compute user constbufs
2016-02-20 Samuel Pitoisetnv50: do not advertise about compute shaders
2016-02-19 Brian Paulllvmpipe: add a few const qualifiers
2016-02-19 Brian Paultrace: assorted whitespace and formatting fixes
2016-02-19 Brian Paultrace: remove unneeded inline qualifiers
2016-02-18 Brian Paulsvga: allow non-contiguous VS input declarations
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 Clarktrace: fix new gcc6 warnings
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 Stellardradeon/llvm: Add TargetLibraryInfo to the pass manager
2016-02-17 Tom Stellardradeon/llvm: Set the target triple on the module
2016-02-17 Tom Stellardgallivm: Add helpers for creating and destroying Target...
2016-02-17 Samuel Pitoisetnvc0: invalidate all buffers when switching pipe contexts
2016-02-17 Rob Clarkfreedreno: expose time-elapsed query
2016-02-17 Rob Clarkfreedreno/a4xx: implement time-elapsed query
2016-02-17 Rob Clarkfreedreno/a4xx: better occlusion/sample counting
2016-02-17 Rob Clarkfreedreno/query: fix refcnt'ing issue
2016-02-17 Rob Clarkfreedreno/query: some queries don't have ->begin_query()
2016-02-17 Rob Clarkfreedreno/query: align counter snapshot locations
2016-02-17 Rob Clarkfreedreno/query: add optional enable hook
2016-02-17 Rob Clarkfreedreno: query max gpu freq
2016-02-17 Rob Clarkfreedreno: update generated headers
2016-02-17 Rob Clarkfreedreno/ir3: fix new gcc6 errors
2016-02-16 Karol Herbstnv50/ir: we can't do the add to mad conversion when...
2016-02-16 Karol Herbstnv50/ir: optimize neg(and(set, 1)) to set
2016-02-16 Ilia Mirkinnv50/ir: fix quadop emission in the presence of predication
2016-02-16 Ilia Mirkinnv50,nvc0: enable/disable seamless cubemap texturing...
2016-02-16 Samuel Pitoisetnvc0: enable compute support on GK110:GM200 with an...
2016-02-16 Samuel Pitoisetnvc0: add compute support for GM107
2016-02-16 Samuel Pitoisetnvc0: fix compute state initialization on GK110+
2016-02-16 Samuel Pitoisetgm107/ir: add ATOM CAS emission
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
next