st/dri: allow both render and sampler compatible dma-buf formats
[mesa.git] / src / gallium / state_trackers / nine /
2018-11-21 Axel Davyst/nine: Allow 'triple buffering' with thread_submit
2018-11-09 Andre Heiderst/nine: clean up thead shutdown sequence a bit
2018-11-09 Andre Heiderst/nine: plug thread related leaks
2018-11-09 Andre Heiderst/nine: fix stack corruption due to ABI mismatch
2018-10-30 Marek Olšákgallium: rework PIPE_HANDLE_USAGE_* flags
2018-10-26 Axel Davyst/nine: Handle window resize when a presentation buffe...
2018-10-26 Axel Davyst/nine: Reduce MaxSimultaneousTextures to 8
2018-10-26 Axel Davyst/nine: Enable shadow mapping for ps 1.X
2018-10-26 Axel Davyst/nine: Do not set unused states for stateblocks
2018-10-26 Axel Davyst/nine: Fix aliasing states for stateblocks
2018-10-26 Axel Davyst/nine: Never update device changed.* fields
2018-10-26 Axel Davyst/nine: Capture also default matrices for D3DSBT_ALL
2018-10-26 Axel Davyst/nine: Mark transform matrices dirty for D3DSBT_ALL
2018-10-26 Axel Davyst/nine: Don't update unused world matrices
2018-10-26 Axel Davyst/nine: Remove two unused states.
2018-10-26 Axel Davyst/nine: Remove commented nine_context_apply_stateblock
2018-09-25 Axel Davyst/nine: Do not mark both ff vs and ps updated
2018-09-25 Axel Davyst/nine: Split NINE_STATE_FF_OTHER
2018-09-25 Axel Davyst/nine: Add dummy ff shader state
2018-09-25 Axel Davyst/nine: Mark pointsize states as ff states
2018-09-25 Axel Davyst/nine: Minor refactor of a few NINE_STATE_* flags
2018-09-25 Axel Davyst/nine: Increase maximum number of temp registers
2018-09-25 Axel Davyst/nine: Lock the entire buffer in some cases.
2018-09-25 Axel Davyst/nine: Don't call SetCursor until a cursor is set
2018-09-25 Axel Davyst/nine: Avoid redundant SetCursorPos calls
2018-09-25 Axel Davyst/nine: Init cursor position at device creation
2018-09-25 Axel Davyst/nine: Initialize manually cursor structure
2018-09-25 Axel Davyst/nine: Check if format is DS before retrieving flags
2018-09-25 Axel Davyst/nine: Remove clamping when mul_zero_wins
2018-09-25 Axel Davyst/nine: Implement predicated instructions
2018-09-25 Axel Davyst/nine: Fix aliased read in ff
2018-09-25 Axel Davyst/nine: Fix ff assignment with aliasing
2018-09-25 Axel Davyst/nine: Clarify some ff assignments
2018-09-25 Axel Davyst/nine: Print transform matrices in debug
2018-09-25 Axel Davyst/nine: Add ff key hash to help debug
2018-09-25 Axel Davyst/nine: Avoid RefToBind calls in ff
2018-09-25 Axel Davyst/nine: Add new helper for object creation with bind
2018-09-25 Axel Davyst/nine: Add parameter to start with bind
2018-09-25 Axel Davyst/nine: Use perspective correction for ps depth fog
2018-09-25 Axel Davyst/nine: Clamp RCP when 0*inf!=0
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add pipe_resource::nr_storage_samples, and...
2018-07-17 Konstantin Kharlamovst/nine: constify some variables
2018-05-29 Dave Airliegallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
2018-04-08 Axel Davyst/nine: Do not use scratch for face register
2018-04-06 Axel Davyst/nine: Declare lighting consts for ff shaders
2018-03-18 Axel Davyst/nine: Fix non inversible matrix check
2018-03-18 Axel Davyst/nine: Fixes warning about implicit conversion
2018-03-18 Axel Davyst/nine: Fix bad tracking of vs textures for NINESBT_ALL
2018-03-18 Axel Davyst/nine: Fix bad tracking of bound vs textures
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-17 Marek Olšáknine: assume that user constant buffers are always...
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TWO_SIDED_STENCIL
2017-12-07 Eric Engestrommeson: add dep_thread to every lib that includes threads.h
2017-12-04 Dylan Bakermeson: build gallium nine state_tracker
2017-11-25 Marek Olšákgallium/hud: update the HUD interface for multiple...
2017-11-25 Marek Olšákgallium/hud: use cso_get_pipe_context
2017-11-25 Marek Olšákgallium/hud: split hud_draw into 3 separate functions
2017-09-04 Nicolai Hähnlenine: always generate two-dimensional constant file...
2017-08-22 Marek Olšákgallium: remove TGSI opcode SCS
2017-08-22 Marek Olšákgallium: remove TGSI opcode BREAKC
2017-08-22 Marek Olšákgallium: remove TGSI opcode XPD
2017-07-22 Karol Herbsttgsi: populate precise
2017-06-26 Marek Olšákutil: move pipe_thread_is_self from gallium to src...
2017-05-23 Axel Davyst/nine: Fix a regression and syntax cleanup
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: separate indirect stuff from pipe_draw_info...
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-04-13 Axel Davyst/nine: Fix support for ps 1.4 dw and dz modifiers
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
2017-03-26 Axel Davyst/nine: Use atomics for available_texture_mem
2017-03-26 Axel Davyst/nine: Resolve deadlock in surface/volume dtors when...
2017-03-26 Axel Davyst/nine: Fix user vertex data uploader with csmt
2017-03-12 Timothy Arcerigallium/util: replace pipe_thread_setname() with u_thre...
2017-03-12 Timothy Arcerigallium/util: replace pipe_thread_create() with u_threa...
2017-03-08 Timothy Arcerist/nine: pass NULL to ureg_get_tokens()
2017-03-06 Timothy Arcerigallium/util: replace pipe_thread_wait() with thrd_join()
2017-03-06 Timothy Arcerigallium/util: remove PIPE_THREAD_ROUTINE()
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar with cnd_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_thread with thrd_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_destroy() with mtx_des...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_init() with mtx_init()
2017-03-06 Timothy Arcerigallium/util: remove pipe_static_mutex()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_signal() with cnd_si...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_wait() with cnd_wait()
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_init() with cnd_init()
2017-02-25 Mike Lothianst/nine: Drop USER_INDEX_BUFFERS check
2017-02-25 Constantine Charlamovst/nine: make use of common uploaders v4
2017-02-14 Marek Olšákgallium: let state trackers tell u_vbuf whether user...
2017-02-10 Emil Velikovst/nine: update configure options in the README
2017-01-24 Ilia Mirkinst/nine: set the MUL_ZERO_WINS flag when supported
2017-01-12 Axel Davyst/nine: Protect dtors with mutex
2017-01-12 Axel Davyst/nine: Flush the queue at device dtor
2017-01-12 Axel Davyst/nine: Process pending commands on Reset
2017-01-12 Axel Davyst/nine: Flush pending commands if needed for surface9...
2017-01-12 Axel Davyst/nine: Rework CreatePipeSurface
next