summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/nine
AgeCommit message (Expand)AuthorFilesLines
2018-01-19autotools: include meson build files in tarballDylan Baker1-1/+1
2018-01-17nine: assume that user constant buffers are always supportedMarek Olšák4-156/+4
2018-01-17gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák1-1/+1
2017-12-07meson: add dep_thread to every lib that includes threads.hEric Engestrom1-0/+1
2017-12-04meson: build gallium nine state_trackerDylan Baker1-0/+69
2017-11-25gallium/hud: update the HUD interface for multiple contextsMarek Olšák2-2/+2
2017-11-25gallium/hud: use cso_get_pipe_contextMarek Olšák1-1/+1
2017-11-25gallium/hud: split hud_draw into 3 separate functionsMarek Olšák1-1/+1
2017-09-04nine: always generate two-dimensional constant file accessesNicolai Hähnle2-7/+5
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák1-4/+8
2017-08-22gallium: remove TGSI opcode BREAKCMarek Olšák1-1/+1
2017-08-22gallium: remove TGSI opcode XPDMarek Olšák1-1/+24
2017-07-21tgsi: populate preciseKarol Herbst1-3/+3
2017-06-26util: move pipe_thread_is_self from gallium to src/utilMarek Olšák1-1/+1
2017-05-24st/nine: Fix a regression and syntax cleanupAxel Davy4-19/+16
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák5-58/+56
2017-05-10gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2-2/+0
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák3-32/+48
2017-04-13st/nine: Fix support for ps 1.4 dw and dz modifiersAxel Davy1-2/+2
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák1-16/+2
2017-03-26st/nine: Use atomics for available_texture_memAxel Davy1-2/+2
2017-03-26st/nine: Resolve deadlock in surface/volume dtors when using csmtAxel Davy3-5/+17
2017-03-26st/nine: Fix user vertex data uploader with csmtAxel Davy2-8/+8
2017-03-12gallium/util: replace pipe_thread_setname() with u_thread_setname()Timothy Arceri1-2/+2
2017-03-12gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri1-1/+1
2017-03-09st/nine: pass NULL to ureg_get_tokens()Timothy Arceri2-4/+2
2017-03-07gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri1-1/+1
2017-03-07gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri1-1/+2
2017-03-07gallium/util: replace pipe_condvar with cnd_tTimothy Arceri2-3/+3
2017-03-07gallium/util: replace pipe_thread with thrd_tTimothy Arceri1-2/+2
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri3-232/+232
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri3-232/+232
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2-3/+3
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2-5/+5
2017-03-07gallium/util: remove pipe_static_mutex()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2-5/+5
2017-03-07gallium/util: replace pipe_condvar_signal() with cnd_signal()Timothy Arceri2-4/+4
2017-03-07gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri2-3/+3
2017-03-07gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri2-3/+3
2017-02-25st/nine: Drop USER_INDEX_BUFFERS checkMike Lothian2-3/+1
2017-02-25st/nine: make use of common uploaders v4Constantine Charlamov4-74/+37
2017-02-14gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák1-2/+2
2017-02-10st/nine: update configure options in the READMEEmil Velikov1-2/+1
2017-01-23st/nine: set the MUL_ZERO_WINS flag when supportedIlia Mirkin1-0/+3
2017-01-12st/nine: Protect dtors with mutexAxel Davy4-19/+64
2017-01-12st/nine: Flush the queue at device dtorAxel Davy1-1/+6
2017-01-12st/nine: Process pending commands on ResetAxel Davy3-0/+5
2017-01-12st/nine: Flush pending commands if needed for surface9 changesAxel Davy2-13/+32
2017-01-12st/nine: Rework CreatePipeSurfaceAxel Davy2-22/+30
2017-01-12st/nine: Remove duplicated checksAxel Davy2-10/+7