radeonsi: fix broken tessellation on Carrizo and Stoney
[mesa.git] / src / gallium / drivers / swr /
2017-02-24 Marek Olšákgallium: remove PIPE_CAP_USER_INDEX_BUFFERS
2017-02-23 George Kyriazisswr: fix index buffers with non-zero indices
2017-02-23 George Kyriazisswr: add fetch shader cache
2017-02-17 George Kyriazisswr: remove unneeded extern "C"
2017-02-14 Marek Olšákgallium: set pipe_context uploaders in drivers (v3)
2017-02-09 Ilia Mirkingallium: add separate PIPE_CAP_INT64_DIVMOD
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Pass LLVM-IR size into jitter
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Disable unsafe FP optimization...
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Add DEBUGTRAP jit builder...
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Multisample blend jit fix
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Change SimdVector representati...
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Fix issues with stream-out...
2017-02-08 Tim Rowleyswr: [rasterizer jitter] Adjust jitter header includes
2017-02-08 Tim Rowleyswr: [rasterizer core] Frontend SIMD16 WIP
2017-02-06 Bruce Cherniakswr: [rasterizer core] Removed unused clip code.
2017-02-06 Bruce Cherniakswr: [rasterizer core] Remove dead code Clipper::ClipSc...
2017-01-27 Emil Velikovscons: swr: remove explicit __STDC_.*_MACROS defines
2017-01-27 Dave Airliegallium: Add integer 64 capability
2017-01-25 George Kyriazisswr: Update fs texture & sampler state logic
2017-01-24 Ilia Mirkingallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
2017-01-23 George Kyriazisswr: Align query results allocation
2017-01-23 Bruce Cherniakswr: Prune empty nodes in CalculateProcessorTopology.
2017-01-17 Ilia Mirkingallium: add PIPE_CAP_TGSI_FS_FBFETCH
2017-01-12 George KyriazisAlways defer memory free in swr_resource_destroy
2017-01-06 Tim Rowleyswr: [rasterizer core] rename OutputMerger functions
2017-01-06 Tim Rowleyswr: [rasterizer core] fix SIMD16 Transpose_16_16
2017-01-06 Tim Rowleyswr: [rasterizer core] fix SIMD16 output merger
2017-01-06 Tim Rowleyswr: [rasterizer core] fix SIMD16 PackTraits pack(...
2017-01-06 Tim Rowleyswr: [rasterizer core] fix SIMD16 transpose functions
2017-01-06 Tim Rowleyswr: [rasterizer core] whitespace adjustments
2017-01-05 Tim Rowleyswr: [rasterizer core/common/jitter] gl_double support
2017-01-05 Tim Rowleyswr: remove unneeded llvm version check
2017-01-05 George Kyriazisswr: fix windows build break
2017-01-05 Marek Olšákgallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
2016-12-23 Bruce Cherniakswr: fix icc compile error
2016-12-16 Bruce Cherniakswr: Implement fence attached work queues for deferred...
2016-12-12 Tim Rowleyswr: [rasterizer core/memory] StoreTile: AVX512 progress
2016-12-09 Tim Rowleyswr: [rasterizer common/core/jitter] fetch support...
2016-12-09 Tim Rowleyswr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPEL...
2016-12-09 Ilia Mirkinswr: [rasterizer core] supply proper clip distances...
2016-12-09 Ilia Mirkinswr: [rasterizer core] perform perspective division...
2016-12-05 Tim Rowleyswr: mark PIPE_CAP_NATIVE_FENCE_FD unsupported
2016-12-05 Tim Rowleyswr: include llvm version and vector width in renderer...
2016-12-02 Bruce Cherniakswr: Fix active_queries count
2016-12-02 George Kyriazisswr: Fix type to match parameters of std::max()
2016-12-02 Tim Rowleyswr: [rasterizer jitter] include cstdarg in builder_mis...
2016-12-01 Ilia Mirkinswr: add streamout buffer offset into pBuffer pointer
2016-12-01 Ilia Mirkinswr: fix assertion for max number of so targets
2016-12-01 Ilia Mirkinswr: properly report max number of SO components
2016-12-01 Ilia Mirkinswr: turn off queries around blits
2016-12-01 Ilia Mirkinswr: don't advertise stream pause/resume
2016-12-01 Ilia Mirkinswr: fix range computation for instanced client-side...
2016-12-01 Ilia Mirkinswr: [rasterizer memory] assert when trying to convert...
2016-12-01 Ilia Mirkinswr: remove warning about multi-layer surfaces
2016-12-01 Ilia Mirkinswr: [rasterizer core] don't attempt to load another...
2016-11-30 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
2016-11-30 Ilia Mirkinswr: [rasterizer jit] use signed integer representation...
2016-11-30 Ilia Mirkinswr: add missing rgbx8_srgb variant
2016-11-30 Ilia Mirkinswr: reorder renderable formats, add grouping comments
2016-11-30 Ilia Mirkinswr: use util_copy_framebuffer_state helper
2016-11-30 Ilia Mirkinswr: enable cubemap arrays
2016-11-30 Ilia Mirkinswr: rearrange caps into limits/supported/unsupported...
2016-11-30 Ilia Mirkinswr: only store up to the LOD size
2016-11-30 Tim Rowleyswr: [rasterizer common] add SwrTrace() and macros
2016-11-29 Ilia Mirkinswr: [rasterizer memory] only clear up to the LOD size
2016-11-29 Ilia Mirkinswr: [rasterizer memory] hook up stencil clears for...
2016-11-29 Ilia Mirkinswr: [rasterizer memory] add support for clearing Z32F_...
2016-11-29 Ilia Mirkinswr: don't clear all dirty bits when changing so targets
2016-11-29 Ilia Mirkinswr: [rasterizer core] fix typo in scissor tile-alignme...
2016-11-24 Vinson Leescons: Recognize LLVM_CONFIG environment variable.
2016-11-24 Ilia Mirkinswr: clear every layer of the attached surfaces
2016-11-24 Ilia Mirkinswr: [rasterizer core] pipe renderTargetArrayIndex...
2016-11-24 Ilia Mirkinswr: [rasterizer core] clear data now comes in as float
2016-11-24 Ilia Mirkinswr: [rasterizer core] actually perform clear before...
2016-11-23 Tim Rowleyswr: [rasterizer core] fix cast for stencil clear value
2016-11-23 Ilia Mirkinswr: color interpolation is also supposed to get perspe...
2016-11-23 Ilia Mirkinswr: add sprite coord enable mask to fs key
2016-11-23 Ilia Mirkinswr: rework vert <-> frag shader linkage logic
2016-11-23 Ilia Mirkinswr: flatshading makes color outputs flat, it doesn...
2016-11-23 Ilia Mirkinswr: only broadcast color0 value, not all color values
2016-11-23 Ilia Mirkinswr: report a reasonable max lod bias
2016-11-23 Ilia Mirkinswr: avoid using exceptions for expected condition...
2016-11-23 Ilia Mirkinswr: remove formats from mapping table that don't have...
2016-11-23 Ilia Mirkinswr: remove unnecessary -1 entries in format mapping...
2016-11-23 Ilia Mirkinswr: rework resource layout and surface setup
2016-11-22 Marek Olšákgallium: fix more occurences of u_hash.h
2016-11-22 Ilia Mirkinswr: calculate viewport width/height based on the scale
2016-11-22 Ilia Mirkinswr: don't claim to allow setting layer/viewport from VS
2016-11-22 Ilia Mirkinswr: allocate all scratch space in one go for vertex...
2016-11-22 Ilia Mirkinswr: call swr_update_derived unconditionally when drawi...
2016-11-22 Ilia Mirkinswr: [rasterizer memory] minify texture width before...
2016-11-22 Ilia Mirkinswr: [rasterizer memory] minify original sizes for...
2016-11-21 George Kyriazisgallium: swr: Added swr build for windows
2016-11-21 George Kyriazisswr: Modify gen_knobs.{cpp|h} creation script
2016-11-21 George Kyriazisswr: Windows-related changes
2016-11-21 George Kyriazisswr: renamed duplicate swr_create_screen()
2016-11-21 George Kyriazisswr: Handle windows.h and NOMINMAX
2016-11-19 Ilia Mirkinswr: mark streamout buffers as written
next