freedreno/ir3: disable cp for indirect src's
[mesa.git] / src / gallium /
2016-05-23 Rob Clarkfreedreno/ir3: disable cp for indirect src's
2016-05-23 Samuel Pitoisetnvc0: do not invalidate compute constbufs on Kepler
2016-05-23 Emil Velikovvl/drm: don't call close(-1) in vl_drm_screen_create...
2016-05-23 Emil Velikovst/xa: don't call close(-1) in xa_tracker_create error...
2016-05-23 Emil Velikovst/dri: don't call close(-1) in dri{2, kms_}_init_scree...
2016-05-23 Rob Herringst/dri: Add support for DRIimage extension mapImage...
2016-05-23 Ilia Mirkinnv30: don't assert when running out of registers
2016-05-23 Ilia Mirkinnouveau: allow allocating non-object-backed buffers
2016-05-23 Tobias Klausmannllvm/softpipe: Enable cull_distance as draw supports it.
2016-05-23 Dave Airlietgsi: remove culldist semantic.
2016-05-23 Dave Airliedraw: stop using CULLDIST semantic.
2016-05-23 Emil Velikovvirgl: remove unused state_tracker/graw.h include
2016-05-22 Samuel Pitoisetnvc0/ir: fix indirect access for images
2016-05-22 Ilia Mirkinnv30: reset the stencil mask when fast-clearing
2016-05-22 Ilia Mirkinnv30,nv50: add PIPE_SHADER_CAP_PREFERRED_IR support
2016-05-22 Ilia Mirkinnvc0: fix setting of tess_mode in various situations
2016-05-22 Ilia Mirkinnv50/ir: fix prog info init
2016-05-22 Ilia Mirkinnvc0/ir: return 0 for gl_TessCoord.z for non-triangles...
2016-05-21 Samuel Pitoisetnvc0: expose GLSL version 420 on GF100
2016-05-21 Samuel Pitoisetnvc0: enable ARB_shader_image_load_store on GF100
2016-05-21 Samuel Pitoisetnvc0/ir: add a lowering pass for surfaces on Fermi
2016-05-21 Samuel Pitoisetnvc0/ir: add emission for SULDB and SUSTx
2016-05-21 Samuel Pitoisetnvc0/ir: add emission for OP_SULEA
2016-05-21 Samuel Pitoisetnv50/ir: fix tex constraints for surface coords on...
2016-05-21 Ilia Mirkinnv50/ir: use moveSources to condense sources
2016-05-21 Samuel Pitoisetnvc0: bind images on fragment and compute shaders for...
2016-05-21 Samuel Pitoisetnvc0/ir: don't check the format for surface stores...
2016-05-21 Samuel Pitoisetnv50/ir: fix a comment in canDualIssue()
2016-05-21 Samuel Pitoisetnv50/ir: fix SUSTx constraints on Kepler
2016-05-20 Dave Airlievirgl: handle cull distance cap.
2016-05-20 Rob Herringvirgl: Add missing texture transfer_inline_write
2016-05-20 Rob Clarkfreedreno/ir3: need to lower fmod too
2016-05-20 Ilia Mirkinnvc0: account for shader-allocated local memory needs
2016-05-20 Ilia Mirkinnv50/ir: treat addresses as local
2016-05-19 Tim Rowleyswr: [rasterizer] utility functions for shared libs
2016-05-19 Tim Rowleyswr: [rasterizer jitter] fix assert in AVX implementati...
2016-05-19 Tim Rowleyswr: [rasterizer core] apply KNOB_TOSS_DRAW to more...
2016-05-19 Tim Rowleyswr: [rasterizer jitter] add instancing to non-gather...
2016-05-19 Tim Rowleyswr: [rasterizer core] move MultisampleTrait static...
2016-05-19 Tim Rowleyswr: [rasterizer core] clang override for _mm_undefined*
2016-05-19 Tim Rowleyswr: [rasterizer common] add OSX to unix portability...
2016-05-19 Tim Rowleyswr: [rasterizer] rename _aligned_malloc to AlignedMalloc
2016-05-19 Tim Rowleyswr: [rasterizer jitter] rename MEMCPY function to...
2016-05-19 Tim Rowleyswr: [rasterizer common] guard definition of __cdecl...
2016-05-19 Tim Rowleyswr: [rasterizer common] include cstddef for offsetof
2016-05-19 Tim Rowleyswr: [rasterizer core] removed tabs that snuck in
2016-05-19 Tim Rowleyswr: [rasterizer core] code style cleanup
2016-05-19 Tim Rowleyswr: [rasterizer core] add dummy code for cygwin build
2016-05-19 Tim Rowleyswr: [rasterizer core] move variable query outside...
2016-05-19 Tim Rowleyswr: [rasterizer core] utility function for getenv
2016-05-19 Tim Rowleyswr: [rasterizer common] portable threadviz buckets
2016-05-19 Tim Rowleyswr: [rasterizer common] foreground win32 assert dialog
2016-05-19 Tim Rowleyswr: [rasterizer core] use parens to disambiguate opera...
2016-05-19 Tim Rowleyswr: standardize linkage and check for unresolved symbols
2016-05-19 Tim Rowleyswr: fix swr linkage so that static llvm works
2016-05-19 Tim Rowleyswr: PIPE_CAP_CULL_DISTANCE cap request response
2016-05-19 Leo Liust/va: use drm render node for wayland display type
2016-05-19 Marek Olšákgallium/radeon: small cleanups in r600_texture_transfer_map
2016-05-19 Marek Olšákgallium/radeon: don't set PB_USAGE in winsyses
2016-05-19 Marek Olšákgallium/radeon: handle VRAM_GTT placements as having...
2016-05-19 Marek Olšákgallium/radeon: ignore PIPE_TRANSFER_MAP_DIRECTLY
2016-05-19 Marek Olšákradeonsi: add a workaround for a bug in LLVM <= 3.8
2016-05-19 Eric Anholtvc4: Size transfer temporary mappings appropriately...
2016-05-18 Wang Hest/nine: Minor change to support musl libc
2016-05-18 Patrick Rudolphst/nine: Enable D3DPMISCCAPS_PERSTAGECONSTANT
2016-05-18 Axel Davyst/nine: Turn on thread_submit by default when on diffe...
2016-05-18 Axel Davyst/nine: Fix usage of rasterizer multisample bit.
2016-05-18 Axel Davyst/nine: ATOC has effect only with ALPHATESTENABLE
2016-05-18 Axel Davyst/nine: Add debug string for ATOC
2016-05-18 Axel Davyst/nine: Add asserts for output/input packing
2016-05-18 Axel Davyst/nine: Use correct PIPE_HANDLE_USAGE flag for frontbu...
2016-05-18 Axel Davyst/nine: Fix output shift calculation
2016-05-18 Axel Davyst/nine: Fix CheckDeviceFormat advertising for surfaces
2016-05-18 Axel Davyst/nine: Improve buffer placement
2016-05-18 Axel Davyst/nine: Fix buffer bind flags
2016-05-18 Axel Davyst/nine: Fix buffer locking flags handling
2016-05-18 Patrick Rudolphst/nine: Improve logging
2016-05-18 Patrick Rudolphst/nine: Use WINE thread for threadpool
2016-05-18 Patrick Rudolphst/nine: Don't present if window is occluded
2016-05-18 Patrick Rudolphst/nine: Use new function to query for resolution mismatch
2016-05-18 Axel Davyst/nine: Implement BumpEnvMap for ff
2016-05-18 Axel Davyst/nine: Format conversion for volumes in UpdateTexture
2016-05-18 Axel Davyst/nine: Remove one useless function output
2016-05-18 Axel Davyst/nine: Add support for X8L8V8U8
2016-05-18 Axel Davyst/nine: Add format fallback with conversion to volumes
2016-05-18 Axel Davyst/nine: Add format fallback with conversion to surfaces
2016-05-18 Axel Davygallium/util: Implement util_format_translate_3d
2016-05-18 Axel Davyst/nine: Fix Pointsize in programmable shader
2016-05-18 Axel Davyst/nine: Fix ff pointscale computation
2016-05-18 Axel Davyst/nine: Fix header of GetIndices
2016-05-18 Axel Davyst/nine: Increase minor d3dadapter9drm ABI
2016-05-18 Axel Davyst/nine: Fix leak after ctor failures
2016-05-18 Axel Davyst/nine: Add ColorFill test for compressed textures
2016-05-18 Axel Davyst/nine: PositionT and Tessfactor are forbidden as...
2016-05-18 Axel Davyst/nine: Fix some shader failures not triggering error
2016-05-18 Axel Davyst/nine: Forbid POSITION0 for PS3.0
2016-05-18 Axel Davyst/nine: Rework UpdateTexture Checks
2016-05-18 Axel Davyst/nine: Use bufs instead of Flags for Clear
2016-05-18 Axel Davyd3dadapter9: Add ddebug, rbug and trace support
2016-05-18 Axel Davyradeon: Change AA sample locations for EG+
next