index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
nine
Commit message (
Expand
)
Author
Age
Files
Lines
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+1
*
nine: assume that user constant buffers are always supported
Marek Olšák
2018-01-17
4
-156
/
+4
*
gallium: remove PIPE_CAP_TWO_SIDED_STENCIL
Marek Olšák
2018-01-17
1
-1
/
+1
*
meson: add dep_thread to every lib that includes threads.h
Eric Engestrom
2017-12-07
1
-0
/
+1
*
meson: build gallium nine state_tracker
Dylan Baker
2017-12-04
1
-0
/
+69
*
gallium/hud: update the HUD interface for multiple contexts
Marek Olšák
2017-11-25
2
-2
/
+2
*
gallium/hud: use cso_get_pipe_context
Marek Olšák
2017-11-25
1
-1
/
+1
*
gallium/hud: split hud_draw into 3 separate functions
Marek Olšák
2017-11-25
1
-1
/
+1
*
nine: always generate two-dimensional constant file accesses
Nicolai Hähnle
2017-09-04
2
-7
/
+5
*
gallium: remove TGSI opcode SCS
Marek Olšák
2017-08-22
1
-4
/
+8
*
gallium: remove TGSI opcode BREAKC
Marek Olšák
2017-08-22
1
-1
/
+1
*
gallium: remove TGSI opcode XPD
Marek Olšák
2017-08-22
1
-1
/
+24
*
tgsi: populate precise
Karol Herbst
2017-07-21
1
-3
/
+3
*
util: move pipe_thread_is_self from gallium to src/util
Marek Olšák
2017-06-26
1
-1
/
+1
*
st/nine: Fix a regression and syntax cleanup
Axel Davy
2017-05-24
4
-19
/
+16
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
5
-58
/
+56
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
2
-2
/
+0
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
3
-32
/
+48
*
st/nine: Fix support for ps 1.4 dw and dz modifiers
Axel Davy
2017-04-13
1
-2
/
+2
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-16
/
+2
*
st/nine: Use atomics for available_texture_mem
Axel Davy
2017-03-26
1
-2
/
+2
*
st/nine: Resolve deadlock in surface/volume dtors when using csmt
Axel Davy
2017-03-26
3
-5
/
+17
*
st/nine: Fix user vertex data uploader with csmt
Axel Davy
2017-03-26
2
-8
/
+8
*
gallium/util: replace pipe_thread_setname() with u_thread_setname()
Timothy Arceri
2017-03-12
1
-2
/
+2
*
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
2017-03-12
1
-1
/
+1
*
st/nine: pass NULL to ureg_get_tokens()
Timothy Arceri
2017-03-09
2
-4
/
+2
*
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_condvar with cnd_t
Timothy Arceri
2017-03-07
2
-3
/
+3
*
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
3
-232
/
+232
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
3
-232
/
+232
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
2
-3
/
+3
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
2
-5
/
+5
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
2
-5
/
+5
*
gallium/util: replace pipe_condvar_signal() with cnd_signal()
Timothy Arceri
2017-03-07
2
-4
/
+4
*
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
2017-03-07
2
-3
/
+3
*
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
2017-03-07
2
-3
/
+3
*
st/nine: Drop USER_INDEX_BUFFERS check
Mike Lothian
2017-02-25
2
-3
/
+1
*
st/nine: make use of common uploaders v4
Constantine Charlamov
2017-02-25
4
-74
/
+37
*
gallium: let state trackers tell u_vbuf whether user VBOs are possible
Marek Olšák
2017-02-14
1
-2
/
+2
*
st/nine: update configure options in the README
Emil Velikov
2017-02-10
1
-2
/
+1
*
st/nine: set the MUL_ZERO_WINS flag when supported
Ilia Mirkin
2017-01-23
1
-0
/
+3
*
st/nine: Protect dtors with mutex
Axel Davy
2017-01-12
4
-19
/
+64
*
st/nine: Flush the queue at device dtor
Axel Davy
2017-01-12
1
-1
/
+6
*
st/nine: Process pending commands on Reset
Axel Davy
2017-01-12
3
-0
/
+5
*
st/nine: Flush pending commands if needed for surface9 changes
Axel Davy
2017-01-12
2
-13
/
+32
*
st/nine: Rework CreatePipeSurface
Axel Davy
2017-01-12
2
-22
/
+30
*
st/nine: Remove duplicated checks
Axel Davy
2017-01-12
2
-10
/
+7
[next]