radeonsi: use MIN2 instead of expanded ?: operator
[mesa.git] / src / gallium /
2016-04-27 Nicolai Hähnleradeonsi: use MIN2 instead of expanded ?: operator
2016-04-27 Nicolai Hähnleradeonsi: fix brace style
2016-04-27 Nicolai Hähnlegallium/util: add u_bit_consecutive for generating...
2016-04-27 Tim Rowleyswr: s/Elements/ARRAY_SIZE/
2016-04-27 Nicolai Hähnleradeonsi: emit s_waitcnt for shader memory barriers...
2016-04-27 Tim Rowleyswr: [rasterizer] warning cleanup
2016-04-27 Tim Rowleyswr: [rasterizer core] implement legacy depth bias...
2016-04-27 Tim Rowleyswr: [rasterizer jitter] support for dumping x86 asm
2016-04-27 Tim Rowleyswr: [rasterizer core] more backend refactoring
2016-04-27 Tim Rowleyswr: [rasterizer jitter] add mSimdInt1Ty
2016-04-27 Tim Rowleyswr: [rasterizer core] backend refactor
2016-04-27 Brian Paulsvga: use the SVGA3D_DEVCAP_MAX_FRAGMENT_SHADER_INSTRUC...
2016-04-27 Hans de Goedenouveau: codegen: LOAD: Take src swizzle into account
2016-04-27 Hans de Goedenouveau: codegen: LOAD: Do not call fetchSrc(1) if...
2016-04-27 Hans de Goedenouveau: codegen: LOAD: Always use component 0 when...
2016-04-27 Patrick Rudolphr600g: fix and optimize tgsi_cmp when using ABS and...
2016-04-26 Dave Airliesoftpipe: add support for compute shaders. (v2)
2016-04-26 Dave Airlietgsi/exec: initialise SysSemanticToIndex array to -1
2016-04-26 Dave Airlietgsi/exec: implement restartable machine.
2016-04-26 Dave Airlietgsi/exec: make inputs/outputs optional for compute...
2016-04-26 Dave Airlietgsi/exec: implement load/store/atomic on MEMORY.
2016-04-26 Dave Airlietgsi/exec: split out setting up masks to separate function
2016-04-26 Dave Airlietgsi: accept a starting PC value for exec machine.
2016-04-26 Dave Airlietgsi: move to using vector for system values.
2016-04-26 Dave Airlietgsi/exec: fix system value handling.
2016-04-26 Tim Rowleyswr: autogenerate swr_context_llvm.h
2016-04-26 Jakob Sinclairgallium: Remove every double semi-colon
2016-04-26 Jakob Sinclairgallium/r600: removing double semi-colons
2016-04-26 Marek Olšákradeonsi: add RW_BUFFERS only once in si_ce_needed_cs_space
2016-04-26 Samuel Pitoisetnvc0: expose GLSL version 420 on GK110
2016-04-26 Samuel Pitoisetnvc0: enable ARB_shader_image_load_store on GK110
2016-04-26 Samuel Pitoisetgk110/ir: add emission for VSHL
2016-04-26 Samuel Pitoisetgk110/ir: add emission for OP_SUEAU, OP_SUBFM and OP_SU...
2016-04-26 Samuel Pitoisetgk110/ir: add emission for OP_SULDB and OP_SUSTx
2016-04-26 Samuel Pitoisetgk110/ir: add emission for OP_MADSP
2016-04-26 Samuel Pitoisetgk110/ir: add emission for OP_PERMT
2016-04-26 Samuel Pitoisetnvc0: expose GLSL version 420 on GK104
2016-04-26 Ilia Mirkinnvc0: enable ARB_shader_image_load_store on GK104
2016-04-26 Samuel Pitoisetnvc0: inform users that 3D images are not fully supported
2016-04-26 Samuel Pitoisetnvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+
2016-04-26 Samuel Pitoisetnvc0/ir: check that the image format doesn't mismatch
2016-04-26 Samuel Pitoisetnvc0/ir: prevent out of bounds when no images are bound
2016-04-26 Samuel Pitoisetnvc0/ir: add indirect support for images on Kepler
2016-04-26 Samuel Pitoisetnvc0/ir: fix 1D arrays images for Kepler
2016-04-26 Samuel Pitoisetnvc0/ir: fix cube images for Kepler
2016-04-26 Ilia Mirkinnv50/ir: add support for SULDP -> SULDB conversion
2016-04-26 Samuel Pitoisetnv50/ir: make use of OP_SUQ for surfaces query
2016-04-26 Samuel Pitoisetnv50/ir: add OP_BUFQ for buffers query
2016-04-26 Samuel Pitoisetnv50/ir: enable early fragment test with explicit user...
2016-04-26 Samuel Pitoisetnvc0/ir: fix constraints for OP_SUSTx on Kepler
2016-04-26 Samuel Pitoisetnv50/ir: re-introduce TGSI lowering pass for images
2016-04-26 Samuel Pitoisetnv50/ir: add support for TGSI image declarations
2016-04-26 Samuel Pitoisetnvc0: add missing glMemoryBarrier bits
2016-04-26 Samuel Pitoisetnvc0: enable RGB10_A2UI format on GK104
2016-04-26 Samuel Pitoisetnvc0: shift address with blocksize for image buffers
2016-04-26 Samuel Pitoisetnvc0: fix address offset when images have multiple...
2016-04-26 Samuel Pitoisetnvc0: bind images on 3D shaders for Kepler
2016-04-26 Samuel Pitoisetnvc0: bind images on compute shaders for Kepler
2016-04-26 Samuel Pitoisetnvc0: reserve an area for surfaces info in the driver...
2016-04-26 Samuel Pitoisetnvc0: add preliminary support for images
2016-04-26 Samuel Pitoisetgk110/ir: add emission for (a OP b) OP c
2016-04-26 Samuel Pitoisetnvc0/ir: fix wrong emission of (a OP b) OP c
2016-04-26 Jose Fonsecagallium: Include intrin.h instead of defining ourselves.
2016-04-26 Jose Fonsecascons: Whenever possible decide what to do based on...
2016-04-26 Bas Nieuwenhuizenradeonsi: Fix memory leak in error path.
2016-04-26 Oded Gabbayradeonsi: fix build error because of missing param
2016-04-26 Oded Gabbayr600g: use do_endian_swap in texture swapping function
2016-04-26 Oded Gabbayr600g: use do_endian_swap in color swapping functions
2016-04-26 Oded Gabbayr600g: set endianess of 16/32-bit buffers according...
2016-04-26 Oded Gabbayr600g/radeonsi: send endian info to format translation...
2016-04-26 Dave Airlietgsi: pass a shader type to the machine create and...
2016-04-26 Dave Airliegallium/tgsi: move tgsi_exec.h header out of draw_context.h
2016-04-26 Roland Scheideggergallivm: make sampling more robust against bogus coordi...
2016-04-25 Dave Airlieradeonsi: fix missing include for Elements.
2016-04-25 Samuel Pitoisetnvc0: bump the amount of shared memory per MP on Maxwell
2016-04-25 Dave Airlier600: fix missing include for Elements macro
2016-04-25 Samuel Pitoisetgm107/ir: s/invalid load/invalid store/
2016-04-25 Rob Clarkfreedreno/a3xx: remove unused fxn
2016-04-25 Rob Clarkfreedreno/ir3: convert over to ralloc
2016-04-25 Rob Clarkfreedreno: honor handle->offset
2016-04-25 Rob Clarkfreedreno: disallow cat4 immed src
2016-04-25 Rob Clarkfreedreno/a4xx: add render-target formats
2016-04-25 Rob Clarkfreedreno: update generated headers
2016-04-25 Rob Clarkfreedreno: reduce line width for deqp further
2016-04-25 Rob Clarkfreedreno/ir3: fix sin/cos
2016-04-25 Charmaine Leesvga: eliminiate unnecessary constant buffer updates
2016-04-25 Charmaine Leesvga: mark the texture dirty for write transfer map...
2016-04-25 Charmaine Leesvga: fix assert with PIPE_QUERY_OCCLUSION_PREDICATE...
2016-04-25 Charmaine Leesvga: minimize surface flush
2016-04-25 Brian Paulutil/blitter: use ARRAY_SIZE macro
2016-04-25 Brian Paulsvga: s/Elements/ARRAY_SIZE/
2016-04-25 Brian Paulsvga: whitespace and formatting fixes in svga_pipe_rast...
2016-04-25 Brian Paulsvga: whitespace and formatting fixes in svga_pipe_dept...
2016-04-25 Brian Paulsvga: whitespace and formatting fixes in svga_pipe_samp...
2016-04-25 Brian Paulgallium/util: initialize pipe_framebuffer_state to...
2016-04-25 Brian Paulutil/cache: add comments, fix formatting
2016-04-25 Brian Paulsvga: separate HUD counters for state objects
2016-04-25 Robert Fossst/omx: Fix resource leak on OMX_ErrorNone
2016-04-25 Grazvydas Ignotasgallium: use unreachable instead of asserts
2016-04-25 Grazvydas Ignotasgallium: fix warnings in release build
next