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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add MESA_FORMAT_B8G8R8X8_SRGB
Chia-I Wu
2014-03-06
6
-4
/
+76
*
mesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORM
Brian Paul
2014-03-05
3
-13
/
+13
*
i965: Fix predicated-send-based discards with MRT.
Eric Anholt
2014-03-05
1
-2
/
+2
*
mesa: remove remaining uses of _glthread_GetID()
Brian Paul
2014-03-05
6
-30
/
+3
*
mesa: new init_teximage_fields_ms() function to init MS texture images
Brian Paul
2014-03-05
1
-15
/
+29
*
WIP: freedreno/a3xx: incorrect scissor for binning pass
Rob Clark
2014-03-05
3
-8
/
+35
*
i965: Mark invariants in backend_visitor as constants
Topi Pohjolainen
2014-03-05
1
-6
/
+6
*
i965: Merge resolving of shader program source
Topi Pohjolainen
2014-03-05
11
-26
/
+23
*
i965: Merge initialisation of backend_visitor
Topi Pohjolainen
2014-03-05
4
-14
/
+23
*
i965/wm: Use resolved miptree consistently in surface setup
Topi Pohjolainen
2014-03-05
2
-13
/
+13
*
i965/vec4: Mark invariant members as constants in vec4_visitor
Topi Pohjolainen
2014-03-05
2
-7
/
+7
*
i965: Mark sources for offset getters as constants
Topi Pohjolainen
2014-03-05
4
-9
/
+9
*
nv50,nvc0: add 11f_11f_10f vertex support
Ilia Mirkin
2014-03-04
3
-1
/
+3
*
i965: Implement ARB_stencil_texturing on Gen8+.
Kenneth Graunke
2014-03-04
4
-4
/
+20
*
mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).
Kenneth Graunke
2014-03-04
6
-1
/
+48
*
radeon/uvd: fix typo in documentation
Dieter Nützel
2014-03-04
1
-1
/
+1
*
clover: Use correct LLVM version in #if for DataLayout construction
Tom Stellard
2014-03-04
1
-1
/
+1
*
translate: fix buffer overflows
Zack Rusin
2014-03-04
4
-6
/
+18
*
draw/llvm: fix generation of the VS with GS present
Zack Rusin
2014-03-04
1
-7
/
+7
*
mesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL combinations in glTexImag...
Anuj Phogat
2014-03-04
1
-2
/
+11
*
mesa: Use clear_teximage_fields() in place of _mesa_init_teximage_fields()
Anuj Phogat
2014-03-04
1
-2
/
+1
*
mesa: Set initial internal format of a texture to GL_RGBA
Anuj Phogat
2014-03-04
1
-3
/
+10
*
st/osmesa: check buffer size when searching for buffers
Brian Paul
2014-03-04
1
-4
/
+7
*
mapi/u_thread: Use GetCurrentThreadId
José Fonseca
2014-03-04
1
-0
/
+18
*
r600g: implement edge flags
Marek Olšák
2014-03-04
3
-4
/
+53
*
r600g: port color buffer format conversion from radeonsi
Marek Olšák
2014-03-04
4
-913
/
+161
*
radeonsi: move translate_colorswap to common code
Marek Olšák
2014-03-04
4
-54
/
+62
*
mesa: remove unneeded glthread.c file
Brian Paul
2014-03-03
3
-9
/
+0
*
mesa: remove empty glthread.h file
Brian Paul
2014-03-03
11
-24
/
+2
*
mesa: remove unused glthread/TSD macros
Brian Paul
2014-03-03
1
-7
/
+0
*
xlib: remove unneeded context tracking code
Brian Paul
2014-03-03
1
-43
/
+4
*
xlib: simplify context handling
Brian Paul
2014-03-03
3
-109
/
+28
*
xlib: remove unused realglx.[ch] files
Brian Paul
2014-03-03
3
-517
/
+4
*
mesa: remove unused _glthread_*MUTEX() macros
Brian Paul
2014-03-03
1
-7
/
+0
*
glsl: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-7
/
+7
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
20
-140
/
+140
*
xlib: switch to c11 mutex functions
Brian Paul
2014-03-03
3
-14
/
+14
*
mesa: update packed format layout comments
Brian Paul
2014-03-03
1
-50
/
+50
*
mesa: don't define c99 math functions for MSVC >= 1800
Hans
2014-03-03
1
-1
/
+1
*
util: don't define isfinite(), isnan() for MSVC >= 1800
Hans
2014-03-03
1
-0
/
+4
*
mesa: don't call ctx->Driver.ClearBufferSubData() if size==0
Brian Paul
2014-03-03
1
-4
/
+8
*
softpipe: use 64-bit arithmetic in softpipe_resource_layout()
Brian Paul
2014-03-03
1
-3
/
+3
*
NV_vdpau_interop: fix IsSurfaceNV return type
Grigori Goronzy
2014-03-03
3
-5
/
+7
*
st/vdpau: fix possible NULL dereference
Grigori Goronzy
2014-03-03
1
-4
/
+4
*
st/omx: always advertise all components
Christian König
2014-03-03
2
-33
/
+23
*
clover: Fix building with latest llvm
Bruno Jiménez
2014-03-03
1
-3
/
+2
*
glx/dri2: fix build failure on HURD
Julien Cristau
2014-03-03
1
-0
/
+5
*
st/dri: add support for dma-buf importer (DRIimage v8)
Dave Airlie
2014-03-03
2
-1
/
+57
*
st/dri: move fourcc->format conversion to a common place
Dave Airlie
2014-03-03
1
-46
/
+35
*
mesa: Move MESA_GLSL=dump output to stderr.
Kenneth Graunke
2014-03-02
2
-20
/
+23
[next]