index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-09
docs: add release notes for 11.0.7
mesa-11.0.7
Emil Velikov
1
-0
/
+153
2015-12-09
Update version to 11.0.7
Emil Velikov
1
-1
/
+1
2015-12-03
mesa; add get-extra-pick-list.sh script into bin/
Emil Velikov
1
-0
/
+35
2015-12-03
nvc0/ir: start offset at texBindBase for txq, like regular texturing
Ilia Mirkin
1
-1
/
+4
2015-12-03
radeon/vce: disable Stoney VCE for 11.0
Leo Liu
1
-0
/
+5
2015-12-03
xmlconfig: Add support for DragonFly
François Tigeot
1
-0
/
+3
2015-12-03
egl/wayland: Ignore rects from SwapBuffersWithDamage
Daniel Stone
1
-12
/
+4
2015-12-03
automake: fix some occurrences of hardcoded -ldl and -lpthread
Jonathan Gray
1
-1
/
+1
2015-12-03
r600: workaround empty geom shader.
Dave Airlie
1
-0
/
+4
2015-12-03
r600: rv670 use at least 16es/gs threads
Dave Airlie
1
-4
/
+5
2015-12-03
r600: geometry shader gsvs itemsize workaround
Dave Airlie
1
-0
/
+20
2015-12-03
gles2: Update gl2ext.h to revision: 32120
Marta Lofstedt
1
-6
/
+934
2015-12-03
mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists
Ilia Mirkin
4
-4
/
+11
2015-12-03
texgetimage: consolidate 1D array handling code.
Dave Airlie
1
-15
/
+11
2015-12-03
nv50/ir: fix (un)spilling of 3-wide results
Ilia Mirkin
1
-4
/
+42
2015-12-03
nv50,nvc0: properly handle buffer storage invalidation on dsa buffer
Ilia Mirkin
2
-15
/
+17
2015-12-03
nouveau: use the buffer usage to determine placement when no binding
Ilia Mirkin
1
-2
/
+6
2015-12-03
glsl: Fix off-by-one error in array size check assertion
Ian Romanick
1
-2
/
+1
2015-12-03
nir: fix typo in idiv lowering, causing large-udiv-udiv failures
Ilia Mirkin
1
-1
/
+1
2015-12-03
llvmpipe: disable VSX in ppc due to LLVM PPC bug
Oded Gabbay
1
-0
/
+9
2015-12-03
nvc0/ir: actually emit AFETCH on kepler
Ilia Mirkin
1
-0
/
+3
2015-12-03
meta/generate_mipmap: Don't leak the framebuffer object
Ian Romanick
1
-0
/
+5
2015-12-03
get-pick-list.sh: Require explicit "11.0" for nominating stable patches
Emil Velikov
1
-1
/
+1
2015-11-24
meta/TexSubImage: Don't pollute the buffer object namespace
Ian Romanick
1
-18
/
+24
2015-11-24
meta: Don't pollute the buffer object namespace in _mesa_meta_DrawTex
Ian Romanick
4
-38
/
+29
2015-11-24
meta: Use internal functions for buffer object and VAO access in _mesa_meta_D...
Ian Romanick
1
-12
/
+20
2015-11-24
meta: Track VBO using gl_buffer_object instead of GL API object handle in _me...
Ian Romanick
2
-6
/
+19
2015-11-24
meta: Partially convert _mesa_meta_DrawTex to DSA
Ian Romanick
1
-6
/
+6
2015-11-24
meta: Don't pollute the buffer object namespace in _mesa_meta_setup_vertex_ob...
Ian Romanick
1
-14
/
+3
2015-11-24
meta: Use internal functions for buffer object and VAO access
Ian Romanick
1
-33
/
+43
2015-11-24
meta: Use DSA functions for VBOs in _mesa_meta_setup_vertex_objects
Ian Romanick
1
-19
/
+24
2015-11-24
meta: Track VBO using gl_buffer_object instead of GL API object handle
Ian Romanick
5
-48
/
+72
2015-11-24
meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objects
Ian Romanick
5
-21
/
+38
2015-11-24
i965: Use _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objects
Ian Romanick
1
-3
/
+3
2015-11-24
meta: Use _mesa_NamedBufferData and _mesa_NamedBufferSubData for users of _me...
Ian Romanick
3
-10
/
+8
2015-11-24
meta: Use DSA functions for PBO in create_texture_for_pbo
Ian Romanick
1
-19
/
+11
2015-11-24
i965: Don't pollute the buffer object namespace in brw_meta_fast_clear
Ian Romanick
1
-5
/
+5
2015-11-24
i965: Use internal functions for buffer object access
Ian Romanick
1
-6
/
+18
2015-11-24
i965: Use DSA functions for VBOs in brw_meta_fast_clear
Ian Romanick
1
-6
/
+7
2015-11-24
i965: Pass brw_context instead of gl_context to brw_draw_rectlist
Ian Romanick
1
-4
/
+5
2015-11-24
mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...
Ian Romanick
2
-9
/
+22
2015-11-24
mesa: Refactor update_array_format to make _mesa_update_array_format_public
Ian Romanick
2
-19
/
+57
2015-11-24
mesa: Make bind_vertex_buffer avilable outside varray.c
Ian Romanick
2
-14
/
+22
2015-11-24
meta: Compute correct buffer size with SkipRows/SkipPixels
Chris Wilson
1
-15
/
+30
2015-11-21
docs: add sha256 checksums for 11.0.6
Emil Velikov
1
-1
/
+2
2015-11-21
docs: add release notes for 11.0.6
mesa-11.0.6
Emil Velikov
1
-0
/
+144
2015-11-21
Update version to 11.0.6
Emil Velikov
1
-1
/
+1
2015-11-21
automake: use static llvm for make distcheck
Emil Velikov
1
-0
/
+1
2015-11-18
llvmpipe: use simple coeffs calc for 128bit vectors
Oded Gabbay
1
-1
/
+6
2015-11-18
vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.
Eric Anholt
5
-0
/
+26
[next]