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
...
*
gallium,st/mesa: don't use blit-based transfers with software rasterizers
Marek Olšák
2013-03-23
15
-1
/
+35
*
st/mesa: implement blit-based ReadPixels
Marek Olšák
2013-03-23
3
-13
/
+189
*
mesa: add common format-independent memcpy-based ReadPixels path
Marek Olšák
2013-03-23
4
-37
/
+167
*
mesa: add helper func for checking combined depthstencil buffers from st/mesa
Marek Olšák
2013-03-23
5
-44
/
+35
*
mesa: add a common function returning transfer ops for ReadPixels
Marek Olšák
2013-03-23
1
-20
/
+74
*
mesa: handle HALF_FLOAT like FLOAT in get_tex_rgba
Marek Olšák
2013-03-23
1
-0
/
+1
*
llvmpipe: add EXT_packed_float render target format support
Roland Scheidegger
2013-03-22
4
-2
/
+382
*
r600g: Honour legacy debugging environment variables
Michel Dänzer
2013-03-22
1
-0
/
+10
*
docs: Mark ARB_ES3_compatibility as done.
Matt Turner
2013-03-21
1
-1
/
+1
*
freedreno: add pipe->blit
Rob Clark
2013-03-21
1
-3
/
+48
*
i965: Add a driconf option to disable flush throttling.
Paul Berry
2013-03-21
4
-2
/
+15
*
mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.
Matt Turner
2013-03-21
3
-0
/
+14
*
glx: Build with VISIBILITY_CFLAGS in automake
Adam Jackson
2013-03-21
1
-0
/
+1
*
scons: check for existance of 'MSVC_VERSION' in env
Brian Paul
2013-03-21
1
-1
/
+1
*
softpipe: silence some asst. MSVC type warnings in sp_tex_sample.c
Brian Paul
2013-03-21
1
-6
/
+6
*
softpipe: silence some MSVC signed/unsigned warnings
Brian Paul
2013-03-21
2
-2
/
+2
*
softpipe: silence some MSVC float/double warnings
Brian Paul
2013-03-21
1
-6
/
+6
*
rbug: silence some MSVC signed/unsigned warnings
Brian Paul
2013-03-21
2
-2
/
+2
*
postprocess: silence some MSVC float/int warnings
Brian Paul
2013-03-21
2
-4
/
+4
*
meta: fix incorrect slice, r coordinate computation
Brian Paul
2013-03-21
1
-4
/
+9
*
vega: fix MSVC warning about missing return statement
Brian Paul
2013-03-21
1
-0
/
+1
*
meta: minor indentation fix
Brian Paul
2013-03-21
1
-1
/
+1
*
radeonsi: Emit pixel shader state even when only the vertex shader changed
Michel Dänzer
2013-03-21
1
-0
/
+5
*
android: Define PACKAGE_VERSION/BUGREPORT in CFLAGS
Chad Versace
2013-03-20
1
-0
/
+2
*
i965/vs: Add IR dumping for immediates.
Kenneth Graunke
2013-03-20
1
-0
/
+16
*
glsl: Add built-in functions for GLSL 1.50.
Kenneth Graunke
2013-03-20
2
-0
/
+1145
*
glsl: Add sampler2DMS/sampler2DMSArray types to GLSL 1.50.
Kenneth Graunke
2013-03-20
2
-1
/
+12
*
glsl: Bump standalone compiler versions to 1.50.
Kenneth Graunke
2013-03-20
2
-3
/
+3
*
i965: Don't use texture swizzling to force alpha to 1.0 if unnecessary.
Kenneth Graunke
2013-03-20
1
-1
/
+2
*
i965: Don't print a fatal-looking message if intelCreateContext fails.
Kenneth Graunke
2013-03-20
1
-1
/
+0
*
i965/gen7: Align all depth miplevels to 8 in the X direction.
Eric Anholt
2013-03-20
1
-1
/
+9
*
nvc0: fix max varying count, move CLIPVERTEX,FOG out of the way
Christoph Bumiller
2013-03-20
3
-12
/
+36
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
28
-92
/
+171
*
docs: import release notes for 9.1.1, add news item
Ian Romanick
2013-03-19
2
-0
/
+241
*
gallium-egl: Fix compile errors introduced in de315f76a
Kristian Høgsberg
2013-03-19
5
-5
/
+5
*
i965/fs: Avoid unnecessary recompiles due to POS bit of proj_attrib_mask.
Paul Berry
2013-03-19
2
-2
/
+12
*
ff_fragment_shader: Don't do unnecessary (and dangerous) uniform setup.
Paul Berry
2013-03-19
1
-16
/
+0
*
i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.
Paul Berry
2013-03-19
10
-17
/
+52
*
r600g: don't emit SQ_DYN_GPR_RESOURCE_LIMIT_1 on cayman
Alex Deucher
2013-03-19
1
-1
/
+0
*
r600g: emit DB_SRESULTS_COMPARE_STATE0 on r6xx/r7xx
Alex Deucher
2013-03-19
2
-1
/
+3
*
winsys/svga: improve error/debug message output
Brian Paul
2013-03-19
3
-25
/
+35
*
tgsi: fix uninitialized declaration array fields
Brian Paul
2013-03-19
1
-0
/
+13
*
egl_dri2: Lower __DRI_IMAGE version requirement back to 1
Kristian Høgsberg
2013-03-19
2
-2
/
+13
*
radeon/llvm: Do not link against libgallium when building statically.
Maarten Lankhorst
2013-03-19
1
-1
/
+4
*
gles2: Add an ABI-check test
Matt Turner
2013-03-19
2
-0
/
+294
*
gles1: Add an ABI-check test
Matt Turner
2013-03-19
2
-0
/
+256
*
gallium/egl: fix out-of-tree build
Andreas Boll
2013-03-19
1
-1
/
+1
*
osmesa: fix out-of-tree build
Andreas Boll
2013-03-19
1
-0
/
+1
*
build: Enable x86 assembler on Hurd.
Andreas Boll
2013-03-19
1
-0
/
+3
*
mesa: use ieee fp on s390 and m68k
Andreas Boll
2013-03-19
1
-1
/
+2
[prev]
[next]