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-11-18
r200: fix bgrx8/xrgb8 blits
Roland Scheidegger
1
-0
/
+4
2015-11-18
radeon: fix bgrx8/xrgb8 blits
Roland Scheidegger
1
-0
/
+2
2015-11-18
meta/generate_mipmap: Only modify the draw framebuffer binding in fallback_re...
Ian Romanick
1
-4
/
+4
2015-11-18
radeonsi: enable optimal raster config setting for fiji (v2)
Alex Deucher
1
-3
/
+9
2015-11-18
nouveau: don't expose HEVC decoding support
Ilia Mirkin
1
-0
/
+1
2015-11-18
glsl: Allow implicit int -> uint conversions for the % operator.
Kenneth Graunke
1
-9
/
+28
2015-11-18
meta/generate_mipmap: Don't leak the sampler object
Ian Romanick
1
-0
/
+2
2015-11-18
radeonsi: initialize SX_PS_DOWNCONVERT to 0 on Stoney
Marek Olšák
1
-0
/
+3
2015-11-18
nir/vars_to_ssa: Rework copy set handling in lower_copies_to_load_store
Jason Ekstrand
1
-1
/
+4
2015-11-18
i965/skl/gt4: Fix URB programming restriction.
Ben Widawsky
1
-0
/
+9
2015-11-18
r600: initialised PGM_RESOURCES_2 for ES/GS
Dave Airlie
2
-0
/
+6
2015-11-18
mesa/copyimage: allow width/height to not be multiples of block
Ilia Mirkin
1
-3
/
+37
2015-11-18
vc4: Return NULL when we can't make our shadow for a sampler view.
Eric Anholt
1
-0
/
+4
2015-11-18
vc4: Return GL_OUT_OF_MEMORY when buffer allocation fails.
Eric Anholt
2
-19
/
+32
2015-11-18
winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3
Michel Dänzer
1
-11
/
+19
2015-11-18
radeon/uvd: fix VC-1 simple/main profile decode v2
Boyuan Zhang
2
-2
/
+7
2015-11-18
st/vaapi: fix vaapi VC-1 simple/main corruption v2
Boyuan Zhang
1
-0
/
+2
2015-11-18
cherry-ignore: add the swrast front buffer support
Emil Velikov
1
-1
/
+4
2015-11-11
docs: add sha256 checksums for 11.0.5
Emil Velikov
1
-1
/
+2
2015-11-11
docs: add release notes for 11.0.5
mesa-11.0.5
Emil Velikov
1
-0
/
+173
2015-11-11
Update version to 11.0.5
Emil Velikov
1
-1
/
+1
2015-11-11
radeonsi: add register definitions for Stoney
Marek Olšák
1
-0
/
+322
2015-11-10
Revert "mesa/glformats: Undo code changes from _mesa_base_tex_format() move"
Emil Velikov
1
-6
/
+142
2015-11-07
st/va: add more errors checks in vlVaBufferSetNumElements and vlVaMapBuffer
Julien Isorce
1
-0
/
+6
2015-11-07
st/va: do not destroy old buffer when new one failed
Julien Isorce
1
-6
/
+13
2015-11-07
nvc0: fix crash when nv50_miptree_from_handle fails
Julien Isorce
1
-1
/
+2
2015-11-07
st/va: pass picture desc to begin and decode
Julien Isorce
1
-2
/
+2
2015-11-07
nouveau: relax fence emit space assert
Ilia Mirkin
3
-3
/
+3
2015-11-07
vc4: When the create ioctl fails, free our cache and try again.
Eric Anholt
1
-5
/
+24
2015-11-07
nir: Properly invalidate metadata in nir_opt_remove_phis().
Kenneth Graunke
1
-0
/
+5
2015-11-07
nir: Properly invalidate metadata in nir_lower_vec_to_movs().
Kenneth Graunke
1
-0
/
+5
2015-11-07
nir: Report progress from lower_vec_to_movs().
Jason Ekstrand
2
-7
/
+23
2015-11-07
nir/lower_vec_to_movs: Pass the shader around directly
Jason Ekstrand
1
-6
/
+8
2015-11-07
nir: Properly invalidate metadata in nir_opt_copy_prop().
Kenneth Graunke
1
-0
/
+6
2015-11-07
nir: Properly invalidate metadata in nir_split_var_copies().
Kenneth Graunke
1
-0
/
+5
2015-11-07
nir: Report progress from nir_split_var_copies().
Kenneth Graunke
2
-4
/
+13
2015-11-07
i965/skl: Add GT4 PCI IDs
Ben Widawsky
2
-1
/
+9
2015-11-07
nouveau: set MaxDrawBuffers to the same value as MaxColorAttachments
Ilia Mirkin
1
-1
/
+1
2015-11-05
gbm.h: Add a missing stddef.h include for size_t.
Emmanuel Gil Peyrot
1
-0
/
+1
2015-11-05
r600g: Fix special negative immediate constants when using ABS modifier.
Ivan Kalvachev
3
-6
/
+6
2015-11-05
st/mesa: fix mipmap generation for immutable textures with incomplete pyramids
Nicolai Hähnle
1
-32
/
+36
2015-11-05
i965: Fix missing BRW_NEW_*_PROG_DATA flagging caused by cache reuse.
Kenneth Graunke
2
-4
/
+5
2015-11-05
i965: Fix is-renderable check in intel_image_target_renderbuffer_storage
Ian Romanick
1
-5
/
+1
2015-11-05
radeonsi: add Stoney pci ids
Samuel Li
1
-0
/
+2
2015-11-05
radeonsi: add support for Stoney asics (v3)
Samuel Li
5
-3
/
+19
2015-11-05
nvc0: respect edgeflag attribute width
Ilia Mirkin
1
-7
/
+33
2015-11-05
gallivm: disable f16c when not using AVX
Roland Scheidegger
1
-0
/
+3
2015-11-05
gallivm: Explicitly disable unsupported CPU features.
Jose Fonseca
1
-38
/
+34
2015-11-05
radeon/uvd: don't expose HEVC on old UVD hw (v3)
Alex Deucher
1
-32
/
+18
2015-11-05
gallivm: Translate all util_cpu_caps bits to LLVM attributes.
Jose Fonseca
1
-2
/
+34
[prev]
[next]