aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/nine_state.c
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Never update device changed.* fieldsAxel Davy2018-10-261-4/+3
* st/nine: Capture also default matrices for D3DSBT_ALLAxel Davy2018-10-261-14/+23
* st/nine: Don't update unused world matricesAxel Davy2018-10-261-0/+6
* st/nine: Remove commented nine_context_apply_stateblockAxel Davy2018-10-261-230/+0
* st/nine: Split NINE_STATE_FF_OTHERAxel Davy2018-09-251-15/+15
* st/nine: Add dummy ff shader stateAxel Davy2018-09-251-8/+8
* st/nine: Mark pointsize states as ff statesAxel Davy2018-09-251-3/+3
* st/nine: Minor refactor of a few NINE_STATE_* flagsAxel Davy2018-09-251-9/+7
* st/nine: Fix bad tracking of bound vs texturesAxel Davy2018-03-181-1/+1
* nine: assume that user constant buffers are always supportedMarek Olšák2018-01-171-123/+2
* 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-241-9/+11
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-32/+24
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-101-1/+0
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-19/+22
* 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
* 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-071-1/+1
* 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-071-8/+8
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-8/+8
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-3/+3
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-3/+3
* gallium/util: replace pipe_condvar_signal() with cnd_signal()Timothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri2017-03-071-1/+1
* st/nine: make use of common uploaders v4Constantine Charlamov2017-02-251-24/+24
* st/nine: Process pending commands on ResetAxel Davy2017-01-121-0/+3
* st/nine: Remove duplicated checksAxel Davy2017-01-121-8/+6
* st/nine: Allow non-zero resource offset for vertex buffersAxel Davy2016-12-201-6/+9
* st/nine: Add arguments to context's blit and copy_regionAxel Davy2016-12-201-0/+10
* st/nine: Idem for nine_context_gen_mipmapAxel Davy2016-12-201-0/+4
* st/nine: Bind destination for surface/volume uploadsAxel Davy2016-12-201-0/+4
* st/nine: Implement nine_context_box_uploadAxel Davy2016-12-201-0/+39
* st/nine: Implement nine_context_gen_mipmapAxel Davy2016-12-201-0/+15
* st/nine: Implement nine_context_range_uploadAxel Davy2016-12-201-0/+11
* st/nine: Avoid flushing the queue for queries GetDataAxel Davy2016-12-201-10/+23
* st/nine: Use nine_context_clear_render_targetAxel Davy2016-12-201-0/+17
* st/nine: use get_pipe_acquire/release when possibleAxel Davy2016-12-201-6/+10
* st/nine: Add nine_context_get_pipe_acquire/releaseAxel Davy2016-12-201-0/+67
* st/nine: Use nine_context for resource_copy_regionPatrick Rudolph2016-12-201-0/+17
* st/nine: Use nine_context for blitPatrick Rudolph2016-12-201-0/+8
* st/nine: Implement gallium nine CSMTPatrick Rudolph2016-12-201-167/+393
* st/nine: Add struct nine_clipplanePatrick Rudolph2016-12-201-2/+2
* st/nine: Back swvp in nine_contextAxel Davy2016-12-201-2/+12
* st/nine: Reimplement nine_context_apply_stateblockAxel Davy2016-12-201-0/+206
* st/nine: Decompose nine_context_set_textureAxel Davy2016-12-201-25/+48