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
...
*
r300g: consolidate common render code into one function
Marek Olšák
2010-05-08
4
-85
/
+95
*
gallivm: The the JIT engine to use our sinf()/cosf() on Windows.
José Fonseca
2010-05-08
1
-18
/
+79
*
gallivm: Fix BREAK/CONT translation.
José Fonseca
2010-05-08
1
-44
/
+63
*
llvmpipe: Cover more formats in unit test.
José Fonseca
2010-05-08
1
-29
/
+38
*
gallivm: Fix segfaul when inserting allocas in an empty function.
José Fonseca
2010-05-08
1
-3
/
+10
*
gallivm: Centralize SoA swizzling into a single place.
José Fonseca
2010-05-08
5
-70
/
+128
*
gallivm: Support predicates.
José Fonseca
2010-05-08
2
-8
/
+101
*
llvmpipe: Match p_screen.h's function prototype.
José Fonseca
2010-05-08
1
-1
/
+1
*
Update file list for the tarballs.
Chia-I Wu
2010-05-08
1
-23
/
+35
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-05-08
1
-1
/
+0
*
docs: Update EGL and OpenGL ES docs.
Chia-I Wu
2010-05-08
2
-57
/
+67
*
egl: Build drivers in $(TOP)/$(LIB_DIR)/egl.
Chia-I Wu
2010-05-08
2
-5
/
+7
*
gallium: Add egl-apis target.
Chia-I Wu
2010-05-08
12
-161
/
+178
*
mapi: Add install rules for OpenGL ES.
Chia-I Wu
2010-05-08
4
-48
/
+43
*
mapi: Install .pc file for OpenVG.
Chia-I Wu
2010-05-08
2
-1
/
+31
*
mapi: Update vgapi to build libOpenVG.so.
Chia-I Wu
2010-05-08
1
-3
/
+24
*
mapi: Merge src/gles/.
Chia-I Wu
2010-05-08
3
-90
/
+38
*
Define OpenGL ES and OpenVG library names.
Chia-I Wu
2010-05-08
4
-2
/
+36
*
egl_g3d: Check external modules for client APIs first.
Chia-I Wu
2010-05-08
3
-39
/
+157
*
egl: Add _eglSearchPathForEach.
Chia-I Wu
2010-05-08
2
-0
/
+20
*
gallium/draw: additional comments in the clipping code
Brian Paul
2010-05-07
1
-5
/
+10
*
mesa: remove driver hooks for GetFloat/Integer/Doublev, etc
Brian Paul
2010-05-07
5
-54
/
+0
*
glx: Get GLX_SCREEN first in __glXQueryContextInfo()
Kristian Høgsberg
2010-05-07
1
-3
/
+10
*
mesa: fpclassify dummy definition is not needed on cygwin
Jon TURNEY
2010-05-07
1
-1
/
+1
*
tgis: fix SOA aliasing for MUL instruction in SSE codegen
Brian Paul
2010-05-07
1
-4
/
+11
*
apple: Move glapi to mapi.
Vinson Lee
2010-05-06
1
-1
/
+2
*
mapi/glapi: Don't allocate a page for every function on windows.
José Fonseca
2010-05-07
2
-36
/
+42
*
mapi: Avoid Data Execution Prevention on windows.
José Fonseca
2010-05-07
2
-1
/
+17
*
wgl: Add mapi to includes.
José Fonseca
2010-05-07
1
-0
/
+1
*
mapi: Add x86-64 dispatcher.
Chia-I Wu
2010-05-07
2
-0
/
+99
*
mapi: Add x86 dispatcher.
Chia-I Wu
2010-05-07
4
-1
/
+246
*
st/vega: Use vgapi.
Chia-I Wu
2010-05-07
17
-235
/
+396
*
mapi: Add vgapi.
Chia-I Wu
2010-05-07
3
-0
/
+154
*
mapi: Add a generic C dispatcher.
Chia-I Wu
2010-05-07
12
-0
/
+1325
*
mapi: Add mapi and share the code with glapi.
Chia-I Wu
2010-05-07
19
-743
/
+794
*
glapi: Move to src/mapi/.
Chia-I Wu
2010-05-07
120
-163
/
+282
*
glapi: Move assembly dispatchers back into glapi/.
Chia-I Wu
2010-05-07
8
-20
/
+20
*
gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.
Török Edwin
2010-05-06
2
-2
/
+18
*
softpipe: fix dangling references to shaders in the TGSI executor
Brian Paul
2010-05-06
4
-20
/
+22
*
tgsi: make SSE ADD instruction SOA-safe
Brian Paul
2010-05-06
1
-5
/
+13
*
tgsi: code refactoring
Brian Paul
2010-05-06
1
-16
/
+34
*
tgsi: added tgsi_get_processor_name()
Brian Paul
2010-05-06
2
-0
/
+18
*
tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplers
Brian Paul
2010-05-06
1
-1
/
+20
*
gallium/tgsi: remove unused tgsi_exec_labels code
Brian Paul
2010-05-06
2
-22
/
+0
*
llvmpipe: Fix fence wait.
José Fonseca
2010-05-06
1
-1
/
+4
*
st/mesa: fix compressed mipmap generation for small image sizes
Brian Paul
2010-05-06
1
-2
/
+24
*
st/mesa: fix bug in compute_num_levels()
Brian Paul
2010-05-06
1
-5
/
+7
*
st/mesa: when copying mipmap levels between textures, start at BaseLevel
Brian Paul
2010-05-06
1
-1
/
+1
*
scons: Disable graw-null on msvc until linkage works.
José Fonseca
2010-05-06
1
-1
/
+3
*
graw-null: Try to fix MSVC linkage problems.
José Fonseca
2010-05-06
1
-1
/
+4
[prev]
[next]