gallivm: optimize lp_build_unpack_arith_rgba_aos slightly
[mesa.git] / src / gallium / auxiliary /
2017-01-05 Roland Scheideggergallivm: optimize lp_build_unpack_arith_rgba_aos slightly
2017-01-05 Roland Scheideggergallivm: use 2 srcs for 32->16bit conversions in lp_bld...
2017-01-05 Roland Scheideggerllvmpipe: (trivial) minimally simplify mask construction
2017-01-05 Marek Olšákgallium/hud: increase the vertex buffer size for text
2017-01-05 Marek Olšákgallium/hud: add an option to sort items below graphs
2017-01-05 Marek Olšákgallium/hud: add an option to reset the color counter
2017-01-05 Marek Olšákgallium/hud: allow more data sources per pane
2017-01-05 Marek Olšákgallium/hud: add an option to rename each data source
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2017-01-05 George Kyriazisswr: fix windows build break
2017-01-03 Edmondo Tommasinagallium/hud: add a path separator between dump director...
2017-01-03 Christian Königvl/zscan: fix "Fix trivial sign compare warnings"
2017-01-03 Nayan Deshmukhvl/compositor: implement error handling
2017-01-02 Marek Olšákgallium/hud: fix the windows build by disabling file...
2016-12-31 Edmondo Tommasinagallium/hud: set filedescriptor for fps graph
2016-12-31 Edmondo Tommasinagallium/hud: set filedescriptor for cpu graph
2016-12-31 Edmondo Tommasinagallium/hud: move file initialization to a function
2016-12-31 Edmondo Tommasinagallium/hud: dump hud_driver_query values to files
2016-12-27 Rob Clarkttn: set ->info->num_ubos
2016-12-21 Juan A. Suarez Romerottn: handle GLSL_SAMPLER_DIM_SUBPASS_MS case
2016-12-21 Roland Scheideggerdraw: use SoA fetch, not AoS one
2016-12-21 Roland Scheideggergallivm: generalize the compressed format soa fetch...
2016-12-21 Roland Scheideggergallivm: provide soa fetch path handling formats with...
2016-12-21 Roland Scheideggergallivm: optimize gather a bit, by using supplied desti...
2016-12-21 Roland Scheideggergallivm: optimize SoA AoS fallback fetch path a little
2016-12-21 Roland Scheideggergallivm: (trivial) handle non-aligned fetch for lp_buil...
2016-12-20 Patrick Rudolphst/nine: Implement gallium nine CSMT
2016-12-19 Michel DänzerRevert "cso: don't release sampler states that are...
2016-12-19 Michel Dänzercso: Make sanitize_hash safe for samplers
2016-12-19 Michel Dänzercso: Store hash key in struct cso_sampler
2016-12-19 Michel Dänzercso: Optimize cso_save/restore_fragment_samplers
2016-12-19 Michel Dänzercso: Store pointers to struct cso_sampler in struct...
2016-12-19 Michel Dänzercso: Don't restore nr_samplers in cso_restore_fragment_...
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-12-12 Nicolai Hähnlest/glsl_to_tgsi: plumb the GS output stream qualifier...
2016-12-12 Nicolai Hähnletgsi/scan: collect information about output usagemasks
2016-12-12 Nicolai Hähnletgsi/scan: collect information about output vertex...
2016-12-12 Nicolai Hähnletgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_se...
2016-12-07 Marek Olšáktgsi: fix the src type of TGSI_OPCODE_MEMBAR
2016-12-07 Marek Olšákcso: don't release sampler states that are bound
2016-12-06 Roland Scheideggergallivm: optimize 16bit->32bit gather path a bit
2016-12-06 Roland Scheideggergallivm: handle 16bit float fetches in lp_build_fetch_r...
2016-12-06 Roland Scheideggerutil: (trivial) ETC1 meets the criteria for fitting...
2016-12-05 Tim Rowleygallivm: use getHostCPUFeatures on x86/llvm-4.0+.
2016-12-05 Tobias Drosteconfigure.ac: Move llvm_set_environment_variables higher.
2016-12-01 Tim Rowleytgsi: store writes_primid when scanning tgsi
2016-11-24 Charmaine Leeutil: fix memory leak from the fragment shaders for...
2016-11-23 Charmaine Leeutil: fix missing swizzle components in the SINT <...
2016-11-22 Marek Olšákgallium: fix more occurences of u_hash.h
2016-11-22 Marek Olšákutil: import CRC32 implementation from gallium
2016-11-22 Emil Velikovauxiliary/vl/dri: call get_xcb_screen() only once
2016-11-21 Marek Olšáktgsi/scan: record if a shader writes the position output
2016-11-21 Marek Olšáktgsi/scan: use a big switch for scanning outputs
2016-11-21 Roland Scheideggerdraw: drop some overflow computations
2016-11-21 Roland Scheideggerdraw: simplify fetch some more
2016-11-21 Roland Scheideggerdraw: unify linear and elts draw jit functions
2016-11-21 Roland Scheideggerdraw: use same argument order for jit draw linear ...
2016-11-21 Roland Scheideggerdraw: drop unnecessary index overflow handling from...
2016-11-21 Roland Scheideggerdraw: simplify vsplit elts code a bit
2016-11-18 Roland Scheideggerdraw: finally optimize bool clip mask generation
2016-11-18 Roland Scheideggerdraw: use vectorized calculations for fetch (v2)
2016-11-16 Nicolai Hähnleu_simple_shaders: try to un-break the Windows build
2016-11-16 Nicolai Hähnleutil/blitter: add clamping during SINT <-> UINT blits
2016-11-16 Nicolai Hähnleutil/blitter: index texfetch_col shaders by type
2016-11-15 Marek Olšákgallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
2016-11-15 Marek Olšákgallivm: limit use of setFastMathFlags to LLVM 3.8...
2016-11-15 Marek Olšákgallivm: add lp_create_builder with an unsafe_fpmath...
2016-11-10 Tim Rowleygallium: detect avx512 cpu features
2016-11-10 Nicolai Hähnlegallivm: fix [IU]MUL_HI regression harder
2016-11-09 Tom Stellardgallivm: Fix build after removal of deprecated attribut...
2016-11-09 Roland ScheideggerRevert "draw: use vectorized calculations for fetch"
2016-11-08 Marek Olšáktgsi/scan: turn a huge if-else-if.. chain into a switch...
2016-11-08 Marek Olšáktgsi/scan: fix images_buffers regression
2016-11-08 Nicolai Hähnlegallivm: fix [IU]MUL_HI regression
2016-11-08 Roland Scheideggerdraw: use vectorized calculations for fetch
2016-11-08 Roland Scheideggergallivm: introduce 32x32->64bit lp_build_mul_32_lohi...
2016-11-07 Steven Tothgallium/hud: protect against and initialization race
2016-11-07 Steven Tothgallium/hud: close a previously opened handle
2016-11-07 Steven Tothgallium/hud: fix a problem where objects are free'd...
2016-11-04 Roland Scheideggerdraw: fix undefined input handling some more...
2016-11-03 Brian Paulgallium/hud: call fflush() after printing error messages
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-24 Brian Paultgsi: trivial build fix for MSVC
2016-10-24 Axel Davygallium/util: Add align_calloc
2016-10-24 Marek Olšáktgsi/scan: scan texture offset operands
2016-10-24 Marek Olšáktgsi/scan: move src operand processing into a separate...
2016-10-24 Marek Olšáktgsi/scan: get information about shader buffer usage
2016-10-24 Marek Olšáktgsi/scan: handle indirect image indexing correctly
2016-10-24 Marek Olšáktgsi/scan: don't treat RESQ etc. as memory instructions
2016-10-24 Marek Olšáktgsi/scan: get information about indirect 2D file access
2016-10-24 Marek Olšáktgsi/scan: get information about indirect CONST access
2016-10-20 Marek Olšákgallivm: try to fix build with LLVM <= 3.4 due to missi...
2016-10-20 Marek Olšákgallivm: add wrappers for missing functions in LLVM...
2016-10-18 Roland Scheideggerdraw: improve vertex fetch (v2)
2016-10-18 Roland Scheideggerdraw: improved handling of undefined inputs
2016-10-18 Roland Scheideggergallivm: print out time for jitting functions with...
2016-10-18 Roland Scheideggergallivm: Use native packs and unpacks for the lerps
2016-10-18 Emil Velikovloader: remove loader_get_driver_for_fd() driver_type
2016-10-18 Marek Olšákgallium/tgsi: add missing #include
next