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
/
nv50
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50,nvc0: enable/disable seamless cubemap texturing as requested
Ilia Mirkin
2016-02-16
7
-1
/
+14
*
nv50-: split tic format specification
Ben Skeggs
2016-02-16
3
-34
/
+42
*
nv50-: remove nv50_texture.xml.h
Ben Skeggs
2016-02-16
1
-306
/
+0
*
nv50: switch nv50_tex.c to updated g80_texture.xml.h
Ben Skeggs
2016-02-16
1
-33
/
+33
*
nv50: switch nv50_surface.c to updated g80_texture.xml.h
Ben Skeggs
2016-02-16
1
-7
/
+11
*
nv50: switch nv50_state.c to updated g80_texture.xml.h
Ben Skeggs
2016-02-16
1
-24
/
+29
*
nv50-: switch nv50_formats.c to updated g80_texture.xml.h
Ben Skeggs
2016-02-16
1
-206
/
+207
*
nv50: import updated g80_texture.xml.h from rnndb
Ben Skeggs
2016-02-16
1
-0
/
+451
*
nv50-: remove nv50_defs.xml.h
Ben Skeggs
2016-02-16
1
-263
/
+0
*
nv50-: switch nv50_formats.c to updated g80_defs.xml.h
Ben Skeggs
2016-02-16
1
-8
/
+8
*
nv50-: improved macros to handle format specification
Ben Skeggs
2016-02-16
1
-470
/
+359
*
nv50-: separate vertex formats from surface format descriptions
Ben Skeggs
2016-02-16
4
-64
/
+197
*
nv50: remove unnecessary include
Ben Skeggs
2016-02-16
1
-1
/
+0
*
nv50: switch nv50_transfer.c to g80_defs.xml.h
Ben Skeggs
2016-02-16
1
-3
/
+3
*
nv50: switch nv50_tex.c to updated g80_defs.xml.h
Ben Skeggs
2016-02-16
1
-3
/
+3
*
nv50: switch nv50_surface.c to updated g80_defs.xml.h
Ben Skeggs
2016-02-16
1
-8
/
+8
*
nv50: import updated g80_defs.xml.h from rnndb
Ben Skeggs
2016-02-16
1
-0
/
+279
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Ilia Mirkin
2016-02-15
1
-0
/
+1
*
nv50,nvc0: Remove duplicate logic from nvc0_set_framebuffer_state()
Edward O'Callaghan
2016-02-14
1
-12
/
+2
*
nv50: add missing PIPE_SHADER_CAP_SUPPORTED_IRS
Samuel Pitoiset
2016-02-14
1
-0
/
+1
*
gallium: add a new interface for pipe_context::launch_grid()
Samuel Pitoiset
2016-02-13
3
-13
/
+18
*
nv50,nvc0: remove unused parameter in nvXX_state_validate()
Samuel Pitoiset
2016-02-11
4
-7
/
+5
*
nv50: add PIPE_QUERY_OCCLUSION_PREDICATE support
Ilia Mirkin
2016-02-09
1
-0
/
+6
*
gallium: add interface for querying memory usage and sizes (v2)
Marek Olšák
2016-02-05
1
-0
/
+1
*
gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
Ilia Mirkin
2016-02-04
1
-0
/
+1
*
nv50: avoid freeing the symbols if they're about to be stored
Ilia Mirkin
2016-02-03
1
-2
/
+7
*
gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Nicolai Hähnle
2016-02-03
1
-0
/
+1
*
gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
Nicolai Hähnle
2016-02-03
1
-0
/
+1
*
nv50,nvc0: fix buffer clearing to respect engine alignment requirements
Ilia Mirkin
2016-01-30
1
-18
/
+102
*
gallium: add GREMEDY_string_marker
Rob Clark
2016-01-21
1
-0
/
+1
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-0
/
+1
*
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
1
-0
/
+1
*
nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversion
Ilia Mirkin
2016-01-08
2
-5
/
+1
*
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
Ilia Mirkin
2016-01-08
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
Ilia Mirkin
2016-01-08
1
-0
/
+1
*
gallium: add caps for POSITION and FACE system values
Marek Olšák
2016-01-08
1
-0
/
+2
*
gallium: add caps to expose support for multi indirect draws
Ilia Mirkin
2016-01-07
1
-0
/
+2
*
nouveau: split nouveau_vp3_bsp in begin/next/end
Julien Isorce
2016-01-05
1
-2
/
+3
*
nv50,nvc0: fix crash when increasing bsp bo size for h264
Ilia Mirkin
2016-01-04
1
-2
/
+2
*
gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support
Ilia Mirkin
2016-01-03
1
-0
/
+1
*
nv50,nvc0: optimize coherent buffer checking at draw time
Samuel Pitoiset
2016-01-03
3
-35
/
+35
*
nv50,nvc0: make sure there's pushbuf space and that we ref the bo early
Ilia Mirkin
2016-01-01
1
-1
/
+1
*
nvc0: add ARB_shader_draw_parameters support
Ilia Mirkin
2015-12-30
1
-1
/
+1
*
gallium: add PIPE_CAP_DRAW_PARAMETERS
Ilia Mirkin
2015-12-30
1
-0
/
+1
*
nv50,nvc0: add a note when converting vertex elements using CPU
Ilia Mirkin
2015-12-27
1
-0
/
+3
*
nv50: fix g98+ vdec class allocation
Ben Skeggs
2015-12-22
1
-6
/
+51
*
nouveau: fix screen creation failure paths
Ben Skeggs
2015-12-22
1
-3
/
+3
*
nouveau: return nouveau_screen from hw-specific creation functions
Ben Skeggs
2015-12-22
1
-2
/
+2
*
nouveau: remove use of deprecated nouveau_device::drm_version
Ben Skeggs
2015-12-22
2
-3
/
+4
*
nv50: free memory allocated by the prog which reads MP perf counters
Samuel Pitoiset
2015-12-16
1
-0
/
+5
[next]