| Commit message (Expand) | Author | Age | Files | Lines |
* | gallivm: add coroutine support files to gallivm. | Dave Airlie | 2019-09-04 | 1 | -0/+2 |
* | gallium: Remove unused util_ringbuffer | Caio Marcelo de Oliveira Filho | 2019-06-17 | 1 | -2/+0 |
* | va: use a compute shader for the blit | Jiang, Sonny | 2019-04-24 | 1 | -0/+2 |
* | gallium: Remove the malloc pipebuffer manager. | Eric Anholt | 2019-04-23 | 1 | -1/+0 |
* | gallium: Remove the "alt" pipebuffer manager interface. | Eric Anholt | 2019-04-23 | 1 | -1/+0 |
* | gallium: Remove the ondemand pipebuffer manager. | Eric Anholt | 2019-04-23 | 1 | -1/+0 |
* | gallium: Remove the pool pipebuffer manager. | Eric Anholt | 2019-04-23 | 1 | -1/+0 |
* | gallium/auxiliary/vl: Add compute shader to support video compositor render | James Zhu | 2019-02-15 | 1 | -0/+2 |
* | gallium/auxiliary/vl: Split vl_compositor graphic shaders from vl_compositor API | James Zhu | 2019-02-15 | 1 | -0/+2 |
* | gallivm: use llvm jit code for decoding s3tc | Roland Scheidegger | 2018-12-20 | 1 | -1/+1 |
* | util: promote u_memory to src/util | Dylan Baker | 2018-11-27 | 1 | -5/+0 |
* | util: move u_cpu_detect to util | Dylan Baker | 2018-10-30 | 1 | -2/+0 |
* | util: Move u_debug to utils | Dylan Baker | 2018-10-30 | 1 | -2/+0 |
* | util: Move os_misc to util | Dylan Baker | 2018-10-30 | 1 | -2/+0 |
* | gallium/util: start splitting u_debug into generic and gallium specific compo... | Dylan Baker | 2018-10-30 | 1 | -0/+2 |
* | gallium: split u_prim_name out of u_debug.h | Dylan Baker | 2018-10-30 | 1 | -0/+1 |
* | move u_math to src/util | Dylan Baker | 2018-09-07 | 1 | -2/+0 |
* | gallium: Add a helper for implementing PIPE_CAP_* default values. | Eric Anholt | 2018-09-04 | 1 | -0/+2 |
* | gallium/auxiliary: Add helper support for bptc format compress/decompress | Denis Pauk | 2018-07-01 | 1 | -0/+2 |
* | gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times | Marek Olšák | 2018-04-13 | 1 | -0/+29 |
* | vl: add VP9 probability tables | Leo Liu | 2018-04-12 | 1 | -1/+2 |
* | gallium/util: add u_transfer_helper | Rob Clark | 2017-12-15 | 1 | -0/+2 |
* | gallium: remove unused and deprecated u_time.h | Nicolai Hähnle | 2017-11-09 | 1 | -1/+0 |
* | util: move os_time.[ch] to src/util | Nicolai Hähnle | 2017-11-09 | 1 | -2/+0 |
* | gallium: add async debug message forwarding helper | Nicolai Hähnle | 2017-11-09 | 1 | -0/+2 |
* | gallium/util: Remove unused keymap | Thomas Helland | 2017-09-21 | 1 | -2/+0 |
* | tgsi: macro-ify the opcodes table | Nicolai Hähnle | 2017-08-23 | 1 | -0/+1 |
* | gallium/util: add new module that allocate "numbers" | Samuel Pitoiset | 2017-08-22 | 1 | -0/+2 |
* | util: add chunk logging module | Nicolai Hähnle | 2017-08-22 | 1 | -0/+2 |
* | tgsi,st/mesa: move varying slot to semantic mapping into a helper for VS | Nicolai Hähnle | 2017-07-05 | 1 | -0/+2 |
* | util: Move u_dynarray to src/util | Thomas Helland | 2017-06-07 | 1 | -1/+0 |
* | auxiliary/vl: use vl_*_screen_create stubs when building w/o platform | Emil Velikov | 2017-05-19 | 1 | -3/+7 |
* | gallium/util: add threaded_context as a pipe_context wrapper | Marek Olšák | 2017-05-15 | 1 | -0/+3 |
* | gallium: remove u_caps.c/h interface | Samuel Pitoiset | 2017-04-25 | 1 | -2/+0 |
* | gallium/util: move u_queue.{c,h} to src/util | Timothy Arceri | 2017-03-12 | 1 | -2/+0 |
* | gallium/util: move u_string.h to src/util/u_string.h | Timothy Arceri | 2017-03-12 | 1 | -1/+0 |
* | gallium: add renderonly library | Christian Gmeiner | 2017-01-12 | 1 | -0/+4 |
* | util: import CRC32 implementation from gallium | Marek Olšák | 2016-11-22 | 1 | -2/+0 |
* | gallium/hud: Add support for CPU frequency monitoring | Steven Toth | 2016-09-30 | 1 | -0/+1 |
* | gallium/hud: Add support for block I/O, network I/O and lmsensor stats | Steven Toth | 2016-09-28 | 1 | -0/+3 |
* | gallium/pipebuffer: add pb_slab utility | Nicolai Hähnle | 2016-09-27 | 1 | -0/+2 |
* | gallium: switch drivers to the slab allocator in src/util | Marek Olšák | 2016-09-06 | 1 | -2/+0 |
* | gallium: remove unused u_clear.h file | Brian Paul | 2016-08-16 | 1 | -1/+0 |
* | gallium/util: add helper to compute zmin/zmax for a viewport state | Ilia Mirkin | 2016-08-14 | 1 | -1/+2 |
* | util: Move format_r11g11b10f.h to src/util | Jason Ekstrand | 2016-08-05 | 1 | -1/+0 |
* | util: Move format_rgb9e5.h to src/util | Jason Ekstrand | 2016-08-05 | 1 | -1/+0 |
* | gallium/auxiliary: Add u_bitcast.h header. | Matt Turner | 2016-08-01 | 1 | -0/+1 |
* | vl: add a bicubic interpolation filter(v5) | Nayan Deshmukh | 2016-07-01 | 1 | -0/+2 |
* | gallium/util: import the multithreaded job queue from amdgpu winsys (v2) | Marek Olšák | 2016-06-15 | 1 | -0/+2 |
* | vl/dri3: get Makefile properly | Leo Liu | 2016-06-10 | 1 | -1/+3 |