index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add MESA_FORMAT_R8G8B8A8_SRGB
Brian Paul
2014-03-06
7
-0
/
+79
*
mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__.
Matt Turner
2014-03-06
1
-0
/
+3
*
i965: Fix render-to-texture in non-FinishRenderTexture cases.
Eric Anholt
2014-03-06
7
-27
/
+87
*
mesa: fix copy & paste bugs in pack_ubyte_SRGB8()
Brian Paul
2014-03-06
1
-2
/
+2
*
mesa: fix copy & paste bugs in pack_ubyte_SARGB8()
Brian Paul
2014-03-06
1
-2
/
+2
*
gallium/util: Fix memory leak
Aaron Watry
2014-03-06
1
-0
/
+2
*
st/mesa: Add R8G8B8A8_SRGB case to st_pipe_format_to_mesa_format.
José Fonseca
2014-03-06
1
-0
/
+2
*
glapi: remove u_mutex wrapper code, use c99 thread mutexes directly
Brian Paul
2014-03-06
5
-24
/
+14
*
glapi: rename u_current dispatch table functions
Brian Paul
2014-03-06
6
-13
/
+13
*
glapi: replace 'user' with 'context' in u_current.[ch] code
Brian Paul
2014-03-06
4
-28
/
+28
*
glsl: fix compiler warnings in link_uniforms.cpp
Brian Paul
2014-03-06
1
-1
/
+2
*
mesa/st: only compare the one scissor
Ilia Mirkin
2014-03-05
1
-1
/
+1
*
st/mesa: make winsys fbo sRGB-capable when supported
Chia-I Wu
2014-03-06
3
-12
/
+66
*
st/mesa: add mappings for MESA_FORMAT_B8G8R8X8_SRGB
Chia-I Wu
2014-03-06
1
-2
/
+9
*
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
*
configure: Fix bashism.
Eric Anholt
2014-03-05
1
-1
/
+1
*
docs: update 10.2 release notes
Andreas Boll
2014-03-05
1
-0
/
+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
*
docs: Import 10.1 release notes, add news item.
Ian Romanick
2014-03-05
2
-3
/
+11
*
nv50,nvc0: add 11f_11f_10f vertex support
Ilia Mirkin
2014-03-04
4
-2
/
+4
*
i965: Implement ARB_stencil_texturing on Gen8+.
Kenneth Graunke
2014-03-04
5
-5
/
+21
*
mesa: Add core API support for GL_ARB_stencil_texturing (from 4.3).
Kenneth Graunke
2014-03-04
7
-2
/
+49
*
radeon/uvd: fix typo in documentation
Dieter Nützel
2014-03-04
1
-1
/
+1
*
dri: Require libudev-dev for building DRI on Linux.
Eric Anholt
2014-03-04
1
-0
/
+4
*
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
*
scons: Build with C++11 with LLVM >= 3.5.
Vinson Lee
2014-03-04
1
-0
/
+1
*
st/osmesa: check buffer size when searching for buffers
Brian Paul
2014-03-04
1
-4
/
+7
*
configure: s/--with-llvm-shared-libs/--enable-llvm-shared-libs/
José Fonseca
2014-03-04
1
-2
/
+2
*
c11/threads: Don't implement thrd_current on Windows.
José Fonseca
2014-03-04
1
-2
/
+32
*
mapi/u_thread: Use GetCurrentThreadId
José Fonseca
2014-03-04
1
-0
/
+18
*
c11/threads: Fix nano to milisecond conversion.
José Fonseca
2014-03-04
1
-1
/
+1
*
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
*
Revert "configure: use enable_dri_glx local variable"
Emil Velikov
2014-03-04
1
-9
/
+6
[next]