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
*
texture_builtins.py: Add support for textureSize (txs).
Kenneth Graunke
2011-08-23
1
-14
/
+36
*
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
Kenneth Graunke
2011-08-23
11
-36
/
+65
*
st/xorg: Advertise support for XvMC
Maarten Lankhorst
2011-08-23
4
-0
/
+129
*
mesa: call _mesa_set_vp_override in glDrawTex*
Chia-I Wu
2011-08-23
1
-0
/
+4
*
auxiliary: share the source lists
Chia-I Wu
2011-08-23
4
-591
/
+207
*
scons: add ParseSourceList method
Chia-I Wu
2011-08-23
2
-0
/
+159
*
glsl: Make ir_validate actually visit ir_if nodes.
Kenneth Graunke
2011-08-22
1
-2
/
+3
*
intel: Abort when DRI2 separate stencil handshake fails
Chad Versace
2011-08-22
1
-0
/
+7
*
glsl_to_tgsi: Fix a few more struct vs. class warnings.
Kenneth Graunke
2011-08-21
1
-5
/
+5
*
glsl_to_tgsi: emit a MAD(b, -a, b) for !a && b
Bryan Cain
2011-08-20
1
-0
/
+52
*
glsl_to_tgsi: fix typo
Bryan Cain
2011-08-20
1
-1
/
+1
*
glsl_to_tgsi: implement ir_binop_all_equal using DP4 w/SGE
Bryan Cain
2011-08-20
1
-1
/
+19
*
glsl_to_tgsi: implement ir_binop_any_nequal using DP4 w/saturate or DP4 w/SLT
Bryan Cain
2011-08-20
1
-2
/
+23
*
glsl_to_tgsi: implement ir_unop_any using DP4 w/saturate or DP4 w/SLT
Bryan Cain
2011-08-20
1
-4
/
+28
*
glsl_to_tgsi: make glsl_to_tgsi_visitor::emit_dp return the instruction
Bryan Cain
2011-08-20
1
-7
/
+7
*
glsl_to_tgsi: implement ir_binop_logic_or using an add w/saturate or add w/SLT
Bryan Cain
2011-08-20
1
-4
/
+27
*
glsl_to_tgsi: implement ir_unop_logic_not using 1-x
Bryan Cain
2011-08-20
1
-1
/
+11
*
st/egl: add a missing include
Chia-I Wu
2011-08-21
1
-0
/
+1
*
st/egl: improve error logging
Chia-I Wu
2011-08-21
2
-3
/
+12
*
st/egl: add buffer preserving support to Android
Chia-I Wu
2011-08-21
1
-4
/
+67
*
st/egl: improve buffer cache for Android
Chia-I Wu
2011-08-21
1
-31
/
+73
*
st/egl: swapping without a buffer is not an error
Chia-I Wu
2011-08-21
1
-1
/
+1
*
st/egl: use HAL formats for Android backend
Chia-I Wu
2011-08-21
1
-26
/
+15
*
winsys/sw/android: use HAL formats
Chia-I Wu
2011-08-21
1
-18
/
+9
*
winsys/sw/android: set bo usage correctly
Chia-I Wu
2011-08-21
1
-10
/
+3
*
android: make libGLES_mesa real
Chia-I Wu
2011-08-21
1
-0
/
+37
*
android: build shared glapi
Chia-I Wu
2011-08-21
2
-0
/
+61
*
android: build glsl
Chia-I Wu
2011-08-21
4
-0
/
+302
*
android: build core mesa
Chia-I Wu
2011-08-21
3
-0
/
+215
*
android: build core EGL
Chia-I Wu
2011-08-21
2
-2
/
+67
*
android: build softpipe
Chia-I Wu
2011-08-21
2
-1
/
+68
*
android: build android sw winsys
Chia-I Wu
2011-08-21
2
-0
/
+37
*
android: build targets/egl-static
Chia-I Wu
2011-08-21
2
-0
/
+53
*
android: build st/egl with android backend
Chia-I Wu
2011-08-21
2
-0
/
+55
*
android: build gallium auxiliaries
Chia-I Wu
2011-08-21
4
-0
/
+326
*
android: build libGLES_mesa
Chia-I Wu
2011-08-21
2
-0
/
+139
*
targets/egl-static: do not rely on libudev on Android
Chia-I Wu
2011-08-21
1
-0
/
+64
*
st/egl: add android backend
Chia-I Wu
2011-08-21
5
-0
/
+781
*
winsys/android: new SW winsys for Android
Chia-I Wu
2011-08-21
2
-0
/
+320
*
egl: add Android-specific extensions
Chia-I Wu
2011-08-21
5
-0
/
+53
*
egl: add _EGL_PLATFORM_ANDROID
Chia-I Wu
2011-08-21
3
-1
/
+12
*
mesa: android has no log2f nor ffs
Chia-I Wu
2011-08-21
1
-1
/
+7
*
ralloc: include limits.h for SIZE_MAX on Android
Chia-I Wu
2011-08-21
1
-0
/
+5
*
gallium: add PIPE_OS_ANDROID support
Chia-I Wu
2011-08-21
4
-2
/
+22
*
glsl: remove an unnecessary header include
Chia-I Wu
2011-08-21
1
-1
/
+0
*
mesa: fix !FEATURE_GL build
Chia-I Wu
2011-08-21
1
-18
/
+18
*
i965/gen7: Use align1 mode to set URB_WRITE_HWORD channel enables.
Kenneth Graunke
2011-08-20
1
-0
/
+3
*
i965/fs: Don't double-convert integer/boolean uniforms.
Kenneth Graunke
2011-08-19
1
-16
/
+20
*
mesa, glsl_to_tgsi: Add new gl_context::NativeIntegers flag.
Kenneth Graunke
2011-08-19
3
-27
/
+37
*
ir_to_mesa: Remove incorrect usage of the 'struct' keyword on classes.
Kenneth Graunke
2011-08-19
1
-2
/
+2
[next]