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
/
svga
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-1
/
+1
*
svga: rename face to layer_face
Charmaine Lee
2018-09-05
1
-22
/
+25
*
svga: encode sample count in resource declarations
Brian Paul
2018-09-05
4
-0
/
+6
*
svga: sync with upstream changes to surface flags
Charmaine Lee
2018-09-05
5
-6
/
+6
*
svga: avoid try_blit() for some depth formats on non vgpu10.
Neha Bhende
2018-09-05
1
-0
/
+13
*
svga: convert dst format to linear when blending is enabled.
Neha Bhende
2018-09-05
1
-1
/
+3
*
svga: start using SVGA3dCmdIntraSurfaceCopy command for svga_blit.
Neha Bhende
2018-09-05
1
-0
/
+112
*
svga/winsys: Add cap2 support in winsys
Neha Bhende
2018-09-05
2
-2
/
+23
*
svga: Add SVGA3dCmdIntraSurfaceCopy command support in OpenGL driver
Neha Bhende
2018-09-05
3
-0
/
+49
*
svga: update device header files from upstream
Brian Paul
2018-09-05
15
-196
/
+569
*
gallium: Add a helper for implementing PIPE_CAP_* default values.
Eric Anholt
2018-09-04
1
-3
/
+3
*
svga: add missing switch cases for shadow textures
Brian Paul
2018-08-29
2
-0
/
+5
*
svga: fix vgpu9 sprite coordinate bug
Brian Paul
2018-08-29
3
-7
/
+3
*
svga: fix PIPE_TEXTURE_RECT/BUFFER const buffer issue
Brian Paul
2018-08-29
3
-20
/
+16
*
svga: minor improvements in svga_state_constants.c
Brian Paul
2018-08-29
1
-17
/
+13
*
gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
Kenneth Graunke
2018-08-24
1
-0
/
+1
*
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Marek Olšák
2018-08-23
1
-0
/
+2
*
gallium: add PIPE_CAP_MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
1
-0
/
+2
*
svga: simplify Mesa version string
Eric Engestrom
2018-08-16
1
-1
/
+1
*
bin: always define MESA_GIT_SHA1 to make it directly usable in code
Eric Engestrom
2018-08-16
1
-5
/
+1
*
svga: use pipe_sampler_view::target in svga_set_sampler_views()
Brian Paul
2018-08-08
1
-1
/
+1
*
svga: use SVGA3D_RS_FILLMODE for vgpu9
Brian Paul
2018-08-08
3
-26
/
+37
*
svga: add TGSI_SEMANTIC_FACE switch case in svga_swtnl_update_vdecl()
Brian Paul
2018-08-08
1
-0
/
+1
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
4
-0
/
+9
*
gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
Marek Olšák
2018-07-31
1
-0
/
+1
*
svga: whitespace fixes in svga_tgsi_decl_sm30.c
Brian Paul
2018-07-27
1
-88
/
+92
*
gallium: add scalar isa shader cap
Christian Gmeiner
2018-06-20
1
-0
/
+6
*
gallium: add support for programmable sample locations
Rhys Perry
2018-06-14
1
-0
/
+1
*
gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
2018-05-29
1
-0
/
+3
*
svga: fix incompatible bind flags at buffer validation time
Charmaine Lee
2018-05-16
1
-2
/
+7
*
gallium: add initial support for conservative rasterization
Rhys Perry
2018-04-30
1
-0
/
+13
*
svga: Fix incorrect advertizing of EGL_KHR_gl_colorspace
Thomas Hellstrom
2018-04-19
1
-1
/
+1
*
svga: simplify uses_flat_interp expression in emit_input_declarations()
Brian Paul
2018-03-23
1
-1
/
+1
*
svga: replace unsigned with proper enum names
Brian Paul
2018-03-23
2
-15
/
+16
*
svga: use enum tgsi_opcode
Brian Paul
2018-03-23
2
-5
/
+5
*
gallium: add packed uniform CAP
Timothy Arceri
2018-03-20
1
-0
/
+1
*
svga: add SVGA_NEW_PRESCALE to the tracked dirty mask for gs
Charmaine Lee
2018-03-02
1
-1
/
+2
*
svga: fix blending regression
Brian Paul
2018-03-02
1
-11
/
+24
*
svga: check svga_have_vgpu10() in svga_delete_blend_state()
Brian Paul
2018-03-02
1
-1
/
+1
*
svga: if svga_update_state() fails, skip the draw call
Brian Paul
2018-03-02
1
-5
/
+5
*
svga: let svga_update_state_retry() return a bool
Brian Paul
2018-03-02
2
-6
/
+9
*
svga: s/unsigned/boolean/ for a few local vars
Brian Paul
2018-03-02
1
-6
/
+6
*
svga: replaced 'unsigned' with proper enum types in shader code
Brian Paul
2018-02-20
1
-12
/
+21
*
svga: Fix a leftover debug hack
Thomas Hellstrom
2018-02-20
1
-2
/
+2
*
gallium: allow drivers to impose BO flags restrictions on constant buffer 0
Marek Olšák
2018-02-17
1
-0
/
+1
*
svga: replace gotos with else clauses
Brian Paul
2018-02-15
3
-23
/
+20
*
svga: s/unsigned/enum pipe_shader_type/
Brian Paul
2018-02-15
3
-4
/
+6
*
svga: move duplicated code for setting fillmode/flatshade state
Brian Paul
2018-02-15
1
-20
/
+10
*
svga: move svga_update_state() call in draw code
Brian Paul
2018-02-15
1
-18
/
+19
*
svga: call tgsi_scan_shader() for dummy shaders
Brian Paul
2018-02-15
2
-0
/
+7
[next]