swr/rast: add additional jit utility functions
[mesa.git] / src / gallium / drivers / swr /
2017-04-29 Tim Rowleyswr/rast: add additional jit utility functions
2017-04-29 Tim Rowleyswr/rast: more flexible max attribute slots
2017-04-20 Marek Olšákgallium: fold u_trim_pipe_prim call from st/mesa to...
2017-04-20 Tim Rowleyswr: simd16 vs work
2017-04-14 George Kyriazisswr: Add polygon stipple support
2017-04-14 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
2017-04-14 Bruce Cherniakswr: Enable MSAA in OpenSWR software renderer
2017-04-14 Bruce Cherniakswr: Removed unnecessary PIPE_BIND flags from swr_is_fo...
2017-04-14 Bruce Cherniakswr: Align swr_context allocation to SIMD alignment.
2017-04-14 George Kyriazisswr: add linux to scons build
2017-04-11 Tim Rowleyswr: [rasterizer core] Disable 8x2 tile backend
2017-04-11 Tim Rowleyswr: [rasterizer common] Add _simd_testz_si alias
2017-04-11 Tim Rowleyswr: [rasterizer archrast] Fix archrast for MSVC 2017...
2017-04-11 Tim Rowleyswr: [rasterizer jitter] Remove unused function
2017-04-11 Tim Rowleyswr: [rasterizer jitter] Remove HAVE_LLVM tests support...
2017-04-11 Tim Rowleyswr: [rasterizer common/core] Fix 32-bit windows build
2017-04-11 Tim Rowleyswr: [rasterizer core] Fix unused variable warnings
2017-04-11 Tim Rowleyswr: [rasterizer core] Code formating change
2017-04-11 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP - PA
2017-04-11 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP - Clipper
2017-04-11 Tim Rowleyswr: [rasterizer core] Multisample sample position...
2017-04-11 Tim Rowleyswr: [rasterizer core] Reduce templates to speed compile
2017-04-11 Tim Rowleyswr: return true for PIPE_CAP_DOUBLES
2017-04-07 Tim Rowleyswr: fix unused variable warnings
2017-04-05 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-04-05 Tim Rowleyswr: [rasterizer core] Enable 8x2 backend
2017-04-05 Tim Rowleyswr: [rasterizer codegen] remove copy of mako
2017-04-05 Tim Rowleyswr: [rasterizer core/memory] Move intrinics to _simd...
2017-04-05 Tim Rowleyswr: [rasterizer core] Programmable sample position...
2017-04-05 Tim Rowleyswr: [configure.ac/scons] require c++14
2017-04-05 Tim Rowleyswr: [rasterizer core] Fix center sample pattern
2017-04-05 Tim Rowleyswr: [rasterizer core/memory] Fix missing avx512 storetile
2017-04-05 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-04-05 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_BALLOT
2017-04-05 Emil Velikovswr: automake: add gen_common.py to the tarball
2017-04-05 Nicolai Hähnlegallium: add sparse buffer interface and capability
2017-04-01 Lyudegallium: Add a cap to check if the driver supports...
2017-03-31 Nicolai Hähnlegallium: add PIPE_CAP_TGSI CLOCK
2017-03-29 George Kyriazisswr: [scons] Fix windows build
2017-03-28 Tim Rowleyswr: fix llvm-5.0.0 build bustage
2017-03-28 Tim Rowleyswr: [rasterizer jitter] fix llvm-5.0.0 build bustage
2017-03-28 Tim Rowleyswr: [rasterizer core] Disable inline function expansion
2017-03-28 Tim Rowleyswr: [rasterizer common] Use C++ thread_local keyword
2017-03-28 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-03-28 Tim Rowleyswr: [rasterizer core] Don't bind single-threaded contexts
2017-03-28 Tim Rowleyswr: [rasterizer core] Enable SIMD16
2017-03-28 Tim Rowleyswr: [rasterizer jitter] Clean up EngineBuilder constru...
2017-03-28 Tim Rowleyswr: [rasterizer codegen] add cmdline to archrast gen...
2017-03-28 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP
2017-03-28 Tim Rowleyswr: [rasterizer codegen] Refactor codegen
2017-03-22 Tim Rowleyswr: [rasterizer jitter] fix llvm >= 5.0 build break
2017-03-20 Tim Rowleyswr: [rasterizer] Cleanup naming of codegen files
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Remove BOM from knob_defs.py
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Rewrite gen_llvm_types.py...
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Fix generation of knobs
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Change backend template comme...
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Rewrite gen_llvm_ir_macros...
2017-03-20 Tim Rowleyswr: [rasterizer codegen] Quiet gen_backends.py execution
2017-03-20 Tim Rowleyswr: [rasterizer scripts] Put codegen scripts into...
2017-03-20 Tim Rowleyswr: [rasterizer core] Fix trifan regression from 9d344...
2017-03-20 Tim Rowleyswr: [rasterizer core] SIMD16 Frontend WIP - fix tessel...
2017-03-20 Tim Rowleyswr: [rasterizer jitter] Fix LogicOp blend jit after...
2017-03-20 Tim Rowleyswr: [rasterizer] Convert more SWR_ASSERT(false, ....
2017-03-20 Tim Rowleyswr: [rasterizer core] Fix typo in SIMD16 code path
2017-03-20 Tim Rowleyswr: [rasterizer core/common] Fix the native AVX512...
2017-03-20 Tim Rowleyswr: [rasterizer core] Allow no arguments to SWR_INVALI...
2017-03-20 Tim Rowleyswr: [rasterizer] Slight assert refactoring
2017-03-20 Tim Rowleyswr: [rasterizer] Backend code adjustments
2017-03-20 Tim Rowleyswr: [rasterizer archrast] Fix the early and late depth...
2017-03-20 Tim Rowleyswr: [rasterizer core] Implement double pumped SIMD16...
2017-03-20 Tim Rowleyswr: [rasterizer archrast/core/scripts] Fix archrast...
2017-03-20 Tim Rowleyswr: [rasterizer archrast] Remove redundant data from...
2017-03-20 Tim Rowleyswr: [rasterizer archrast/scripts] Further archrast...
2017-03-20 Tim Rowleyswr: [rasterizer core] Fix RECT_LIST primitive assembly
2017-03-20 Tim Rowleyswr: [rasterizer common] Add InterpolateComponentFlat...
2017-03-20 Tim Rowleyswr: [rasterizer archrast] Fix performance issue with...
2017-03-20 Tim Rowleyswr: [rasterizer core] Implement SIMD16 GS and STREAMOUT
2017-03-20 Tim Rowleyswr: [rasterizer archrast] Add additional API events
2017-03-20 Tim Rowleyswr: [rasterizer core/scripts] Autogen backend initiali...
2017-03-20 Tim Rowleyswr: [rasterizer core] backend.h declares gBackendPixel...
2017-03-20 Tim Rowleyswr: [rasterizer core] Finish SIMD16 PA OPT including...
2017-03-20 Tim Rowleyswr: [rasterizer core] Finish SIMD16 PA OPT except...
2017-03-20 Tim Rowleyswr: [rasterizer core] Support sparse numa id values...
2017-03-16 Ilia Mirkinswr: support layer output in geometry shaders
2017-03-15 Tim Rowleyswr: validate backend state numAttributes
2017-03-15 Marek Olšákgallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
2017-03-09 Vinson Leeswr: s/uint/enum pipe_render_cond_flag/
2017-03-08 Brian Paulgallium: s/uint/enum pipe_render_cond_flag/ for set_ren...
2017-03-08 Brian Paulgallium: s/uint/enum pipe_shader_type/ for set_constant...
2017-03-08 Brian Paulswr: s/unsigned/enum pipe_shader_type/
2017-03-08 Brian Paulgallium: s/unsigned/enum pipe_shader_type/ for pipe_scr...
2017-03-05 Tim Rowleyswr: [rasterizer core] fix primID provoking vertex...
2017-03-05 Tim Rowleyswr: implement geometry shaders
2017-03-02 Bruce Cherniakswr: fix crash in swr_update_derived following st/mesa...
2017-03-02 Bruce Cherniakswr: enable clear_texture with util_clear_texture
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)
next