util: move pipe_thread_is_self from gallium to src/util
[mesa.git] / src / gallium / state_trackers / nine / nine_state.c
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-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-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: 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 Constantine Charlamovst/nine: make use of common uploaders v4
2017-01-12 Axel Davyst/nine: Process pending commands on Reset
2017-01-12 Axel Davyst/nine: Remove duplicated checks
2016-12-20 Axel Davyst/nine: Allow non-zero resource offset for vertex...
2016-12-20 Axel Davyst/nine: Add arguments to context's blit and copy_region
2016-12-20 Axel Davyst/nine: Idem for nine_context_gen_mipmap
2016-12-20 Axel Davyst/nine: Bind destination for surface/volume uploads
2016-12-20 Axel Davyst/nine: Implement nine_context_box_upload
2016-12-20 Axel Davyst/nine: Implement nine_context_gen_mipmap
2016-12-20 Axel Davyst/nine: Implement nine_context_range_upload
2016-12-20 Axel Davyst/nine: Avoid flushing the queue for queries GetData
2016-12-20 Axel Davyst/nine: Use nine_context_clear_render_target
2016-12-20 Axel Davyst/nine: use get_pipe_acquire/release when possible
2016-12-20 Axel Davyst/nine: Add nine_context_get_pipe_acquire/release
2016-12-20 Patrick Rudolphst/nine: Use nine_context for resource_copy_region
2016-12-20 Patrick Rudolphst/nine: Use nine_context for blit
2016-12-20 Patrick Rudolphst/nine: Implement gallium nine CSMT
2016-12-20 Patrick Rudolphst/nine: Add struct nine_clipplane
2016-12-20 Axel Davyst/nine: Back swvp in nine_context
2016-12-20 Axel Davyst/nine: Reimplement nine_context_apply_stateblock
2016-12-20 Axel Davyst/nine: Decompose nine_context_set_texture
2016-12-20 Axel Davyst/nine: Decompose nine_context_set_indices
2016-12-20 Axel Davyst/nine: Decompose nine_context_set_stream_source
2016-12-20 Axel Davyst/nine: Do not use NineBaseTexture9 in nine_context
2016-12-20 Axel Davyst/nine: Move Managed Pool handling out of nine_context
2016-12-20 Axel Davyst/nine: Integrate nine_pipe_context_clear to nine_cont...
2016-12-20 Axel Davyst/nine: Move pipe and cso to nine_context
2016-12-20 Axel Davyst/nine: Rename pipe to pipe_data in nine_context
2016-12-20 Axel Davyst/nine: Rename cso in nine_context to cso_shader
2016-12-20 Axel Davyst/nine: Move query9 pipe calls to nine_context
2016-12-20 Axel Davyst/nine: Track dirty state groups in nine_context
2016-12-20 Axel Davyst/nine: Back User Clip Planes to nine_context
2016-12-20 Axel Davyst/nine: Back ps to nine_context
2016-12-20 Axel Davyst/nine: Back ds to nine_context
2016-12-20 Axel Davyst/nine: Back all ff states in nine_context
2016-12-20 Axel Davyst/nine: Refactor LightEnable
2016-12-20 Axel Davyst/nine: Refactor SetLight
2016-12-20 Axel Davyst/nine: Put ff data in a separate structure
2016-12-20 Axel Davyst/nine: Back viewport to nine_context
2016-12-20 Axel Davyst/nine: Back scissor to nine_context
2016-12-20 Axel Davyst/nine: Back RT to nine_context
2016-12-20 Axel Davyst/nine: Back current index buffer to nine_context
2016-12-20 Axel Davyst/nine: Back all shader constants to nine_context
2016-12-20 Axel Davyst/nine: Back sampler states to nine_context
2016-12-20 Axel Davyst/nine: Back vs to nine_context
2016-12-20 Axel Davyst/nine: Back vdecl to nine_context
2016-12-20 Axel Davyst/nine: Move stream freq data to nine_context
2016-12-20 Axel Davyst/nine: Move vtxbuf to nine_context
2016-12-20 Axel Davyst/nine: Move stream_usage_mask to nine_context
2016-12-20 Axel Davyst/nine: Back textures into nine_context
2016-12-20 Axel Davyst/nine: Move texture setting to nine_context_*
2016-12-20 Axel Davyst/nine: Track changed.texture only for stateblocks
2016-12-20 Axel Davyst/nine: Move draw calls to nine_state
2016-12-20 Axel Davyst/nine: Move core of device clear to nine_state
2016-12-20 Axel Davyst/nine: Introduce nine_context
2016-12-20 Axel Davyst/nine: Ignore MULTISAMPLEMASK when RT is not multisampled
2016-12-20 Axel Davyst/nine: Fix leak in user constant upload path
2016-12-20 Axel Davyst/nine: Don't update stream_usage_mask in sw path
2016-12-20 Axel Davyst/nine: Add validation to SetSamplerState
2016-10-24 Axel Davyst/nine: Fix leak with integer and boolean constants
2016-10-10 Patrick Rudolphst/nine: Set CLAMP_TO_EDGE on cubetextures
2016-10-10 Patrick Rudolphst/nine: Implement MSAA quality levels
2016-10-10 Patrick Rudolphst/nine: Prepare update_framebuffer for MS quality...
2016-10-10 Axel Davyst/nine: Initial ProcessVertices support
2016-10-10 Axel Davyst/nine: Partial software vertex processing support
2016-10-10 Axel Davyst/nine: Rework vs int and bool constants buffer
2016-10-10 Axel Davyst/nine: Change dirty tracking for vs int and bool...
2016-10-10 Axel Davyst/nine: Drop unused constant upload path
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-06-25 Axel Davyst/nine: Use offset_units_unscaled
2016-05-18 Axel Davyst/nine: Fix usage of rasterizer multisample bit.
2016-05-18 Axel Davyst/nine: Fix Pointsize in programmable shader
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-12 Axel Davyst/nine: Implement Managed vertex/index buffers
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-04 Axel Davyst/nine: Use fast clears more often for MRTs
2016-02-04 Axel Davyst/nine: Add Render state validation layer
2016-02-04 Patrick Rudolphst/nine: Use cso for viewport
2016-02-04 Axel Davyst/nine: Introduce STREAMFREQ state
2016-02-04 Axel Davyst/nine: Unset vtxbuf on reset
next