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
*
i965: Handle lum, intensity and missing components in the fast clear
Neil Roberts
2015-11-30
1
-2
/
+32
*
mesa/teximage: Fix S3TC regression due to ASTC interaction
Nanley Chery
2015-11-30
1
-28
/
+15
*
mesa/extensions: Enable overriding permanently enabled extensions
Nanley Chery
2015-11-30
1
-40
/
+24
*
radeon/vce: disable Stoney VCE for 11.0
Leo Liu
2015-11-30
1
-0
/
+5
*
auxiliary/vl/dri: fd management cleanups
Emil Velikov
2015-11-30
1
-2
/
+5
*
auxiliary/vl/drm: fd management cleanups
Emil Velikov
2015-11-30
1
-1
/
+7
*
st/xa: fd management cleanups
Emil Velikov
2015-11-30
1
-1
/
+8
*
st/dri: fd management cleanups
Emil Velikov
2015-11-30
1
-2
/
+14
*
pipe-loader: check if winsys.name is non-null prior to strcmp
Emil Velikov
2015-11-30
1
-4
/
+4
*
mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists
Ilia Mirkin
2015-11-30
4
-4
/
+11
*
radeon: only suspend queries on flush if they haven't been suspended yet
Nicolai Hähnle
2015-11-30
2
-2
/
+9
*
targets: use the non-inline sw helpers
Emil Velikov
2015-11-30
8
-1
/
+9
*
target-hepers: add non inline sw helpers
Emil Velikov
2015-11-29
2
-0
/
+83
*
pipe-loader: fix off-by one error
Emil Velikov
2015-11-29
1
-1
/
+1
*
i965: Fix scalar vertex shader struct outputs.
Kenneth Graunke
2015-11-29
2
-8
/
+34
*
i965: Fix fragment shader struct inputs.
Kenneth Graunke
2015-11-29
3
-82
/
+84
*
radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register values
Tom Stellard
2015-11-29
2
-31
/
+7
*
radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc{1,2}
Tom Stellard
2015-11-29
3
-6
/
+6
*
glsl: implement recent spec update to SSO validation
Timothy Arceri
2015-11-29
1
-0
/
+24
*
Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound"
Timothy Arceri
2015-11-29
1
-2
/
+1
*
radeon/uvd: uv pitch separation for stoney
Boyuan Zhang
2015-11-29
2
-1
/
+6
*
texgetimage: consolidate 1D array handling code.
Dave Airlie
2015-11-29
1
-15
/
+11
*
freedreno/a4xx: use a factor of 32767 for snorm8 blending
Ilia Mirkin
2015-11-29
1
-5
/
+34
*
loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPFLAGS
Emil Velikov
2015-11-29
1
-2
/
+2
*
pipe-loader: link against libloader regardless of libdrm presence
Emil Velikov
2015-11-29
1
-2
/
+2
*
nv50/ir: fix (un)spilling of 3-wide results
Ilia Mirkin
2015-11-29
1
-4
/
+42
*
nv50,nvc0: properly handle buffer storage invalidation on dsa buffer
Ilia Mirkin
2015-11-29
2
-15
/
+17
*
nouveau: use the buffer usage to determine placement when no binding
Ilia Mirkin
2015-11-29
1
-2
/
+6
*
vc4: Take precedence over ilo when in simulator mode.
Eric Anholt
2015-11-29
1
-8
/
+12
*
vc4: Just put USE_VC4_SIMULATOR in DEFINES.
Eric Anholt
2015-11-29
2
-5
/
+0
*
virgl: pipe_virgl_create_screen is not static
Igor Gnatenko
2015-11-29
1
-1
/
+1
*
freedreno/a4xx: disable blending and alphatest for integer rt0
Ilia Mirkin
2015-11-29
1
-2
/
+13
*
freedreno/a4xx: fix independent blend
Ilia Mirkin
2015-11-29
2
-2
/
+3
*
freedreno/a4xx: fix 3d texture setup
Ilia Mirkin
2015-11-29
3
-3
/
+7
*
freedreno/a4xx: only align slices in non-layer_first textures
Ilia Mirkin
2015-11-29
1
-2
/
+4
*
meta: Don't save or restore the active client texture
Ian Romanick
2015-11-24
2
-4
/
+0
*
meta: Don't save or restore the VBO binding
Ian Romanick
2015-11-24
2
-7
/
+0
*
meta/TexSubImage: Don't pollute the buffer object namespace
Ian Romanick
2015-11-24
1
-18
/
+24
*
meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTex
Ian Romanick
2015-11-24
4
-38
/
+29
*
meta: Use internal functions for buffer object and VAO access in _mesa_meta_D...
Ian Romanick
2015-11-24
1
-12
/
+20
*
meta: Track VBO using gl_buffer_object instead of GL API object handle in _me...
Ian Romanick
2015-11-24
2
-6
/
+19
*
meta: Partially convert _mesa_meta_DrawTex to DSA
Ian Romanick
2015-11-24
1
-6
/
+6
*
meta: Don't pollute the buffer object namespace in _mesa_meta_setup_vertex_ob...
Ian Romanick
2015-11-24
1
-14
/
+3
*
meta: Use internal functions for buffer object and VAO access
Ian Romanick
2015-11-24
1
-33
/
+43
*
meta: Use DSA functions for VBOs in _mesa_meta_setup_vertex_objects
Ian Romanick
2015-11-24
1
-19
/
+24
*
meta: Track VBO using gl_buffer_object instead of GL API object handle
Ian Romanick
2015-11-24
5
-48
/
+72
*
meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objects
Ian Romanick
2015-11-24
5
-21
/
+38
*
i965: Use _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objects
Ian Romanick
2015-11-24
1
-3
/
+3
*
meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _me...
Ian Romanick
2015-11-24
3
-10
/
+8
*
meta: Use DSA functions for PBO in create_texture_for_pbo
Ian Romanick
2015-11-24
1
-19
/
+11
[next]