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: 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
*
nv50/ir: add support for BUFFER accesses
Ilia Mirkin
2016-01-29
1
-0
/
+3
*
nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversion
Ilia Mirkin
2016-01-08
1
-1
/
+0
*
nvc0: Set winding order regardless of domain.
Kenneth Graunke
2015-12-30
1
-2
/
+4
*
nvc0: add ARB_shader_draw_parameters support
Ilia Mirkin
2015-12-30
1
-1
/
+3
*
gallium/drivers/nouveau: Make use of ARRAY_SIZE macro
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
nv50,nvc0: provide debug messages with shader compilation stats
Ilia Mirkin
2015-11-05
1
-1
/
+7
*
nv50/ir: adapt to new method for passing in cull/clip distance masks
Ilia Mirkin
2015-10-29
1
-6
/
+4
*
nvc0: do upload-time fixups for interpolation parameters
Ilia Mirkin
2015-10-29
1
-1
/
+24
*
nvc0: always emit a full shader colormask
Ilia Mirkin
2015-09-08
1
-1
/
+1
*
nvc0: bind a fake tess control program when there isn't one available
Ilia Mirkin
2015-08-17
1
-0
/
+17
*
nvc0/ir: per-patch vars are in a separate address space
Ilia Mirkin
2015-07-24
1
-11
/
+7
*
nvc0/ir: cleanup private enums that have graduated to gallium
Ilia Mirkin
2015-07-23
1
-2
/
+0
*
nvc0/ir: mark varyings as per-patch based on semantic name
Ilia Mirkin
2015-07-23
1
-4
/
+2
*
nvc0: TESSCOORD comes in as a sysval, not an input
Ilia Mirkin
2015-07-23
1
-9
/
+10
*
nvc0: preliminary tess support
Ilia Mirkin
2015-07-23
1
-19
/
+10
[next]