index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50/ir: add support for const-folding OP_CVT with F64 source/dest
Ilia Mirkin
2015-11-06
3
-0
/
+45
*
nv50/ir: add fp64 opcode emission support for G200 (NVA0)
Ilia Mirkin
2015-11-06
1
-10
/
+84
*
nv50/ir: Add support for 64bit immediates to checkSwapSrc01
Hans de Goede
2015-11-06
1
-5
/
+6
*
nvc0/ir: Teach insnCanLoad about double immediates
Hans de Goede
2015-11-06
1
-6
/
+19
*
nv50/ir: Add support for merge-s to the ConstantFolding pass
Hans de Goede
2015-11-06
1
-0
/
+15
*
nv50/ir: disallow 64-bit immediates on nv50 targets
Ilia Mirkin
2015-11-06
1
-1
/
+1
*
nv50/ir: allow movs with TYPE_F64 destinations to be split
Ilia Mirkin
2015-11-06
1
-0
/
+6
*
gm107/ir: Add support for double immediates
Hans de Goede
2015-11-06
1
-1
/
+4
*
nvc0/ir: Add support for double immediates
Hans de Goede
2015-11-06
1
-0
/
+8
*
i965/nir/fs: Add comment for no-op memory barrier functions
Francisco Jerez
2015-11-06
1
-0
/
+19
*
i965/nir/fs: Implement new barrier functions for compute shaders
Jordan Justen
2015-11-06
1
-0
/
+7
*
nir: Add new barrier functions for compute shaders
Jordan Justen
2015-11-06
2
-0
/
+26
*
glsl: Add new barrier functions for compute shaders
Jordan Justen
2015-11-06
1
-6
/
+49
*
radeon/uvd: fix VC-1 simple/main profile decode v2
Boyuan Zhang
2015-11-06
2
-2
/
+7
*
st/vaapi: fix vaapi VC-1 simple/main corruption v2
Boyuan Zhang
2015-11-06
1
-0
/
+2
*
st/va: add support for RGBX and BGRX in VPP
Julien Isorce
2015-11-06
2
-18
/
+23
*
vl/buffers: add RGBX and BGRX to the supported formats
Julien Isorce
2015-11-06
1
-0
/
+18
*
st/va: properly use brackets in vlVaAcquireBufferHandle's switch
Julien Isorce
2015-11-06
1
-5
/
+4
*
st/va: properly indent buffer.c, config.c, image.c and picture.c
Julien Isorce
2015-11-06
4
-56
/
+56
*
freedreno/a4xx: fix blend color
Rob Clark
2015-11-06
1
-5
/
+9
*
freedreno: update generated headers
Rob Clark
2015-11-06
6
-43
/
+54
*
freedreno: add a305 support
Guillaume Charifi
2015-11-06
1
-0
/
+1
*
freedreno/ir3: Use nir_foreach_variable
Boyan Ding
2015-11-06
1
-3
/
+3
*
nir: some small cleanups
Rob Clark
2015-11-06
2
-14
/
+14
*
nvc0: reintroduce BGRA4 format support
Ilia Mirkin
2015-11-06
2
-3
/
+1
*
mesa: report enum name in glClientActiveTexture() error string
Brian Paul
2015-11-05
1
-1
/
+2
*
st/va: fix memory leak on error in vlVaCreateSurfaces2
Julien Isorce
2015-11-05
1
-3
/
+9
*
st/va: indent vlVaQuerySurfaceAttributes and vlVaCreateSurfaces2
Julien Isorce
2015-11-05
1
-283
/
+283
*
i965: Fix scalar VS float[] and vec2[] output arrays.
Kenneth Graunke
2015-11-05
4
-2
/
+17
*
llvmpipe: disable texture cache
Roland Scheidegger
2015-11-05
1
-1
/
+1
*
nouveau: send back a debug message when waiting for a fence to complete
Ilia Mirkin
2015-11-05
10
-16
/
+30
*
nv50,nvc0: provide debug messages with shader compilation stats
Ilia Mirkin
2015-11-05
11
-9
/
+28
*
nouveau: add support for sending debug messages via KHR_debug
Ilia Mirkin
2015-11-05
5
-0
/
+26
*
st/clover: provide a path for drivers to call through to pfn_notify
Ilia Mirkin
2015-11-05
4
-4
/
+36
*
st/mesa: set debug callback for debug contexts
Ilia Mirkin
2015-11-05
1
-0
/
+57
*
gallium: expose a debug message callback settable by context owner
Ilia Mirkin
2015-11-05
6
-0
/
+82
*
st/mesa: account for texture views when doing CopyImageSubData
Ilia Mirkin
2015-11-05
1
-0
/
+8
*
i965/fs: Do not mark used surfaces in FS_OPCODE_GET_BUFFER_SIZE
Iago Toral Quiroga
2015-11-05
2
-4
/
+4
*
i965/vec4: Do not mark used surfaces in VS_OPCODE_GET_BUFFER_SIZE
Iago Toral Quiroga
2015-11-05
2
-5
/
+5
*
i965/vec4: Do not mark used direct surfaces in VS_OPCODE_PULL_CONSTANT_LOAD
Iago Toral Quiroga
2015-11-05
3
-13
/
+8
*
i965/fs: Do not mark used direct surfaces in UNIFORM_PULL_CONSTANT_LOAD
Iago Toral Quiroga
2015-11-05
2
-11
/
+1
*
i965/fs: Do not mark direct used surfaces in VARYING_PULL_CONSTANT_LOAD
Iago Toral Quiroga
2015-11-05
3
-13
/
+8
*
i965/skl+: Enable support for 16x multisampling
Neil Roberts
2015-11-05
2
-1
/
+10
*
mesa/meta: Use interpolateAtOffset for 16x MSAA copy blit
Neil Roberts
2015-11-05
1
-2
/
+37
*
meta/blit: Always try to enable GL_ARB_sample_shading
Neil Roberts
2015-11-05
1
-14
/
+2
*
meta: Support 16x MSAA in the multisample scaled blit shader
Neil Roberts
2015-11-05
4
-11
/
+49
*
i965/meta: Support 16x MSAA in the meta stencil blit
Neil Roberts
2015-11-05
1
-5
/
+17
*
i965/fs/skl+: Fix calculating gl_SampleID for 16x MSAA
Neil Roberts
2015-11-05
1
-1
/
+7
*
i965: Support allocating the MCS buffer for 16x MSAA
Neil Roberts
2015-11-05
1
-0
/
+6
*
i965: Support calculating the bits needed to set up 16x MSAA
Neil Roberts
2015-11-05
1
-1
/
+1
[next]