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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: don't error check the default buffer object in glBindBufferOffsetEXT()
Samuel Pitoiset
2017-08-25
1
-6
/
+5
*
mesa: add _fallback suffix to the default transform feedback functions
Samuel Pitoiset
2017-08-25
1
-17
/
+17
*
mesa: remove unnecessary check in _mesa_init_transform_feedback_object()
Samuel Pitoiset
2017-08-25
1
-3
/
+0
*
mesa: check allocation failures in new_transform_feedback()
Samuel Pitoiset
2017-08-25
1
-0
/
+4
*
mesa: remove unused _mesa_validate_transform_feedback_buffers()
Samuel Pitoiset
2017-08-25
2
-19
/
+0
*
egl/wayland: Use roundtrips when awaiting buffer release
Kai Chen
2017-08-25
1
-2
/
+7
*
glsl: fix glsl_struct_field size calculations for shader cache
Nicolai Hähnle
2017-08-25
1
-7
/
+4
*
a2xx: fix DST_ALPHA blending for non-alpha formats
Ilia Mirkin
2017-08-25
3
-5
/
+21
*
a2xx: set constant blend color
Ilia Mirkin
2017-08-25
1
-0
/
+9
*
radeonsi: set IF_THRESHOLD to 4
Timothy Arceri
2017-08-25
1
-1
/
+1
*
util/disk_cache: write cache item metadata to disk
Timothy Arceri
2017-08-25
1
-1
/
+87
*
glsl: pass shader source keys to the disk cache
Timothy Arceri
2017-08-25
6
-16
/
+34
*
util/disk_cache: add struct cache_item_metadata
Timothy Arceri
2017-08-25
1
-0
/
+20
*
disk_cache: enable limited hash collision detection in release builds
Timothy Arceri
2017-08-25
1
-16
/
+10
*
util/disk_cache: rename mesa cache dir and introduce cache versioning
Timothy Arceri
2017-08-25
3
-14
/
+42
*
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
[next]