summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* llvmpipe, draw: improve shader cache debuggingRoland Scheidegger2017-09-092-22/+43
* gallivm: fix gather implementation a bitRoland Scheidegger2017-09-091-10/+48
* vl/compositor: make vl_compositor_set_yuv_layer() staticLeo Liu2017-09-072-44/+28
* vl/compositor: make a helper function for YUV deinterlacingLeo Liu2017-09-072-0/+40
* llvmpipe, tgsi: hook up dx10 gather4 opcodeRoland Scheidegger2017-09-072-8/+25
* llvmpipe, draw: increase shader cache limitsRoland Scheidegger2017-09-071-1/+1
* gallium/tests: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-2/+2
* pp: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-10/+10
* gallium/hud: always use two-dimensional constant referencesNicolai Hähnle2017-09-041-4/+4
* tgsi/build: always generate two-dimensional constant file accessesNicolai Hähnle2017-09-042-31/+45
* tgsi/ureg: always emit constants (and their decls) as 2DNicolai Hähnle2017-09-041-15/+7
* gallium: all drivers should accept two-dimensional constant buffer indexingNicolai Hähnle2017-09-041-1/+1
* llvmpipe: lp_build_gather_elem_vec BE fix for 3x16 loadBen Crocker2017-09-011-2/+28
* gallivm: correct channel shift logic on big endianRay Strode2017-09-011-1/+7
* gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZEDMarek Olšák2017-08-282-4/+4
* gallium/u_threaded: disallow discard_range if map_buffer is unsynchronizedMarek Olšák2017-08-281-1/+3
* gallium/vbuf: fix buffer reference bugsBrian Paul2017-08-251-4/+3
* gallium/u_threaded: fix a typoMarek Olšák2017-08-251-1/+1
* gallivm: remove unused variableBrian Paul2017-08-241-2/+0
* pipe-loader: use MAYBE_UNUSED to silence warningBrian Paul2017-08-241-1/+2
* tgsi: store opcode mnemonics in a separate tableNicolai Hähnle2017-08-232-6/+16
* gallium: use tgsi_get_opcode_name instead of tgsi_opcode_info::mnemonicNicolai Hähnle2017-08-235-7/+10
* tgsi: macro-ify the opcodes tableNicolai Hähnle2017-08-233-251/+263
* tgsi: remove post_indent from some 64-bit opcodesNicolai Hähnle2017-08-231-6/+6
* tgsi: reduce tgsi_opcode_info::pre_dedent and post_indent to 1 bitNicolai Hähnle2017-08-231-2/+2
* util: fix valgrind errors when dumping pipe_draw_infoNicolai Hähnle2017-08-231-3/+9
* tgsi/scan: fix uses_doubleMarek Olšák2017-08-221-2/+8
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-229-164/+1
* gallium/u_blitter: don't use boolean, TRUE, FALSEMarek Olšák2017-08-222-73/+73
* gallium/u_simple_shaders: do util_make_layered_clear_vertex_shader differentlyMarek Olšák2017-08-223-25/+19
* gallium/u_blitter: remove get_next_surface_layer callbackMarek Olšák2017-08-222-15/+1
* gallium: remove TGSI opcode BREAKCMarek Olšák2017-08-227-71/+2
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-228-200/+1
* gallium: remove TGSI opcode DPHMarek Olšák2017-08-229-105/+6
* gallium: remove TGSI opcode DP2AMarek Olšák2017-08-229-111/+2
* gallium: remove TGSI_OPCODE_CALLNZMarek Olšák2017-08-225-5/+1
* gallium: remove TGSI FENCE opcodesMarek Olšák2017-08-221-3/+3
* gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák2017-08-228-51/+4
* gallium/util: add new module that allocate "numbers"Samuel Pitoiset2017-08-223-0/+160
* util/log: add auto logger facilityNicolai Hähnle2017-08-222-2/+75
* util: add chunk logging moduleNicolai Hähnle2017-08-223-0/+263
* vl: add MJPEG profile and formatLeo Liu2017-08-211-0/+3
* Fix build when HAVE_LIBDRM isn't definedJon Turney2017-08-181-0/+4
* gallium/os: fix os_time_get_nano() to roll over lessFrank Richter2017-08-161-1/+8
* loader: rework xmlconfig dependencyEmil Velikov2017-08-041-2/+4
* pipe-loader: fix swrast probingNicolai Hähnle2017-08-041-1/+1
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-045-11/+9
* android: radeonsi: prepare for driver-specific driconf optionsMauro Rossi2017-08-031-1/+1
* pipe-loader: fix driinfo for software and non-radeonsi driversNicolai Hähnle2017-08-021-0/+2
* Fix gallium SCons buildNicolai Hähnle2017-08-021-0/+1