| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: Make sure we return is_unorm/is_snorm for compressed formats. | Eric Anholt | 2019-01-25 | 1 | -0/+65 |
* | gallium: Enable unit tests as actual meson unit tests. | Eric Anholt | 2019-01-25 | 2 | -7/+9 |
* | gallium: Fix uninitialized variable warning in compute test. | Eric Anholt | 2018-11-27 | 1 | -1/+1 |
* | gallium: split depth_clip into depth_clip_near & depth_clip_far | Marek Olšák | 2018-09-06 | 12 | -12/+24 |
* | gallium: add storage_sample_count parameter into is_format_supported | Marek Olšák | 2018-07-31 | 1 | -2/+2 |
* | gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples | Marek Olšák | 2018-07-31 | 9 | -17/+0 |
* | gallium/tests: Don't ignore S3TC errors. | Jose Fonseca | 2018-07-24 | 1 | -5/+0 |
* | gallium/tests: Fix assignment of EXTRA_DIST | Matt Turner | 2018-05-09 | 1 | -3/+1 |
* | gallium/tests/trivial: fix viewport depth transform | Ilia Mirkin | 2018-04-21 | 2 | -6/+7 |
* | autotools: Include new meson files18.1-branchpoint | Dylan Baker | 2018-04-20 | 2 | -0/+4 |
* | meson: build graw tests | Dylan Baker | 2018-04-18 | 2 | -0/+37 |
* | meson: build gallium unit tests | Dylan Baker | 2018-04-18 | 2 | -0/+34 |
* | meson: Build gallium trivial tests | Dylan Baker | 2018-04-18 | 2 | -0/+50 |
* | gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times | Marek Olšák | 2018-04-13 | 1 | -1/+0 |
* | gallium/util: s/uint/enum tgsi_semantic/ in simple shader code | Brian Paul | 2018-02-08 | 2 | -6/+6 |
* | Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary" | Roland Scheidegger | 2018-02-07 | 1 | -0/+1 |
* | gallium: build ddebug, noop, rbug, trace as part of auxiliary | Marek Olšák | 2018-02-07 | 1 | -1/+0 |
* | util: move os_time.[ch] to src/util | Nicolai Hähnle | 2017-11-09 | 1 | -1/+2 |
* | util: move pipe_barrier into src/util and rename to util_barrier | Nicolai Hähnle | 2017-11-09 | 1 | -6/+6 |
* | gallium: Remove util_format_s3tc_init() | Matt Turner | 2017-10-02 | 1 | -2/+0 |
* | gallium: Remove util_format_s3tc_enabled | Matt Turner | 2017-10-02 | 1 | -5/+0 |
* | gallium/tests: use ARRAY_SIZE macro | Eric Engestrom | 2017-09-08 | 3 | -3/+9 |
* | gallium/tests: always use two-dimensional constant references | Nicolai Hähnle | 2017-09-04 | 2 | -8/+8 |
* | pipe-loader: remove config from pipe_loader_create_screen | Nicolai Hähnle | 2017-08-04 | 3 | -3/+3 |
* | gallium: add pipe_screen_config to screen_create functions | Nicolai Hähnle | 2017-08-02 | 3 | -3/+3 |
* | gallium: allow passing 'unsigned flags' to create_screen() | Marek Olšák | 2017-06-23 | 3 | -3/+3 |
* | gallium/util: add _LZ and TXF options to simple shaders | Marek Olšák | 2017-06-07 | 1 | -1/+2 |
* | u_format_test: Ignore S3TC errors. | Jose Fonseca | 2017-05-22 | 1 | -0/+25 |
* | gallium/tests: fix build after index buffer changes | Marek Olšák | 2017-05-11 | 16 | -32/+32 |
* | gallium/util: replace pipe_thread_create() with u_thread_create() | Timothy Arceri | 2017-03-12 | 1 | -1/+1 |
* | gallium/tests: remove execute bit from TGSI shader - vert-uadd.sh | Emil Velikov | 2017-03-10 | 1 | -0/+0 |
* | gallium/util: replace pipe_thread_wait() with thrd_join() | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium/util: remove PIPE_THREAD_ROUTINE() | Timothy Arceri | 2017-03-07 | 1 | -1/+2 |
* | gallium/util: replace pipe_thread with thrd_t | Timothy Arceri | 2017-03-07 | 1 | -1/+1 |
* | gallium: let state trackers tell u_vbuf whether user VBOs are possible | Marek Olšák | 2017-02-14 | 2 | -2/+2 |
* | gallium: fix more occurences of u_hash.h | Marek Olšák | 2016-11-22 | 1 | -1/+1 |
* | util/blitter: add clamping during SINT <-> UINT blits | Nicolai Hähnle | 2016-11-16 | 1 | -0/+1 |
* | gallium: add missing zero-init for resource templates | Rob Clark | 2016-10-07 | 9 | -0/+16 |
* | gallium: split transfer_inline_write into buffer and texture callbacks | Marek Olšák | 2016-07-23 | 5 | -72/+49 |
* | scons: whitespace cleanup | Giuseppe Bilotta | 2016-05-25 | 1 | -1/+1 |
* | Treewide: Remove Elements() macro | Jan Vesely | 2016-05-17 | 3 | -6/+6 |
* | gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* | Marek Olšák | 2016-04-22 | 3 | -23/+23 |
* | gallium/tests: Update UTIL_FORMAT_MAX_* defines. | Jose Fonseca | 2016-04-19 | 1 | -0/+4 |
* | scons: Add a "check" target to run all unit tests. | Jose Fonseca | 2016-04-14 | 1 | -7/+5 |
* | test/unit: Make translate_test invoke translate_create by default. | Jose Fonseca | 2016-04-14 | 1 | -3/+4 |
* | test/unit: Make pipe_barrier_test actually check correct bahavior. | Jose Fonseca | 2016-04-14 | 1 | -7/+50 |
* | gallium: distinguish between shader IR in get_compute_param | Bas Nieuwenhuizen | 2016-04-02 | 1 | -1/+3 |
* | gallium: add compute shader IR type | Bas Nieuwenhuizen | 2016-04-02 | 1 | -0/+1 |
* | gallium/tests: declare sampler views in shaders | Brian Paul | 2016-03-21 | 3 | -0/+3 |
* | gallium/tests: silence warning in compute.c | Brian Paul | 2016-03-05 | 1 | -1/+1 |