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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600: do SQ flush ES ring rolling workaround
Dave Airlie
2015-12-18
3
-1
/
+8
*
i965: Fix scalar vertex shader struct outputs.
Kenneth Graunke
2015-12-18
2
-6
/
+32
*
i965: Fix fragment shader struct inputs.
Kenneth Graunke
2015-12-18
3
-82
/
+84
*
radeonsi: fix a hang due to uninitialized border color registers
Marek Olšák
2015-12-18
1
-0
/
+23
*
radeonsi: fix occlusion queries on Fiji
Marek Olšák
2015-12-18
1
-2
/
+2
*
radeonsi/compute: Use the compiler's COMPUTE_PGM_RSRC* register values
Tom Stellard
2015-12-18
2
-34
/
+7
*
radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc{1,2}
Tom Stellard
2015-12-18
3
-6
/
+6
*
freedreno/a4xx: point regid to "red" even for alpha-only rb formats
Ilia Mirkin
2015-12-18
1
-8
/
+0
*
freedreno/a4xx: fix 5_5_5_1 texture sampler format
Ilia Mirkin
2015-12-18
1
-1
/
+1
*
freedreno/a4xx: support lod_bias
Ilia Mirkin
2015-12-18
2
-0
/
+7
*
docs: add sha256 checksums for 11.0.7
Emil Velikov
2015-12-09
1
-1
/
+2
*
docs: add release notes for 11.0.7
mesa-11.0.7
Emil Velikov
2015-12-09
1
-0
/
+153
*
Update version to 11.0.7
Emil Velikov
2015-12-09
1
-1
/
+1
*
mesa; add get-extra-pick-list.sh script into bin/
Emil Velikov
2015-12-03
1
-0
/
+35
*
nvc0/ir: start offset at texBindBase for txq, like regular texturing
Ilia Mirkin
2015-12-03
1
-1
/
+4
*
radeon/vce: disable Stoney VCE for 11.0
Leo Liu
2015-12-03
1
-0
/
+5
*
xmlconfig: Add support for DragonFly
François Tigeot
2015-12-03
1
-0
/
+3
*
egl/wayland: Ignore rects from SwapBuffersWithDamage
Daniel Stone
2015-12-03
1
-12
/
+4
*
automake: fix some occurrences of hardcoded -ldl and -lpthread
Jonathan Gray
2015-12-03
1
-1
/
+1
*
r600: workaround empty geom shader.
Dave Airlie
2015-12-03
1
-0
/
+4
*
r600: rv670 use at least 16es/gs threads
Dave Airlie
2015-12-03
1
-4
/
+5
*
r600: geometry shader gsvs itemsize workaround
Dave Airlie
2015-12-03
1
-0
/
+20
*
gles2: Update gl2ext.h to revision: 32120
Marta Lofstedt
2015-12-03
1
-6
/
+934
*
mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists
Ilia Mirkin
2015-12-03
4
-4
/
+11
*
texgetimage: consolidate 1D array handling code.
Dave Airlie
2015-12-03
1
-15
/
+11
*
nv50/ir: fix (un)spilling of 3-wide results
Ilia Mirkin
2015-12-03
1
-4
/
+42
*
nv50,nvc0: properly handle buffer storage invalidation on dsa buffer
Ilia Mirkin
2015-12-03
2
-15
/
+17
*
nouveau: use the buffer usage to determine placement when no binding
Ilia Mirkin
2015-12-03
1
-2
/
+6
*
glsl: Fix off-by-one error in array size check assertion
Ian Romanick
2015-12-03
1
-2
/
+1
*
nir: fix typo in idiv lowering, causing large-udiv-udiv failures
Ilia Mirkin
2015-12-03
1
-1
/
+1
*
llvmpipe: disable VSX in ppc due to LLVM PPC bug
Oded Gabbay
2015-12-03
1
-0
/
+9
*
nvc0/ir: actually emit AFETCH on kepler
Ilia Mirkin
2015-12-03
1
-0
/
+3
*
meta/generate_mipmap: Don't leak the framebuffer object
Ian Romanick
2015-12-03
1
-0
/
+5
*
get-pick-list.sh: Require explicit "11.0" for nominating stable patches
Emil Velikov
2015-12-03
1
-1
/
+1
*
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
*
i965: Don't pollute the buffer object namespace in brw_meta_fast_clear
Ian Romanick
2015-11-24
1
-5
/
+5
*
i965: Use internal functions for buffer object access
Ian Romanick
2015-11-24
1
-6
/
+18
*
i965: Use DSA functions for VBOs in brw_meta_fast_clear
Ian Romanick
2015-11-24
1
-6
/
+7
[next]