aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* radeonsi: prepare for driver-specific driconf optionsNicolai Hähnle2017-08-023-1/+28
* pipe-loader: move configuration_query into drm_helperNicolai Hähnle2017-08-023-37/+43
* st/dri: implement v2 of DRI_ConfigOptionsNicolai Hähnle2017-08-023-0/+52
* pipe-loader: extract a standalone get_driver_descriptor helper functionNicolai Hähnle2017-08-021-19/+30
* pipe-loader: pass only the driver_name to pipe_loader_find_moduleNicolai Hähnle2017-08-022-5/+5
* gallium: add driconf options to pipe_screen_configNicolai Hähnle2017-08-021-0/+3
* gallium: move loading of drirc to pipe-loaderNicolai Hähnle2017-08-025-4/+56
* gallium: move driinfo XML to pipe_loaderNicolai Hähnle2017-08-025-1/+45
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-0210-51/+57
* gallium/util: add util_{str,dump}_query_value_typeNicolai Hähnle2017-08-022-0/+31
* gallium: add util_dump_query_type and use it in ddebugNicolai Hähnle2017-08-022-0/+12
* gallium: rename util_dump_* to util_str_* for enum-to-string conversionNicolai Hähnle2017-08-023-68/+64
* gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle2017-08-022-0/+2
* gallium: Fix Thomas's email addressKenneth Graunke2017-07-283-3/+3
* gallium/util: fix unused variable warningTimothy Arceri2017-07-261-3/+5
* gallium/util: s/unsigned/enum tgsi_texture_type/Brian Paul2017-07-254-21/+24