index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-06
radeon/uvd: fix VC-1 simple/main profile decode v2
jenkins
Boyuan Zhang
2
-2
/
+7
2015-11-06
st/vaapi: fix vaapi VC-1 simple/main corruption v2
Boyuan Zhang
1
-0
/
+2
2015-11-06
st/va: add support for RGBX and BGRX in VPP
Julien Isorce
2
-18
/
+23
2015-11-06
vl/buffers: add RGBX and BGRX to the supported formats
Julien Isorce
1
-0
/
+18
2015-11-06
st/va: properly use brackets in vlVaAcquireBufferHandle's switch
Julien Isorce
1
-5
/
+4
2015-11-06
st/va: properly indent buffer.c, config.c, image.c and picture.c
Julien Isorce
4
-56
/
+56
2015-11-06
freedreno/a4xx: fix blend color
Rob Clark
1
-5
/
+9
2015-11-06
freedreno: update generated headers
Rob Clark
6
-43
/
+54
2015-11-06
freedreno: add a305 support
Guillaume Charifi
1
-0
/
+1
2015-11-06
freedreno/ir3: Use nir_foreach_variable
Boyan Ding
1
-3
/
+3
2015-11-06
nir: some small cleanups
Rob Clark
2
-14
/
+14
2015-11-06
nvc0: reintroduce BGRA4 format support
Ilia Mirkin
2
-3
/
+1
2015-11-05
mesa: report enum name in glClientActiveTexture() error string
Brian Paul
1
-1
/
+2
2015-11-05
st/va: fix memory leak on error in vlVaCreateSurfaces2
Julien Isorce
1
-3
/
+9
2015-11-05
st/va: indent vlVaQuerySurfaceAttributes and vlVaCreateSurfaces2
Julien Isorce
1
-283
/
+283
2015-11-05
i965: Fix scalar VS float[] and vec2[] output arrays.
Kenneth Graunke
4
-2
/
+17
2015-11-05
llvmpipe: disable texture cache
Roland Scheidegger
1
-1
/
+1
2015-11-05
nouveau: send back a debug message when waiting for a fence to complete
Ilia Mirkin
10
-16
/
+30
2015-11-05
nv50,nvc0: provide debug messages with shader compilation stats
Ilia Mirkin
11
-9
/
+28
2015-11-05
nouveau: add support for sending debug messages via KHR_debug
Ilia Mirkin
5
-0
/
+26
2015-11-05
st/clover: provide a path for drivers to call through to pfn_notify
Ilia Mirkin
4
-4
/
+36
2015-11-05
st/mesa: set debug callback for debug contexts
Ilia Mirkin
1
-0
/
+57
2015-11-05
gallium: expose a debug message callback settable by context owner
Ilia Mirkin
6
-0
/
+82
2015-11-05
st/mesa: account for texture views when doing CopyImageSubData
Ilia Mirkin
1
-0
/
+8
2015-11-05
i965/fs: Do not mark used surfaces in FS_OPCODE_GET_BUFFER_SIZE
Iago Toral Quiroga
2
-4
/
+4
2015-11-05
i965/vec4: Do not mark used surfaces in VS_OPCODE_GET_BUFFER_SIZE
Iago Toral Quiroga
2
-5
/
+5
2015-11-05
i965/vec4: Do not mark used direct surfaces in VS_OPCODE_PULL_CONSTANT_LOAD
Iago Toral Quiroga
3
-13
/
+8
2015-11-05
i965/fs: Do not mark used direct surfaces in UNIFORM_PULL_CONSTANT_LOAD
Iago Toral Quiroga
2
-11
/
+1
2015-11-05
i965/fs: Do not mark direct used surfaces in VARYING_PULL_CONSTANT_LOAD
Iago Toral Quiroga
3
-13
/
+8
2015-11-05
i965/skl+: Enable support for 16x multisampling
Neil Roberts
2
-1
/
+10
2015-11-05
mesa/meta: Use interpolateAtOffset for 16x MSAA copy blit
Neil Roberts
1
-2
/
+37
2015-11-05
meta/blit: Always try to enable GL_ARB_sample_shading
Neil Roberts
1
-14
/
+2
2015-11-05
meta: Support 16x MSAA in the multisample scaled blit shader
Neil Roberts
4
-11
/
+49
2015-11-05
i965/meta: Support 16x MSAA in the meta stencil blit
Neil Roberts
1
-5
/
+17
2015-11-05
i965/fs/skl+: Fix calculating gl_SampleID for 16x MSAA
Neil Roberts
1
-1
/
+7
2015-11-05
i965: Support allocating the MCS buffer for 16x MSAA
Neil Roberts
1
-0
/
+6
2015-11-05
i965: Support calculating the bits needed to set up 16x MSAA
Neil Roberts
1
-1
/
+1
2015-11-05
i965/fs: Add a sampler program key for whether the texture is 16x MSAA
Neil Roberts
3
-1
/
+16
2015-11-05
i965/vec4/skl+: Use ld2dms_w instead of ld2dms
Neil Roberts
3
-2
/
+18
2015-11-05
i965/fs/skl+: Use ld2dms_w instead of ld2dms
Neil Roberts
6
-5
/
+60
2015-11-05
i965: Program 16x MSAA sample positions.
Neil Roberts
3
-7
/
+34
2015-11-05
i965: Handle 16x MSAA in IMS dimension munging code.
Kenneth Graunke
1
-2
/
+6
2015-11-05
nir: Rename nir_live_variables.c to nir_liveness.c.
Kenneth Graunke
2
-1
/
+1
2015-11-05
nir: Rename live_variables to live_ssa_defs.
Kenneth Graunke
7
-14
/
+14
2015-11-05
i965/vec4: select predicate based on writemask for sel emissions
Alejandro PiƱeiro
1
-1
/
+17
2015-11-04
nouveau: relax fence emit space assert
Ilia Mirkin
3
-3
/
+3
2015-11-04
vc4: When the create ioctl fails, free our cache and try again.
Eric Anholt
1
-5
/
+24
2015-11-04
vc4: Print the rounded shader size in debug output.
Eric Anholt
1
-1
/
+1
2015-11-04
vc4: Fix dumping the size of BOs allocated/cached.
Eric Anholt
1
-2
/
+2
2015-11-04
mesa/tests: add glBufferStorageEXT to ES 3.1 dispatch list
Ilia Mirkin
1
-0
/
+3
[next]