summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: add CONSTBUF type to tgsi_file_typeTimothy Arceri2017-09-151-0/+1
* gallium/{r600, radeonsi}: Fix segfault with color format (v2)Denis Pauk2017-09-141-0/+4
* radeonsi: optimize TCS epilog when invocation 0 writes tess factorsMarek Olšák2017-09-111-2/+0
* tgsi/scan: add a new pass that analyzes tess factor writes (v2)Marek Olšák2017-09-112-0/+235
* gallium/u_blitter: use UTIL_BLITTER_ATTRIB_NONE (0) instead of 0 directlyMarek Olšák2017-09-111-2/+2
* gallium/u_blitter: don't pass GENERIC in VS if it's not neededMarek Olšák2017-09-111-17/+45
* gallium/u_blitter: use draw_rectangle for all blits except cubemapsMarek Olšák2017-09-112-88/+98
* gallium/u_blitter: use draw_rectangle callback for layered clearsMarek Olšák2017-09-112-28/+29
* gallium/u_blitter: add new union blitter_attrib to replace pipe_color_unionMarek Olšák2017-09-112-52/+53
* 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