aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix more occurences of u_hash.hMarek Olšák2016-11-221-1/+1
* util: import CRC32 implementation from galliumMarek Olšák2016-11-223-178/+0
* auxiliary/vl/dri: call get_xcb_screen() only onceEmil Velikov2016-11-221-2/+6
* tgsi/scan: record if a shader writes the position outputMarek Olšák2016-11-212-0/+3
* tgsi/scan: use a big switch for scanning outputsMarek Olšák2016-11-211-40/+28
* draw: drop some overflow computationsRoland Scheidegger2016-11-211-65/+46
* draw: simplify fetch some moreRoland Scheidegger2016-11-211-63/+55
* draw: unify linear and elts draw jit functionsRoland Scheidegger2016-11-213-89/+70
* draw: use same argument order for jit draw linear / elts functionsRoland Scheidegger2016-11-213-34/+30
* draw: drop unnecessary index overflow handling from vsplit codeRoland Scheidegger2016-11-212-56/+28
* draw: simplify vsplit elts code a bitRoland Scheidegger2016-11-213-40/+18
* draw: finally optimize bool clip mask generationRoland Scheidegger2016-11-183-23/+26
* draw: use vectorized calculations for fetch (v2)Roland Scheidegger2016-11-181-131/+265
* u_simple_shaders: try to un-break the Windows buildNicolai Hähnle2016-11-161-2/+3
* util/blitter: add clamping during SINT <-> UINT blitsNicolai Hähnle2016-11-165-43/+124
* util/blitter: index texfetch_col shaders by typeNicolai Hähnle2016-11-161-35/+19
* gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLDMarek Olšák2016-11-152-0/+2
* gallivm: limit use of setFastMathFlags to LLVM 3.8 and laterMarek Olšák2016-11-151-0/+2
* gallivm: add lp_create_builder with an unsafe_fpmath optionMarek Olšák2016-11-152-0/+17
* gallium: detect avx512 cpu featuresTim Rowley2016-11-102-0/+36
* gallivm: fix [IU]MUL_HI regression harderNicolai Hähnle2016-11-101-8/+12
* gallivm: Fix build after removal of deprecated attribute API v3Tom Stellard2016-11-094-8/+89
* Revert "draw: use vectorized calculations for fetch"Roland Scheidegger2016-11-092-282/+159
* tgsi/scan: turn a huge if-else-if.. chain into a switch statementMarek Olšák2016-11-081-14/+30
* tgsi/scan: fix images_buffers regressionMarek Olšák2016-11-081-3/+2
* gallivm: fix [IU]MUL_HI regressionNicolai Hähnle2016-11-083-28/+90
* draw: use vectorized calculations for fetchRoland Scheidegger2016-11-082-159/+282
* gallivm: introduce 32x32->64bit lp_build_mul_32_lohi functionRoland Scheidegger2016-11-083-38/+172
* gallium/hud: protect against and initialization raceSteven Toth2016-11-074-8/+41
* gallium/hud: close a previously opened handleSteven Toth2016-11-073-1/+6
* gallium/hud: fix a problem where objects are free'd while in use.Steven Toth2016-11-074-55/+0
* draw: fix undefined input handling some more...Roland Scheidegger2016-11-041-50/+54
* gallium/hud: call fflush() after printing error messagesBrian Paul2016-11-031-1/+9
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-5/+5
* tgsi: trivial build fix for MSVCBrian Paul2016-10-241-1/+1
* gallium/util: Add align_callocAxel Davy2016-10-241-0/+8
* tgsi/scan: scan texture offset operandsMarek Olšák2016-10-241-0/+16
* tgsi/scan: move src operand processing into a separate functionMarek Olšák2016-10-241-171/+183
* tgsi/scan: get information about shader buffer usageMarek Olšák2016-10-242-0/+23
* tgsi/scan: handle indirect image indexing correctlyMarek Olšák2016-10-242-8/+17
* tgsi/scan: don't treat RESQ etc. as memory instructionsMarek Olšák2016-10-241-5/+13
* tgsi/scan: get information about indirect 2D file accessMarek Olšák2016-10-242-0/+7
* tgsi/scan: get information about indirect CONST accessMarek Olšák2016-10-242-0/+15
* gallivm: try to fix build with LLVM <= 3.4 due to missing CallSite.hMarek Olšák2016-10-201-1/+5
* gallivm: add wrappers for missing functions in LLVM <= 3.8Marek Olšák2016-10-202-0/+27
* draw: improve vertex fetch (v2)Roland Scheidegger2016-10-193-86/+134
* draw: improved handling of undefined inputsRoland Scheidegger2016-10-191-21/+32
* gallivm: print out time for jitting functions with GALLIVM_DEBUG=perfRoland Scheidegger2016-10-191-0/+11
* gallivm: Use native packs and unpacks for the lerpsRoland Scheidegger2016-10-193-13/+156
* loader: remove loader_get_driver_for_fd() driver_typeEmil Velikov2016-10-181-1/+1