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
*
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
*
st/nine: Don't call u_box_union_* when dirty region is empty
Masanori Kakura
2017-01-12
3
-10
/
+22
*
st/nine: Remove all usage of ureg_SUB in nine_shader
Axel Davy
2017-01-05
1
-8
/
+8
*
st/nine: Remove all usage of ureg_SUB in nine_ff
Axel Davy
2017-01-05
1
-20
/
+20
*
st/nine: Do not map SUB and ABS to their gallium equivalent.
Axel Davy
2017-01-05
1
-2
/
+23
*
st/nine: Upload on secondary context for Draw*Up
Axel Davy
2016-12-20
1
-8
/
+15
*
st/nine: Dirty MANAGED buffers at Lock time
Axel Davy
2016-12-20
1
-2
/
+3
*
st/nine: Implement new buffer upload path
Axel Davy
2016-12-20
10
-24
/
+461
*
st/nine: Allow non-zero resource offset for vertex buffers
Axel Davy
2016-12-20
3
-8
/
+12
*
st/nine: Do not wait for DEFAULT lock for volumes when we can
Axel Davy
2016-12-20
1
-1
/
+8
*
st/nine: Do not wait for DEFAULT lock for surfaces when we can
Axel Davy
2016-12-20
1
-1
/
+11
*
st/nine: Add arguments to context's blit and copy_region
Axel Davy
2016-12-20
3
-6
/
+22
*
st/nine: Idem for nine_context_gen_mipmap
Axel Davy
2016-12-20
3
-1
/
+7
*
st/nine: Bind destination for surface/volume uploads
Axel Davy
2016-12-20
4
-0
/
+9
*
st/nine: Use nine_context_box_upload for volumes
Axel Davy
2016-12-20
2
-36
/
+26
*
st/nine: Fix leak with volume dtor
Axel Davy
2016-12-20
1
-1
/
+1
*
st/nine: Fix leak with cubetexture dtor
Axel Davy
2016-12-20
1
-1
/
+1
*
st/nine: Use nine_context_box_upload for surfaces
Axel Davy
2016-12-20
2
-32
/
+33
*
st/nine: Implement nine_context_box_upload
Axel Davy
2016-12-20
2
-0
/
+50
*
st/nine: Use nine_context_gen_mipmap in BaseTexture9
Axel Davy
2016-12-20
1
-9
/
+3
*
st/nine: Implement nine_context_gen_mipmap
Axel Davy
2016-12-20
2
-0
/
+22
*
st/nine: Optimize managed buffer upload
Axel Davy
2016-12-20
2
-5
/
+10
*
st/nine: Implement nine_context_range_upload
Axel Davy
2016-12-20
2
-0
/
+19
*
st/nine: Do not bind the container if forward is false
Axel Davy
2016-12-20
1
-7
/
+5
[next]