i965: use pack/unpackDouble lowering
[mesa.git] / src / gallium / drivers / nouveau / nvc0 /
2016-05-06 Samuel Pitoisetnvc0: unreference images when the context is destroyed
2016-05-03 Samuel Pitoisetnvc0: compute a percentage for metric-achieved_occupancy
2016-05-03 Samuel Pitoisetnvc0: display some performance metrics with a percentage
2016-05-03 Samuel Pitoisetnvc0: store the driver query type for performance metrics
2016-05-03 Samuel Pitoisetnvc0: fix exposing of metric-issue_slots for SM21/SM30
2016-05-02 Samuel Pitoisetnv50,nvc0: re-bind old compute state after reading...
2016-04-28 Samuel Pitoisetnvc0: stick compute kernel arguments into uniform_bo
2016-04-26 Samuel Pitoisetnvc0: expose GLSL version 420 on GK110
2016-04-26 Samuel Pitoisetnvc0: enable ARB_shader_image_load_store on GK110
2016-04-26 Samuel Pitoisetnvc0: expose GLSL version 420 on GK104
2016-04-26 Ilia Mirkinnvc0: enable ARB_shader_image_load_store on GK104
2016-04-26 Samuel Pitoisetnvc0: inform users that 3D images are not fully supported
2016-04-26 Samuel Pitoisetnvc0: reduce GL_MAX_3D_TEXTURE_SIZE to 2048 on Kepler+
2016-04-26 Samuel Pitoisetnvc0/ir: check that the image format doesn't mismatch
2016-04-26 Samuel Pitoisetnvc0: add missing glMemoryBarrier bits
2016-04-26 Samuel Pitoisetnvc0: enable RGB10_A2UI format on GK104
2016-04-26 Samuel Pitoisetnvc0: shift address with blocksize for image buffers
2016-04-26 Samuel Pitoisetnvc0: fix address offset when images have multiple...
2016-04-26 Samuel Pitoisetnvc0: bind images on 3D shaders for Kepler
2016-04-26 Samuel Pitoisetnvc0: bind images on compute shaders for Kepler
2016-04-26 Samuel Pitoisetnvc0: reserve an area for surfaces info in the driver...
2016-04-26 Samuel Pitoisetnvc0: add preliminary support for images
2016-04-25 Samuel Pitoisetnvc0: bump the amount of shared memory per MP on Maxwell
2016-04-22 Ilia Mirkinnvc0: fix retrieving query results into buffer for...
2016-04-22 Nicolai Hähnlegallium: add bool return to pipe_context::end_query
2016-04-21 Marek Olšákgallium: use PIPE_SHADER_* everywhere, remove TGSI_PROC...
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-04-20 Samuel Pitoisetnvc0: avoid tex read fault from compute shaders on...
2016-04-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Samuel Pitoisetnvc0: do not break the universe on GK110+
2016-04-14 Samuel Pitoisetnvc0: allow to use compute support on GM200
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Bas Nieuwenhuizengallium: Add capability for ARB_robust_buffer_access_be...
2016-04-12 Marek Olšákgallium: add pipe_context::set_active_query_state for...
2016-04-09 Ilia Mirkinnvc0: handle the case where there are no framebuffer...
2016-04-09 Ilia Mirkinnv50,nvc0: support sending string markers down into...
2016-04-09 Ilia Mirkinnv50,nvc0: add invalidate_resource support for buffer...
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-07 Edward O'Callaghangallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-04 Ilia Mirkinnvc0: add hardware ETC2 and ASTC support on GK20A and...
2016-04-01 Bas Nieuwenhuizengallium: distinguish between shader IR in get_compute_param
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-01 Samuel Pitoisetnvc0: enable compute shaders on GK104 and GM107+
2016-04-01 Samuel Pitoisetnvc0: bump the maximum number of UBOs for compute on...
2016-04-01 Samuel Pitoisetnvc0: add indirect compute support on Kepler
2016-04-01 Samuel Pitoisetnvc0: reduce likelihood of collision for real buffers...
2016-04-01 Samuel Pitoisetnvc0: store ubo info to the driver constbuf on Kepler
2016-04-01 Samuel Pitoisetnvc0: bind user uniforms for compute on Kepler
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...
next