nvc0: Add shader disk caching
[mesa.git] / src / gallium / drivers / nouveau / nvc0 / nvc0_program.c
2020-08-25 Mark Menzynskinvc0: Add shader disk caching
2020-08-25 Karol Herbstnv50/ir: add nv50_ir_prog_info_out
2020-08-25 Karol Herbstnv50/ir: remove symbol table support for compute shaders
2020-06-10 Ben Skeggsnvc0: initial support for tu1xx
2020-06-10 Ben Skeggsnvc0: initial support for gv100
2020-06-10 Ben Skeggsnvc0: move setting of entrypoint for a shader stage...
2020-04-16 Ilia Mirkinnvc0: enable GL_NV_viewport_array2
2020-01-12 Ilia Mirkinnvc0: treat all draws without color0 broadcast as MRT
2019-08-08 Ilia Mirkinnvc0: fix program dumping, use _debug_printf
2019-07-27 Ilia Mirkinnouveau: flip DEBUG -> !NDEBUG
2019-07-09 Karol Herbstnvc0: remove nvc0_program.tp.input_patch_size
2019-06-18 Dave Airlienouveau: fix frees in unsupported IR error paths.
2019-03-17 Karol Herbstnouveau: add support for nir
2019-03-17 Karol Herbstnvc0: print the shader type when dumping headers
2019-01-28 Ilia Mirkinnvc0: don't put text segment into bufctx
2018-06-15 Rhys Perrynvc0: add support for programmable sample locations
2018-02-27 Ilia Mirkinnvc0: collapse output slots to have adjacent registers
2018-01-07 Ilia Mirkinnvc0: add bindless image support for kepler
2017-11-26 Tobias Klausmannnouveau/compiler: Allow to omit line numbers when print...
2017-11-04 Pierre Moreaunv50,nvc0: Display shared memory usage in pipe_debug_me...
2017-11-04 Pierre Moreaunv50,nvc0: Copy shared memory per block to the program...
2017-06-03 Lyudenvc0: Add support for ARB_post_depth_coverage
2017-05-07 Pierre Moreaunv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*
2017-01-17 Ilia Mirkinnvc0: enable FBFETCH with a special slot for color...
2016-10-20 Ilia Mirkinnv50,nvc0: avoid reading out of bounds when getting...
2016-10-06 Samuel Pitoisetnvc0: dump program binary only when NV50_PROG_DEBUG...
2016-10-05 Samuel Pitoisetnvc0: dump program binary when chipset has been forced
2016-09-26 Samuel Pitoisetnvc0: allow to force compiling programs in debug build
2016-09-01 Samuel Pitoisetnvc0: allow to resize the code segment dynamically
2016-09-01 Samuel Pitoisetnvc0: re-upload currently bound shaders after code...
2016-09-01 Samuel Pitoisetnvc0: refactor the program upload process
2016-08-31 Samuel Pitoisetnvc0: remove an attempt at uploading all IMMD into...
2016-07-27 Samuel Pitoisetnvc0: fix up TCP header on GM107+
2016-07-16 Ilia Mirkinnv50: fix alphatest for non-blendable formats
2016-07-02 Hans de Goedenouveau: Add support for SV_WORK_DIM
2016-07-02 Hans de Goedenvc0: Make NVC0_CB_AUX_GRID_INFO take an index argument
2016-07-02 Ilia Mirkinnvc0: fix up image support for allowing multiple samples
2016-05-29 Ilia Mirkinnv50,nvc0: fix the max_vertices=0 case
2016-05-26 Ilia Mirkinnvc0: add note about where the viewport mask would go
2016-05-22 Ilia Mirkinnvc0: fix setting of tess_mode in various situations
2016-05-21 Samuel Pitoisetnvc0: bind images on fragment and compute shaders for...
2016-05-15 Tobias Klausmannnv50,nvc0: add support for cull distances
2016-05-12 Ilia Mirkinnvc0: fix gl_SampleMaskIn computation
2016-05-12 Ilia Mirkinnv50/ir: generalize interp fixups to be able to fixup...
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-21 Marek Olšákgallium: use PIPE_SHADER_* everywhere, remove TGSI_PROC...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-09 Ilia Mirkinnvc0: handle the case where there are no framebuffer...
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-01 Samuel Pitoisetnvc0: store ubo info to the driver constbuf 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-03-28 Samuel Pitoisetnvc0: use a different offset for buffers and surfaces
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-19 Samuel Pitoisetnvc0: avoid using magic numbers for the uniform_bo...
2016-03-19 Samuel Pitoisetnv50,nvc0: replace resInfoCBSlot by auxCBSlot
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
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-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-01-30 Ilia Mirkinnv50/ir: add support for BUFFER accesses
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
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...
2015-12-31 Kenneth Graunkenvc0: Set winding order regardless of domain.
2015-12-30 Ilia Mirkinnvc0: add ARB_shader_draw_parameters support
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Edward O'Callaghangallium/drivers/nouveau: Make use of ARRAY_SIZE macro
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-05 Ilia Mirkinnv50,nvc0: provide debug messages with shader compilati...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-29 Ilia Mirkinnv50/ir: adapt to new method for passing in cull/clip...
2015-10-29 Ilia Mirkinnvc0: do upload-time fixups for interpolation parameters
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-08 Ilia Mirkinnvc0: always emit a full shader colormask
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-17 Ilia Mirkinnvc0: bind a fake tess control program when there isn...
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: preliminary tess support
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-20 Samuel Pitoisetnouveau: use bool instead of boolean
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-22 Alexandre Courbotnvc0: use NV_VRAM_DOMAIN() macro
2015-05-23 Ilia Mirkinnvc0: a geometry shader can have up to 1024 vertices...
2015-05-12 Ilia Mirkinnvc0: switch mechanism for shader eviction to be a...
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-07-24 Ilia Mirkinnvc0: mark shader header if fp64 is used
2014-07-24 Ilia Mirkinnvc0: make sure that the local memory allocation is...
2014-07-01 Ilia Mirkinnvc0: expose 4 vertex streams, use stream ids in xfb
2014-06-23 Ilia Mirkinnvc0: allow VIEWPORT_INDEX and LAYER to be used as...
2014-06-17 Tobias Klausmannnvc0: implement multiple viewports/scissors, enable...
2014-05-26 Ilia Mirkinnvc0: revert mistaken logic to collapse color outputs...
2014-05-23 Christoph Bumillernvc0: use PRIxPTR for sizeof()
2014-04-26 Ilia Mirkinnvc0/ir: add support for INVOCATIONID system value
next