aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine
Commit message (Expand)AuthorAgeFilesLines
* autotools: include meson build files in tarballDylan Baker2018-01-191-1/+1
* nine: assume that user constant buffers are always supportedMarek Olšák2018-01-174-156/+4
* gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák2018-01-171-1/+1
* meson: add dep_thread to every lib that includes threads.hEric Engestrom2017-12-071-0/+1
* meson: build gallium nine state_trackerDylan Baker2017-12-041-0/+69
* gallium/hud: update the HUD interface for multiple contextsMarek Olšák2017-11-252-2/+2
* gallium/hud: use cso_get_pipe_contextMarek Olšák2017-11-251-1/+1
* gallium/hud: split hud_draw into 3 separate functionsMarek Olšák2017-11-251-1/+1
* nine: always generate two-dimensional constant file accessesNicolai Hähnle2017-09-042-7/+5
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-221-4/+8
* gallium: remove TGSI opcode BREAKCMarek Olšák2017-08-221-1/+1
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-1/+24
* tgsi: populate preciseKarol Herbst2017-07-211-3/+3
* util: move pipe_thread_is_self from gallium to src/utilMarek Olšák2017-06-261-1/+1
* st/nine: Fix a regression and syntax cleanupAxel Davy2017-05-244-19/+16
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-105-58/+56
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-102-2/+0
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-103-32/+48
* st/nine: Fix support for ps 1.4 dw and dz modifiersAxel Davy2017-04-131-2/+2
* gallium: remove support for predicates from TGSI (v2)Marek Olšák2017-04-011-16/+2
* st/nine: Use atomics for available_texture_memAxel Davy2017-03-261-2/+2
* st/nine: Resolve deadlock in surface/volume dtors when using csmtAxel Davy2017-03-263-5/+17
* st/nine: Fix user vertex data uploader with csmtAxel Davy2017-03-262-8/+8
* gallium/util: replace pipe_thread_setname() with u_thread_setname()Timothy Arceri2017-03-121-2/+2
* gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri2017-03-121-1/+1
* st/nine: pass NULL to ureg_get_tokens()Timothy Arceri2017-03-092-4/+2
* gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri2017-03-071-1/+1
* gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri2017-03-071-1/+2
* gallium/util: replace pipe_condvar with cnd_tTimothy Arceri2017-03-072-3/+3
* gallium/util: replace pipe_thread with thrd_tTimothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-073-232/+232
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-073-232/+232
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-072-3/+3
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-072-5/+5
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-072-5/+5
* gallium/util: replace pipe_condvar_signal() with cnd_signal()Timothy Arceri2017-03-072-4/+4
* gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri2017-03-072-3/+3
* gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri2017-03-072-3/+3
* st/nine: Drop USER_INDEX_BUFFERS checkMike Lothian2017-02-252-3/+1
* st/nine: make use of common uploaders v4Constantine Charlamov2017-02-254-74/+37
* gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2017-02-141-2/+2
* st/nine: update configure options in the READMEEmil Velikov2017-02-101-2/+1
* st/nine: set the MUL_ZERO_WINS flag when supportedIlia Mirkin2017-01-231-0/+3
* st/nine: Protect dtors with mutexAxel Davy2017-01-124-19/+64
* st/nine: Flush the queue at device dtorAxel Davy2017-01-121-1/+6
* st/nine: Process pending commands on ResetAxel Davy2017-01-123-0/+5
* st/nine: Flush pending commands if needed for surface9 changesAxel Davy2017-01-122-13/+32
* st/nine: Rework CreatePipeSurfaceAxel Davy2017-01-122-22/+30
* st/nine: Remove duplicated checksAxel Davy2017-01-122-10/+7