index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nouveau
/
nvc0
Commit message (
Expand
)
Author
Age
Files
Lines
*
gm107/ir: allow indirect inputs to be loaded by frag shader
Ilia Mirkin
2016-09-10
1
-1
/
+0
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
1
-4
/
+2
*
nv50,nvc0: respect render condition enable flag when clearing rt/zs
Ilia Mirkin
2016-09-03
1
-4
/
+8
*
nvc0: reduce the initial code segment size to 512KB
Samuel Pitoiset
2016-09-01
1
-1
/
+1
*
nvc0: allow to resize the code segment dynamically
Samuel Pitoiset
2016-09-01
1
-1
/
+24
*
nvc0: add a new bin for the code segment
Samuel Pitoiset
2016-09-01
2
-4
/
+6
*
nvc0: add nvc0_screen_resize_text_area() helper
Samuel Pitoiset
2016-09-01
3
-10
/
+40
*
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
3
-32
/
+59
*
nvc0: remove an attempt at uploading all IMMD into a CB
Samuel Pitoiset
2016-08-31
3
-40
/
+0
*
nvc0: fix indentation in nvc0_screen_init()
Samuel Pitoiset
2016-08-30
1
-1
/
+1
*
nvc0: check return value of nvc0_screen_resize_tls_area()
Samuel Pitoiset
2016-08-30
2
-11
/
+8
*
nvc0: make use of FAIL_SCREEN_INIT in nvc0_screen_create()
Samuel Pitoiset
2016-08-30
1
-9
/
+7
*
nvc0: undo overzealous enum usage
Ilia Mirkin
2016-08-30
1
-2
/
+2
*
gallium: add cap to export device pointer size
Jan Vesely
2016-08-29
1
-0
/
+2
*
gallium: Use enum pipe_shader_type in set_shader_images()
Kai Wasserbäch
2016-08-29
1
-1
/
+2
*
gallium: Use enum pipe_shader_type in set_shader_buffers()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
1
-3
/
+8
*
nvc0: invalidate textures/samplers on GK104+
Samuel Pitoiset
2016-08-24
2
-12
/
+22
*
gallium: add a cap to expose whether driver supports mixed color/zs bits
Ilia Mirkin
2016-08-23
1
-0
/
+1
*
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
2
-19
/
+9
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-8
/
+10
*
nv50,nvc0: fix depth range when halfz is enabled
Ilia Mirkin
2016-08-14
1
-2
/
+7
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-2
/
+4
*
nvc0: enable ARB_tessellation_shader on GM107+
Samuel Pitoiset
2016-07-27
1
-3
/
+0
*
nvc0: fix up TCP header on GM107+
Samuel Pitoiset
2016-07-27
1
-0
/
+9
*
nvc0: use nvc0_m2mf_push_linear() to reduce code duplication
Samuel Pitoiset
2016-07-26
1
-13
/
+3
*
nvc0: use nve4_p2mf_push_linear() to reduce code duplication
Samuel Pitoiset
2016-07-26
1
-36
/
+9
*
nvc0: upload sample locations on GM20x
Samuel Pitoiset
2016-07-24
3
-5
/
+31
*
nvc0: fix wrong indentation in nvc0_validate_fb()
Samuel Pitoiset
2016-07-23
1
-141
/
+141
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
2
-2
/
+2
*
nvc0/mme: fix offsets used for indirect draws
Samuel Pitoiset
2016-07-22
2
-8
/
+8
*
nvc0: fix offsets of MP perf counters input parameters
Samuel Pitoiset
2016-07-22
1
-15
/
+15
*
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
2016-07-20
1
-0
/
+1
*
nvc0: disable MS images on GM107+
Samuel Pitoiset
2016-07-20
1
-0
/
+7
*
nvc0: bind images for 3d/cp shaders on GM107+
Samuel Pitoiset
2016-07-20
5
-18
/
+207
*
nvc0: increase the tex handles area size in the driver cb
Samuel Pitoiset
2016-07-20
1
-11
/
+11
*
nvc0: add support for BGRA8 images
Ilia Mirkin
2016-07-18
1
-0
/
+2
*
nv50: fix alphatest for non-blendable formats
Ilia Mirkin
2016-07-16
1
-1
/
+2
*
nvc0: initial support for GP100 GPUs
Ben Skeggs
2016-07-12
1
-5
/
+11
*
nvc0: use a define for the driver constant buffer size
Samuel Pitoiset
2016-07-11
7
-17
/
+17
*
nvc0: fix the driver cb size when draw parameters are used
Samuel Pitoiset
2016-07-11
1
-2
/
+2
*
nouveau: Add support for SV_WORK_DIM
Hans de Goede
2016-07-02
4
-12
/
+24
*
nvc0: Make NVC0_CB_AUX_GRID_INFO take an index argument
Hans de Goede
2016-07-02
3
-4
/
+4
*
nvc0: fix up image support for allowing multiple samples
Ilia Mirkin
2016-07-01
5
-17
/
+57
*
nvc0: update "derived" state function names
Ilia Mirkin
2016-06-26
1
-8
/
+8
*
nvc0: provide support for unscaled poly offset units
Ilia Mirkin
2016-06-26
3
-3
/
+26
*
gallium: Add a cap for offset_units_unscaled
Axel Davy
2016-06-25
1
-0
/
+1
*
nvc0: when mapping directly, provide accurate xfer info + start
Ilia Mirkin
2016-06-24
1
-5
/
+12
[next]