index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nouveau
/
nvc0
/
nvc0_program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvc0: enable GL_NV_viewport_array2
Ilia Mirkin
2020-04-15
1
-1
/
+3
*
nvc0: treat all draws without color0 broadcast as MRT
Ilia Mirkin
2020-01-12
1
-1
/
+1
*
nvc0: fix program dumping, use _debug_printf
Ilia Mirkin
2019-08-07
1
-6
/
+6
*
nouveau: flip DEBUG -> !NDEBUG
Ilia Mirkin
2019-07-27
1
-4
/
+4
*
nvc0: remove nvc0_program.tp.input_patch_size
Karol Herbst
2019-07-09
1
-4
/
+0
*
nouveau: fix frees in unsupported IR error paths.
Dave Airlie
2019-06-19
1
-0
/
+1
*
nouveau: add support for nir
Karol Herbst
2019-03-17
1
-2
/
+16
*
nvc0: print the shader type when dumping headers
Karol Herbst
2019-03-17
1
-0
/
+1
*
nvc0: don't put text segment into bufctx
Ilia Mirkin
2019-01-27
1
-10
/
+0
*
nvc0: add support for programmable sample locations
Rhys Perry
2018-06-14
1
-0
/
+3
*
nvc0: collapse output slots to have adjacent registers
Ilia Mirkin
2018-02-27
1
-2
/
+12
*
nvc0: add bindless image support for kepler
Ilia Mirkin
2018-01-07
1
-0
/
+1
*
nouveau/compiler: Allow to omit line numbers when printing instructions
Tobias Klausmann
2017-11-26
1
-0
/
+1
*
nv50,nvc0: Display shared memory usage in pipe_debug_message
Pierre Moreau
2017-11-04
1
-3
/
+4
*
nv50,nvc0: Copy shared memory per block to the program info structure and back
Pierre Moreau
2017-11-04
1
-0
/
+2
*
nvc0: Add support for ARB_post_depth_coverage
Lyude
2017-06-02
1
-0
/
+1
*
nv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_*
Pierre Moreau
2017-05-07
1
-1
/
+1
*
nvc0: enable FBFETCH with a special slot for color buffer 0
Ilia Mirkin
2017-01-16
1
-0
/
+6
*
nv50,nvc0: avoid reading out of bounds when getting bogus so info
Ilia Mirkin
2016-10-19
1
-2
/
+5
*
nvc0: dump program binary only when NV50_PROG_DEBUG is set
Samuel Pitoiset
2016-10-07
1
-1
/
+1
*
nvc0: dump program binary when chipset has been forced
Samuel Pitoiset
2016-10-05
1
-0
/
+5
*
nvc0: allow to force compiling programs in debug build
Samuel Pitoiset
2016-09-26
1
-9
/
+10
*
nvc0: allow to resize the code segment dynamically
Samuel Pitoiset
2016-09-01
1
-1
/
+24
*
nvc0: re-upload currently bound shaders after code eviction
Samuel Pitoiset
2016-09-01
1
-0
/
+27
*
nvc0: refactor the program upload process
Samuel Pitoiset
2016-09-01
1
-30
/
+57
*
nvc0: remove an attempt at uploading all IMMD into a CB
Samuel Pitoiset
2016-08-31
1
-17
/
+0
*
nvc0: fix up TCP header on GM107+
Samuel Pitoiset
2016-07-27
1
-0
/
+9
*
nv50: fix alphatest for non-blendable formats
Ilia Mirkin
2016-07-16
1
-1
/
+2
*
nouveau: Add support for SV_WORK_DIM
Hans de Goede
2016-07-02
1
-1
/
+1
*
nvc0: Make NVC0_CB_AUX_GRID_INFO take an index argument
Hans de Goede
2016-07-02
1
-1
/
+1
*
nvc0: fix up image support for allowing multiple samples
Ilia Mirkin
2016-07-01
1
-12
/
+8
*
nv50,nvc0: fix the max_vertices=0 case
Ilia Mirkin
2016-05-29
1
-1
/
+1
*
nvc0: add note about where the viewport mask would go
Ilia Mirkin
2016-05-26
1
-0
/
+1
*
nvc0: fix setting of tess_mode in various situations
Ilia Mirkin
2016-05-22
1
-4
/
+14
*
nvc0: bind images on fragment and compute shaders for Fermi
Samuel Pitoiset
2016-05-21
1
-6
/
+2
*
nv50,nvc0: add support for cull distances
Tobias Klausmann
2016-05-15
1
-2
/
+3
*
nvc0: fix gl_SampleMaskIn computation
Ilia Mirkin
2016-05-11
1
-0
/
+1
*
nv50/ir: generalize interp fixups to be able to fixup anything
Ilia Mirkin
2016-05-11
1
-6
/
+6
*
nvc0: bind images on 3D shaders for Kepler
Samuel Pitoiset
2016-04-26
1
-1
/
+3
*
nvc0: bind images on compute shaders for Kepler
Samuel Pitoiset
2016-04-26
1
-1
/
+3
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-1
/
+1
*
nvc0: handle the case where there are no framebuffer attachments
Ilia Mirkin
2016-04-09
1
-0
/
+7
*
nvc0: store ubo info to the driver constbuf on Kepler
Samuel Pitoiset
2016-04-01
1
-0
/
+1
*
nvc0: bind shader buffers for compute on Kepler
Samuel Pitoiset
2016-04-01
1
-3
/
+1
*
nvc0: bind driver cb for compute on c7[] for Kepler
Samuel Pitoiset
2016-04-01
1
-6
/
+5
*
nvc0: use a different offset for buffers and surfaces
Samuel Pitoiset
2016-03-29
1
-3
/
+5
*
nvc0: avoid using magic numbers for the uniform_bo offsets
Samuel Pitoiset
2016-03-19
1
-6
/
+6
*
nv50,nvc0: replace resInfoCBSlot by auxCBSlot
Samuel Pitoiset
2016-03-19
1
-3
/
+1
*
nvc0: bind shader buffers for compute on Fermi
Samuel Pitoiset
2016-02-21
1
-0
/
+1
*
nvc0: bind driver constbuf for compute on Fermi
Samuel Pitoiset
2016-02-21
1
-0
/
+2
[next]