Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / gallium / drivers / nouveau / nvc0 /
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-29 Samuel Pitoisetnvc0: change prefix of MP performance counters to HW_SM
2015-08-29 Samuel Pitoisetnvc0: sort performance counter queries by name
2015-08-29 Samuel Pitoisetnvc0: make names of performance counter queries consistent
2015-08-29 Samuel Pitoisetnvc0: use enumerations for driver queries
2015-08-29 Samuel Pitoisetnvc0: remove commented out code related to PCOUNTER...
2015-08-26 Ilia Mirkinnouveau: avoid build failures since 0fc21ecf
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-23 Ilia Mirkinnv50,nvc0: disable depth bounds test on blit
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-17 Ilia Mirkinnvc0: implement the color buffer 0 is integer rule...
2015-08-17 Ilia Mirkinnvc0: program smooth line width when multisampling...
2015-08-17 Ilia Mirkinnvc0: bind a fake tess control program when there isn...
2015-08-17 Ilia Mirkinnv50,nvc0: take level into account when doing eng2d...
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-25 Ilia Mirkinnvc0: fix geometry program revalidation of clipping...
2015-07-24 Ilia Mirkinnvc0/ir: per-patch vars are in a separate address space
2015-07-23 Ilia Mirkinnvc0/ir: cleanup private enums that have graduated...
2015-07-23 Ilia Mirkinnvc0/ir: mark varyings as per-patch based on semantic...
2015-07-23 Ilia Mirkinnvc0: TESSCOORD comes in as a sysval, not an input
2015-07-23 Ilia Mirkinnvc0: add handling for set_tess_state callback
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-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-21 Samuel Pitoisetnvc0: force cache flush when binding a new ubo
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
2015-07-20 Samuel Pitoisetnvc0: add a missing parameter to nvc0_set_shader_images()
2015-07-16 Marek Olšákgallium: add interface for writable shader images
2015-07-16 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
2015-07-11 Ilia Mirkinnv50, nvc0: enable at least one color RT if alphatest...
2015-07-08 Samuel Pitoisetnvc0: fix wrong use of BLIT_SRC_Y_INT for 2D texture...
2015-07-08 Ilia Mirkinnvc0: turn sample counts off during blit
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-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Ilia Mirkinnv50,nvc0: make sure to pushbuf_refn before putting...
2015-06-23 Ilia Mirkinnvc0: always put all tfb bufs into bufctx
2015-06-22 Alexandre Courbotnvc0: use NV_VRAM_DOMAIN() macro
2015-06-15 Ilia Mirkinnv50,nvc0: clamp uniform size to 64k
2015-06-05 Marek Olšáktgsi/ureg: don't emit in/out arrays if drivers don...
2015-05-23 Ilia Mirkinnvc0: a geometry shader can have up to 1024 vertices...
2015-05-14 Samuel Pitoisetnvc0: remove unused nv50_tsc_wrap_mode() function
2015-05-14 Samuel Pitoisetnvc0: do not expose MP counters for nvf0 (GK110+)
2015-05-12 Ilia Mirkinnvc0: switch mechanism for shader eviction to be a...
2015-05-12 Marek Olšákgallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
2015-05-09 Ilia Mirkinnvc0: reset the instanced elements state when doing...
2015-05-09 Ilia Mirkinnvc0: keep track of PGRAPH state in nvc0_screen
2015-05-05 Samuel Pitoisetnvc0: all queries use an unsigned 64-bits integer by...
2015-05-05 Samuel Pitoisetnvc0: make begin_query return false when all MP counter...
2015-05-05 Samuel Pitoisetnvc0: define driver-specific query groups
2015-05-05 Samuel Pitoisetgallium: make pipe_context::begin_query return a boolean
2015-05-05 Samuel Pitoisetgallium: replace pipe_driver_query_info::max_value...
2015-05-05 Samuel Pitoisetgallium: add new fields to pipe_driver_query_info
2015-04-28 Ilia Mirkinnvc0: expose GLSL version 410
2015-04-07 Ilia Mirkinnv50,nvc0: limit the y-tiling of 3d textures to the...
2015-03-16 Marek Olšákgallium: add FMA and DFMA opcodes (v3)
2015-03-10 Samuel Pitoisetnvc0: fix wrong max value for driver queries
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-14 Ilia Mirkinnvc0: allow holes in xfb target lists
2015-02-14 Ilia Mirkinnvc0: bail out of 2d blits with non-A8_UNORM alpha...
2015-02-10 Tiziano Bacocconv50,nvc0: Mark PIPE_QUERY_TIMESTAMP_DISJOINT as ready...
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
2015-01-05 Ilia Mirkinnv50: regenerate rnndb headers
2015-01-05 Ilia Mirkinnv50,nvc0: avoid doing work inside of an assert
2014-12-31 Ilia Mirkinnv50,nvc0: set vertex id base to index_bias
2014-12-31 Tiziano Bacocconv50,nvc0: implement half_pixel_center
2014-12-16 Ilia Mirkinnvc0: add missed PIPE_CAP_VERTEXID_NOBASE
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-11-23 Ilia Mirkinnv50,nvc0: buffer resources can be bound as other thing...
2014-11-23 Ilia Mirkinnv50,nvc0: actually check constbufs for invalidation
2014-11-15 Ilia Mirkinnv50,nvc0: use clip_halfz setting when creating rasteri...
2014-11-12 Ilia Mirkinnvc0: remove unused mm_VRAM_fe0
2014-10-24 Mathias Fröhlichgallium: introduce PIPE_CAP_CLIP_HALFZ.
2014-10-21 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it...
2014-09-26 Ilia Mirkinnv50,nvc0: add missing depth/stencil formats to tile...
2014-09-12 Ilia Mirkinnv50,nvc0: enable ARB_texture_view
2014-09-12 Ilia Mirkingallium: add a texture target to sampler view and a...
2014-09-12 Maarten Lankhorstnouveau: rework reference frame handling
2014-09-12 Maarten Lankhorstnouveau: re-allocate bo's on overflow
2014-09-09 Ilia Mirkinnvc0: size is a uint16_t, remove unnecessary assertion
2014-09-09 Ilia Mirkinnvc0: avoid null deref of screen when collecting stats
2014-09-09 Ilia Mirkinnvc0: use 64-bit math when scaling the query results
2014-09-06 Ilia Mirkinnvc0: remove nvc0_push, replaced with nvc0_vbo_translate
2014-09-06 Ilia Mirkinnv50,nvc0: get rid of draw module support
2014-09-01 Ilia Mirkinnvc0: don't make 1d staging textures linear
2014-08-28 Timothy Arcerigallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
next