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
/
nine_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/nine: Never update device changed.* fields
Axel Davy
2018-10-26
1
-4
/
+3
*
st/nine: Capture also default matrices for D3DSBT_ALL
Axel Davy
2018-10-26
1
-14
/
+23
*
st/nine: Don't update unused world matrices
Axel Davy
2018-10-26
1
-0
/
+6
*
st/nine: Remove commented nine_context_apply_stateblock
Axel Davy
2018-10-26
1
-230
/
+0
*
st/nine: Split NINE_STATE_FF_OTHER
Axel Davy
2018-09-25
1
-15
/
+15
*
st/nine: Add dummy ff shader state
Axel Davy
2018-09-25
1
-8
/
+8
*
st/nine: Mark pointsize states as ff states
Axel Davy
2018-09-25
1
-3
/
+3
*
st/nine: Minor refactor of a few NINE_STATE_* flags
Axel Davy
2018-09-25
1
-9
/
+7
*
st/nine: Fix bad tracking of bound vs textures
Axel Davy
2018-03-18
1
-1
/
+1
*
nine: assume that user constant buffers are always supported
Marek Olšák
2018-01-17
1
-123
/
+2
*
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
1
-9
/
+11
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-32
/
+24
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
1
-1
/
+0
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-19
/
+22
*
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
*
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
1
-1
/
+1
*
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
1
-8
/
+8
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-8
/
+8
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-3
/
+3
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-3
/
+3
*
gallium/util: replace pipe_condvar_signal() with cnd_signal()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
st/nine: make use of common uploaders v4
Constantine Charlamov
2017-02-25
1
-24
/
+24
*
st/nine: Process pending commands on Reset
Axel Davy
2017-01-12
1
-0
/
+3
*
st/nine: Remove duplicated checks
Axel Davy
2017-01-12
1
-8
/
+6
*
st/nine: Allow non-zero resource offset for vertex buffers
Axel Davy
2016-12-20
1
-6
/
+9
*
st/nine: Add arguments to context's blit and copy_region
Axel Davy
2016-12-20
1
-0
/
+10
*
st/nine: Idem for nine_context_gen_mipmap
Axel Davy
2016-12-20
1
-0
/
+4
*
st/nine: Bind destination for surface/volume uploads
Axel Davy
2016-12-20
1
-0
/
+4
*
st/nine: Implement nine_context_box_upload
Axel Davy
2016-12-20
1
-0
/
+39
*
st/nine: Implement nine_context_gen_mipmap
Axel Davy
2016-12-20
1
-0
/
+15
*
st/nine: Implement nine_context_range_upload
Axel Davy
2016-12-20
1
-0
/
+11
*
st/nine: Avoid flushing the queue for queries GetData
Axel Davy
2016-12-20
1
-10
/
+23
*
st/nine: Use nine_context_clear_render_target
Axel Davy
2016-12-20
1
-0
/
+17
*
st/nine: use get_pipe_acquire/release when possible
Axel Davy
2016-12-20
1
-6
/
+10
*
st/nine: Add nine_context_get_pipe_acquire/release
Axel Davy
2016-12-20
1
-0
/
+67
*
st/nine: Use nine_context for resource_copy_region
Patrick Rudolph
2016-12-20
1
-0
/
+17
*
st/nine: Use nine_context for blit
Patrick Rudolph
2016-12-20
1
-0
/
+8
*
st/nine: Implement gallium nine CSMT
Patrick Rudolph
2016-12-20
1
-167
/
+393
*
st/nine: Add struct nine_clipplane
Patrick Rudolph
2016-12-20
1
-2
/
+2
*
st/nine: Back swvp in nine_context
Axel Davy
2016-12-20
1
-2
/
+12
*
st/nine: Reimplement nine_context_apply_stateblock
Axel Davy
2016-12-20
1
-0
/
+206
*
st/nine: Decompose nine_context_set_texture
Axel Davy
2016-12-20
1
-25
/
+48
[next]