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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: don't crash if we have no framebuffer
Dave Airlie
2017-08-25
1
-0
/
+4
*
radv/gfx9: gfx9 has buffer sizing rules like pre-VI.
Dave Airlie
2017-08-25
1
-1
/
+1
*
radv: fix predication on gfx9
Dave Airlie
2017-08-25
1
-1
/
+3
*
anv,i965: Move CS shared lowering into anv
Jason Ekstrand
2017-08-24
2
-2
/
+5
*
ac/debug: use util_strchrnul() to fix android build error
Mauro Rossi
2017-08-24
1
-1
/
+2
*
radeonsi: get the raster config from AMDGPU on SI
Marek Olšák
2017-08-24
3
-0
/
+22
*
radeonsi: clean up setting GRBM_GFX_INDEX
Marek Olšák
2017-08-24
1
-19
/
+22
*
radeonsi: move PA_SC_RASTER_CONFIG emission into a separate function
Marek Olšák
2017-08-24
1
-70
/
+73
*
include: Sync Khronos headers for OpenGL 4.6
Adam Jackson
2017-08-24
1
-47
/
+214
*
radv: Expose VK_KHX_multiview.
Bas Nieuwenhuizen
2017-08-24
2
-0
/
+18
*
radv: Implement multiview draws.
Bas Nieuwenhuizen
2017-08-24
2
-33
/
+112
*
radv: Implement determining the has_multiview_view_index key.
Bas Nieuwenhuizen
2017-08-24
1
-4
/
+16
*
ac/nir: Add shader support for multiviews.
Bas Nieuwenhuizen
2017-08-24
4
-2
/
+44
*
radv: Add multiview clears.
Bas Nieuwenhuizen
2017-08-24
3
-19
/
+47
*
radv: Store multiview info in renderpass.
Bas Nieuwenhuizen
2017-08-24
2
-1
/
+27
*
ac/nir: Make shader key a struct.
Bas Nieuwenhuizen
2017-08-24
4
-22
/
+24
*
radv: Use 0 for the layer id if the vertex shader does not export it.
Bas Nieuwenhuizen
2017-08-24
1
-3
/
+4
*
ac/nir: Implement input attachments with layered rendering.
Bas Nieuwenhuizen
2017-08-24
1
-2
/
+11
*
ac/nir: Determine if input attachments are used in the info pass.
Bas Nieuwenhuizen
2017-08-24
2
-1
/
+11
*
ac/nir: Cast sources of integer ops to int.
Bas Nieuwenhuizen
2017-08-24
1
-0
/
+16
*
Revert "include: Sync Khronos headers for OpenGL 4.6"
Adam Jackson
2017-08-24
1
-214
/
+47
*
include: Sync Khronos headers for OpenGL 4.6
Adam Jackson
2017-08-24
1
-47
/
+214
*
i965: add missing `const` in function signature
Eric Engestrom
2017-08-24
1
-1
/
+1
*
egl/android: add missing include
Eric Engestrom
2017-08-24
1
-0
/
+1
*
vbo: fix glVertexAttrib(index=0)
Brian Paul
2017-08-24
2
-3
/
+6
*
gallivm: remove unused variable
Brian Paul
2017-08-24
1
-2
/
+0
*
st/mesa: add const qualifiers in st_extensions.c
Brian Paul
2017-08-24
1
-5
/
+5
*
st/mesa: whitespace/indentation fixes in st_init_extensions()
Brian Paul
2017-08-24
1
-5
/
+6
*
pipe-loader: use MAYBE_UNUSED to silence warning
Brian Paul
2017-08-24
1
-1
/
+2
*
nv50/ir: properly set sType for TXF ops to U32
Ilia Mirkin
2017-08-24
1
-0
/
+3
*
mesa: remove duplicate assignments in bind_xfb_buffers()
Samuel Pitoiset
2017-08-24
1
-3
/
+0
*
mesa: fix debug/error messages in glColorMaski()
Samuel Pitoiset
2017-08-24
1
-4
/
+4
*
glsl: stop adding pointers from bindless structs to the cache
Timothy Arceri
2017-08-24
1
-4
/
+8
*
glsl: stop adding pointers from shader_info to the cache
Timothy Arceri
2017-08-24
1
-6
/
+25
*
compiler: move pointers to the start of shader_info
Timothy Arceri
2017-08-24
1
-3
/
+3
*
glsl: always write a name/label string to the cache
Timothy Arceri
2017-08-24
1
-4
/
+7
*
glsl: don't write uniform storage offset if there isn't one
Timothy Arceri
2017-08-24
1
-3
/
+10
*
glsl: add has_uniform_storage() helper to shader cache
Timothy Arceri
2017-08-24
1
-6
/
+13
*
glsl: stop adding pointers from glsl_struct_field to the cache
Timothy Arceri
2017-08-24
1
-7
/
+38
*
glsl: stop adding pointers from gl_shader_variable to the cache
Timothy Arceri
2017-08-24
1
-12
/
+28
*
glsl: allow NULL to be passed to encode_type_to_blob()
Timothy Arceri
2017-08-24
1
-0
/
+10
*
radv/gfx9: don't expose linear depth on vega.
Dave Airlie
2017-08-24
1
-0
/
+4
*
radv: don't degrade tiling mode for small compressed or depth texture.
Dave Airlie
2017-08-24
1
-6
/
+10
*
radv/gfx9: only minify image view width/height/depth before gfx9.
Dave Airlie
2017-08-24
2
-7
/
+15
*
radv/image: don't rescale width/height if the format isn't changing
Dave Airlie
2017-08-24
1
-4
/
+6
*
radv: cleanup some image view descriptor setup.
Dave Airlie
2017-08-24
2
-13
/
+21
*
radv/gfx9: emit sx_mrt_blend registers
Dave Airlie
2017-08-24
3
-3
/
+134
*
radv: bump space check for indexed draw.
Dave Airlie
2017-08-24
1
-1
/
+1
*
radv/gfx9: fixup db/stencil disable.
Dave Airlie
2017-08-24
1
-3
/
+7
*
radv/gfx9: fix level count in color register setup.
Dave Airlie
2017-08-24
1
-1
/
+1
[next]