nvc0: fix the driver cb size when draw parameters are used
[mesa.git] / src / gallium / drivers / nouveau / nvc0 /
2016-04-01 Samuel Pitoisetnvc0: bind shader buffers for compute on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind driver cb for compute on c7[] for Kepler
2016-04-01 Ilia Mirkinnv50,nvc0: add PIPE_BIND_LINEAR support to is_format_su...
2016-03-28 Samuel Pitoisetnvc0: use a different offset for buffers and surfaces
2016-03-28 Ilia Mirkinnvc0: make sure to disable fetches from previously...
2016-03-28 Ilia Mirkinnvc0: disable primitive restart and index bias during...
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-21 Samuel Pitoisetnvc0: make sure to delete samplers used by compute...
2016-03-19 Samuel Pitoisetnvc0: avoid using magic numbers for the uniform_bo...
2016-03-19 Samuel Pitoisetnv50,nvc0: replace resInfoCBSlot by auxCBSlot
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-13 Pierre Moreaunv50,nvc0: Set only NEW_CP_GLOBALS upon binding
2016-03-13 Ilia Mirkinnv50,nvc0: handle SQRT lowering inside the driver
2016-03-13 Ilia Mirkinnvc0: fix blit triangle size to fully cover FB's >...
2016-03-11 Ilia Mirkinnvc0: add support for TGSI FMA ops
2016-03-10 Samuel Pitoisetnvc0: expose SM35 perf counters to AMD_performance_monitor
2016-03-10 Samuel Pitoisetnvc0: add driver metrics for SM35 (GK110)
2016-03-10 Samuel Pitoisetnvc0: add MP performance counters for SM35 (GK110)
2016-03-10 Samuel Pitoisetnvc0: explode config of Kepler hardware SM events
2016-03-10 Samuel Pitoisetnvc0: rework the driver metrics infrastructure
2016-03-10 Samuel Pitoisetnvc0: rework the MP counters infrastructure
2016-03-09 Marek Olšákgallium: add CAPs returning PCI device location
2016-03-09 Marek Olšákgallium: add external usage flags to resource_from...
2016-03-08 Samuel Pitoisetnvc0: add a new validation path for compute
2016-03-08 Samuel Pitoisetnvc0: rework the validation path for 3D
2016-03-08 Samuel Pitoisetnv50,nvc0: make sure to destroy the mutex used for...
2016-03-06 Ilia Mirkinnvc0: reset TFB bufctx when we no longer hold a referen...
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-02-27 Ilia Mirkinnv50,nvc0: bump minimum texture buffer offset alignment
2016-02-26 Samuel Pitoisetnvc0: rework nvc0_compute_validate_program()
2016-02-26 Samuel Pitoisetnvc0: make sure to validate compute global buffers...
2016-02-26 Samuel Pitoisetnvc0: move nvc0_validate_global_residents() to nvc0_com...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-22 Samuel Pitoisetnvc0: rename 3d binding points to NVC0_BIND_3D_XXX
2016-02-22 Samuel Pitoisetnvc0: rename 3d dirty flags to NVC0_NEW_3D_XXX
2016-02-22 Samuel Pitoisetnvc0: prefix compute macros with _CP_ instead of _COMPUTE_
2016-02-22 Samuel Pitoisetnvc0: rename NVXX_COMPUTE to NVXX_CP
2016-02-22 Samuel Pitoisetnvc0: rename nvc0_context::dirty to nvc0_context::dirty_3d
2016-02-21 Samuel Pitoisetnvc0: enable compute shaders on Fermi
2016-02-21 Samuel Pitoisetnvc0: reduce likelihood of collision for real buffers...
2016-02-21 Samuel Pitoisetnvc0: invalidate compute state when switching pipe...
2016-02-21 Samuel Pitoisetnvc0: add support for indirect compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind textures/samplers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind shader buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind driver constbuf for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: add a new validation state for 3D driver constbuf
2016-02-21 Samuel Pitoisetnvc0: bind constant buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: allocate an area for compute user constbufs
2016-02-17 Samuel Pitoisetnvc0: invalidate all buffers when switching pipe contexts
2016-02-16 Ilia Mirkinnv50,nvc0: enable/disable seamless cubemap texturing...
2016-02-16 Samuel Pitoisetnvc0: enable compute support on GK110:GM200 with an...
2016-02-16 Samuel Pitoisetnvc0: add compute support for GM107
2016-02-16 Samuel Pitoisetnvc0: fix compute state initialization on GK110+
2016-02-16 Ben Skeggsnvc0: initial support for GM20x GPUs
2016-02-16 Ben Skeggsnvc0: implement support for maxwell texture headers
2016-02-16 Ben Skeggsnvc0: import maxwell texture header definitions from...
2016-02-16 Ben Skeggsnv50-: split tic format specification
2016-02-16 Ben Skeggsnvc0: switch nvc0_tex.c to updated g80_texture.xml.h
2016-02-16 Ben Skeggsnvc0: switch nvc0_surface.c to updated g80_texture...
2016-02-16 Ben Skeggsnv50-: separate vertex formats from surface format...
2016-02-16 Ben Skeggsnvc0: remove unnecessary includes
2016-02-16 Ben Skeggsnvc0: switch nvc0_tex.c to updated g80_defs.xml.h
2016-02-16 Ben Skeggsnvc0: switch nvc0_surface.c to updated g80_defs.xml.h
2016-02-16 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
2016-02-16 Ilia Mirkingallium: make image views non-persistent objects
2016-02-14 Edward O'Callaghannv50,nvc0: Remove duplicate logic from nvc0_set_framebu...
2016-02-13 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
2016-02-13 Samuel Pitoisetgallium: add a new interface for pipe_context::launch_g...
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Samuel Pitoisetnv50,nvc0: remove unused parameter in nvXX_state_validate()
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Marek Olšákgallium: add interface for querying memory usage and...
2016-02-05 Ilia Mirkinnvc0: avoid negatives in PUSH_SPACE argument
2016-02-05 Ilia Mirkinnvc0: add some missing PUSH_SPACE's
2016-02-05 Ilia Mirkinnvc0: add support for ARB_query_buffer_object
2016-02-05 Ilia Mirkingallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
2016-02-03 Nicolai Hähnlegallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
2016-01-30 Ilia Mirkinnv50,nvc0: fix buffer clearing to respect engine alignm...
2016-01-30 Jason EkstrandMerge branch 'vulkan' into 'vulkan'
2016-01-30 Ilia Mirkinnvc0: avoid crashing when there are holes in vertex...
2016-01-30 Ilia Mirkinnvc0: enable atomic counters and ssbo
2016-01-30 Ilia Mirkinnv50/ir: add support for BUFFER accesses
2016-01-30 Ilia Mirkinnvc0: handle shader buffer memory barrier
2016-01-30 Ilia Mirkinnvc0: add state management for shader buffers
2016-01-30 Ilia Mirkinnvc0: double per-shader stage driver constants area
2016-01-25 Jason EkstrandMerge remote-tracking branch 'mattst88/nir-lower-pack...
2016-01-21 Rob Clarkgallium: add GREMEDY_string_marker
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-17 Ilia Mirkingm107/ir: don't do indirect frag shader inputs on GM107
2016-01-17 Ilia Mirkinnvc0: bsp_bo can't be null
2016-01-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-01-14 Ilia Mirkinnvc0: allow fragment shader inputs to use indirect...
2016-01-14 Charmaine Leegallium/st: add pipe_context::generate_mipmap()
2016-01-14 Nicolai Hähnlegallium: add PIPE_CAP_INVALIDATE_BUFFER
2016-01-12 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-11 Samuel Pitoisetnvc0: do not force re-binding of compute constbufs...
2016-01-11 Samuel Pitoisetnvc0: remove useless goto in nvc0_launch_grid()
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-08 Ilia Mirkinnv50,nvc0: use a face sysval to avoid the useless back...
next