meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffers
[mesa.git] / src / gallium /
2016-03-01 Dave Airlievirgl: add support for passing render condition flags...
2016-02-29 Marek Olšákr600g: remove support for DRM < 2.12.0
2016-02-29 Marek Olšákr300g: remove support for DRM < 2.12.0
2016-02-29 Marek Olšákwinsys/radeon: drop support for DRM 2.12.0 (kernel...
2016-02-29 Marek Olšákradeonsi: also dump shaders on a VM fault
2016-02-29 Marek Olšákradeonsi: dump full shader disassemblies into ddebug...
2016-02-29 Marek Olšákradeonsi: allow dumping shader disassemblies to a file
2016-02-29 Marek Olšákradeonsi: use re-Z
2016-02-29 Marek Olšáktgsi/scan: count memory instructions
2016-02-29 Axel Davyst/nine: Fix second Multithreading issue with MANAGED...
2016-02-29 Axel Davyst/nine: Fix Multithreading issue with MANAGED buffers
2016-02-29 Axel Davyst/nine: Handle READONLY for buffer MANAGED pool
2016-02-29 Axel Davyst/nine: Use Position input helper for ps3 declared...
2016-02-29 Axel Davyst/nine: Introduce helper for Position shader input
2016-02-29 Koop Mastst/clover: Add libelf cflags to the build
2016-02-29 Rob Herringr600: Make enum alu_op_flags unsigned
2016-02-29 Rob Herringgallium/radeon: Add space between string literal and...
2016-02-29 Rob Herringfreedreno: drop unnecessary -Wno-packed-bitfield-compat
2016-02-29 Rob HerringAndroid: clean-up and fix DRI module path handling
2016-02-29 Rob HerringAndroid: fix build break from nir/glsl move to compiler/
2016-02-29 Oded Gabbaygallium/radeon: disable evergreen_do_fast_color_clear...
2016-02-29 Oded Gabbaygallium/r600: Don't let h/w do endian swap for colorformat
2016-02-29 Oded Gabbaygallium/radeon: remove separate BE path in r600_transla...
2016-02-28 Samuel Pitoisetnv50/ir: emit VOTE instruction
2016-02-28 Samuel Pitoisetgk110/ir: add ld lock/st unlock emission
2016-02-27 Ilia Mirkinnv50,nvc0: bump minimum texture buffer offset alignment
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
next