nv50,nvc0: add invalidate_resource support for buffer resources
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_screen.c
2016-04-09 Ilia Mirkinnv50,nvc0: add invalidate_resource support for buffer...
2016-04-07 Edward O'Callaghangallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
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 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 Ilia Mirkinnv50,nvc0: add PIPE_BIND_LINEAR support to is_format_su...
2016-03-19 Samuel Pitoisetnvc0: avoid using magic numbers for the uniform_bo...
2016-03-13 Ilia Mirkinnv50,nvc0: handle SQRT lowering inside the driver
2016-03-11 Ilia Mirkinnvc0: add support for TGSI FMA ops
2016-03-09 Marek Olšákgallium: add CAPs returning PCI device location
2016-02-27 Ilia Mirkinnv50,nvc0: bump minimum texture buffer offset alignment
2016-02-22 Samuel Pitoisetnvc0: prefix compute macros with _CP_ instead of _COMPUTE_
2016-02-21 Samuel Pitoisetnvc0: enable compute shaders on Fermi
2016-02-21 Samuel Pitoisetnvc0: add support for indirect compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: allocate an area for compute user constbufs
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 Ben Skeggsnvc0: initial support for GM20x GPUs
2016-02-16 Ben Skeggsnvc0: implement support for maxwell texture headers
2016-02-16 Ben Skeggsnv50-: separate vertex formats from surface format...
2016-02-16 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
2016-02-13 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
2016-02-05 Marek Olšákgallium: add interface for querying memory usage and...
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 Mirkinnvc0: enable atomic counters and ssbo
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-21 Rob Clarkgallium: add GREMEDY_string_marker
2016-01-17 Ilia Mirkingm107/ir: don't do indirect frag shader inputs on GM107
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-08 Ilia Mirkinnv50,nvc0: use a face sysval to avoid the useless back...
2016-01-08 Ilia Mirkingallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
2016-01-08 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
2016-01-08 Marek Olšákgallium: add caps for POSITION and FACE system values
2016-01-07 Ilia Mirkinnvc0: add ARB_indirect_parameters support
2016-01-07 Ilia Mirkinnvc0: add support for real ARB_multi_draw_indirect
2016-01-07 Ilia Mirkingallium: add caps to expose support for multi indirect...
2016-01-03 Ilia Mirkinnvc0/ir: add support for PK2H/UP2H
2016-01-03 Ilia Mirkingallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate...
2015-12-30 Ilia Mirkinnvc0: add ARB_shader_draw_parameters support
2015-12-30 Ilia Mirkingallium: add PIPE_CAP_DRAW_PARAMETERS
2015-12-22 Ben Skeggsnvc0: remove use of deprecated sw class identifier
2015-12-22 Ben Skeggsnouveau: fix screen creation failure paths
2015-12-22 Ben Skeggsnouveau: return nouveau_screen from hw-specific creatio...
2015-12-22 Ben Skeggsnouveau: remove use of deprecated nouveau_device::drm_v...
2015-12-16 Samuel Pitoisetnvc0: free memory allocated by the prog which reads...
2015-11-12 Ilia Mirkinnv50,nvc0: add ARB_clear_texture support
2015-11-12 Ilia Mirkingallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture...
2015-11-08 Samuel Pitoisetnvc0: enable compute support on Fermi
2015-11-05 Ilia Mirkinnouveau: send back a debug message when waiting for...
2015-11-05 Ilia Mirkinnouveau: relax fence emit space assert
2015-11-03 Samuel Pitoisetnvc0: add missing compute parameters required by clover
2015-11-03 Samuel Pitoisetnvc0: handle NULL pointer in nvc0_get_compute_param()
2015-10-29 Ilia Mirkinnvc0: share shaders between contexts and build immediately
2015-10-29 Ilia Mirkinnvc0: do upload-time fixups for interpolation parameters
2015-10-29 Ilia Mirkinnvc0: add ARB_copy_image support
2015-10-28 Marek Olšákgallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN...
2015-10-20 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
2015-10-20 Marek Olšákgallium: add PIPE_CAP_SHAREABLE_SHADERS
2015-10-16 Samuel Pitoisetnvc0: enable compute support by default on Fermi
2015-10-16 Samuel Pitoisetnvc0: store the number of GPCs to nvc0_screen
2015-10-07 Ilia Mirkinnouveau: make sure there's always room to emit a fence
2015-10-03 Marek Olšákgallium: add per-sample interpolation control into...
2015-09-16 Ilia Mirkinnv50, nvc0: fix max texture buffer size to 128M elements
2015-09-13 Ilia Mirkinnv50/ir: add support for TXQS tgsi opcode
2015-09-13 Ilia Mirkingallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS...
2015-08-14 Ilia Mirkinnvc0: disable tessellation on maxwell
2015-08-14 Ilia Mirkinnvc0: add depth bounds test support
2015-08-14 Marek Olšákgallium: add an interface for EXT_depth_bounds_test
2015-08-14 Marek Olšákgallium: add support for GLES texture float extensions...
2015-07-23 Ilia Mirkinnvc0: add support for setting patch vertices at draw...
2015-07-23 Ilia Mirkinnvc0: support MAX_SHADER_PATCH_VARYINGS
2015-07-23 Ilia Mirkinnvc0: preliminary tess support
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-07-16 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
2015-07-02 Alexandre Courbotnvc0: tune PREFER_BLIT_BASED_TEXTURE_TRANSFER capability
2015-07-01 Alexandre Courbotnvc0: create screen fence objects with coherent attribute
2015-06-29 Grigori Goronzygallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZE
2015-06-22 Alexandre Courbotnvc0: use NV_VRAM_DOMAIN() macro
2015-06-05 Marek Olšáktgsi/ureg: don't emit in/out arrays if drivers don...
2015-05-12 Marek Olšákgallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
2015-05-05 Samuel Pitoisetnvc0: define driver-specific query groups
2015-04-28 Ilia Mirkinnvc0: expose GLSL version 410
2015-03-16 Marek Olšákgallium: add FMA and DFMA opcodes (v3)
2015-02-21 Ilia Mirkinnvc0: enable double support
2015-02-20 Ilia Mirkingallium: add shader cap for dldexp/dfracexp support
2015-02-20 Ilia Mirkingallium: add a cap to enable double rounding opcodes
2015-02-17 Marek Olšákgallium: add interface and state tracker support for...
2015-02-05 Axel Davygallium: Add MULTISAMPLE_Z_RESOLVE cap
2015-02-03 Ilia Mirkingallium: add a cap to determine whether the driver...
2015-01-05 Ilia Mirkinnvc0: add name to magic number
2015-01-05 Ilia Mirkinnvc0: regenerate rnndb headers
2014-12-31 Tiziano Bacocconv50,nvc0: implement half_pixel_center
2014-12-16 Ilia Mirkinnvc0: add missed PIPE_CAP_VERTEXID_NOBASE
next