Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
3e1ccb2508fe71d789994daca94106afb7307955
3e1ccb2
mapi: Merge src/gles/.
by Chia-I Wu
· 15 years ago
874ccd5
Define OpenGL ES and OpenVG library names.
by Chia-I Wu
· 15 years ago
2773f88
egl_g3d: Check external modules for client APIs first.
by Chia-I Wu
· 15 years ago
e8ba281
egl: Add _eglSearchPathForEach.
by Chia-I Wu
· 15 years ago
74fb080
gallium/draw: additional comments in the clipping code
by Brian Paul
· 15 years ago
3965bc5
mesa: remove driver hooks for GetFloat/Integer/Doublev, etc
by Brian Paul
· 15 years ago
db178af
glx: Get GLX_SCREEN first in __glXQueryContextInfo()
by Kristian Høgsberg
· 15 years ago
f350b10
mesa: fpclassify dummy definition is not needed on cygwin
by Jon TURNEY
· 15 years ago
12d74d6
tgis: fix SOA aliasing for MUL instruction in SSE codegen
by Brian Paul
· 15 years ago
50c9407
apple: Move glapi to mapi.
by Vinson Lee
· 15 years ago
5065d33
mapi/glapi: Don't allocate a page for every function on windows.
by José Fonseca
· 15 years ago
5569faf
mapi: Avoid Data Execution Prevention on windows.
by José Fonseca
· 15 years ago
80c8c89
wgl: Add mapi to includes.
by José Fonseca
· 15 years ago
de39940
mapi: Add x86-64 dispatcher.
by Chia-I Wu
· 15 years ago
56eb5d7
mapi: Add x86 dispatcher.
by Chia-I Wu
· 15 years ago
75143ef
st/vega: Use vgapi.
by Chia-I Wu
· 15 years ago
bdc4504
mapi: Add vgapi.
by Chia-I Wu
· 15 years ago
d4589d3
mapi: Add a generic C dispatcher.
by Chia-I Wu
· 15 years ago
a73c654
mapi: Add mapi and share the code with glapi.
by Chia-I Wu
· 15 years ago
296adbd
glapi: Move to src/mapi/.
by Chia-I Wu
· 15 years ago
73ded06
glapi: Move assembly dispatchers back into glapi/.
by Chia-I Wu
· 15 years ago
4d52a25
gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.
by Török Edwin
· 15 years ago
1fce9d5
softpipe: fix dangling references to shaders in the TGSI executor
by Brian Paul
· 15 years ago
4b274f3
tgsi: make SSE ADD instruction SOA-safe
by Brian Paul
· 15 years ago
895ee71
tgsi: code refactoring
by Brian Paul
· 15 years ago
92d88cc
tgsi: added tgsi_get_processor_name()
by Brian Paul
· 15 years ago
c8f0e80
tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplers
by Brian Paul
· 15 years ago
fbb1ad3
gallium/tgsi: remove unused tgsi_exec_labels code
by Brian Paul
· 15 years ago
6800715
llvmpipe: Fix fence wait.
by José Fonseca
· 15 years ago
c37d825
st/mesa: fix compressed mipmap generation for small image sizes
by Brian Paul
· 15 years ago
4b59d2b
st/mesa: fix bug in compute_num_levels()
by Brian Paul
· 15 years ago
9adebe1
st/mesa: when copying mipmap levels between textures, start at BaseLevel
by Brian Paul
· 15 years ago
095a653
scons: Disable graw-null on msvc until linkage works.
by José Fonseca
· 15 years ago
f63672c
graw-null: Try to fix MSVC linkage problems.
by José Fonseca
· 15 years ago
54f95d2
es: Ignores
by Jakob Bornecrantz
· 15 years ago
4cad69a
svga: Fix scons build
by Jakob Bornecrantz
· 15 years ago
86afe82
llvmpipe: implement occlusion query
by Qicheng Christopher Li
· 15 years ago
f587615
util: Recognize FALSE and F in debug_get_bool_option
by Jakob Bornecrantz
· 15 years ago
7ed2f95
gallium: untrack u_indices_gen.c and u_indices_gen.c
by José Fonseca
· 15 years ago
0f4e61d
raw/clear: Make it portable.
by José Fonseca
· 15 years ago
d5e741d
graw-null: New target to ensure we always have a graw implementation available.
by José Fonseca
· 15 years ago
2b322ad
graw-xlib: Remove duplicate graw.h file.
by José Fonseca
· 15 years ago
f58d780
Revert "gallium: untrack u_indices_gen.c and u_indices_gen.c"
by José Fonseca
· 15 years ago
b0524d3
gallium: untrack u_indices_gen.c and u_indices_gen.c
by Xavier Chantry
· 15 years ago
2142c76
gallium: untrack u_indices_gen.c and u_indices_gen.c
by Xavier Chantry
· 15 years ago
a18702f
darwin: Fix build
by Jeremy Huddleston
· 15 years ago
fca2489
gallium: still more provoking vertex fixes
by Brian Paul
· 15 years ago
eaad99d
gallium: added edge flag print/debug code (disabled)
by Brian Paul
· 15 years ago
740e50c
gallium: rename draw() to draw_elements() in vbuf code
by Brian Paul
· 15 years ago
246d390
llvmpipe: update driver's provoking vertex code
by Brian Paul
· 15 years ago
cb136a9
gallium: rework provoking vertex code
by Brian Paul
· 15 years ago
a8bb495
tgsi: make dumping work on non-debug builds
by Marek Olšák
· 15 years ago
0ad541a
st/mesa: fix per-vertex point size
by Marek Olšák
· 15 years ago
5c2f6a3
llvmpipe: added a new assertion as a hint to Coverity
by Brian Paul
· 15 years ago
6ddd640
nouveau: only advertise PIPE_FORMAT_DXT* if s3tc available
by Xavier Chantry
· 15 years ago
8ddf93e
graw-xlib: Revert the output dir lib change.
by José Fonseca
· 15 years ago
e3ce10f
st/mesa: Remove unnecessary headers.
by Vinson Lee
· 15 years ago
8191e5a
mesa: fpclassify dummy definition not needed on Mac OS X.
by Vinson Lee
· 15 years ago
bc751b5
svga: Remove unnecessary header.
by Vinson Lee
· 15 years ago
e768d11
draw: Remove unnecessary header.
by Vinson Lee
· 15 years ago
57f0a25
util: Remove unnecessary headers.
by Vinson Lee
· 15 years ago
dbcd562
llvmpipe: Remove unnecessary headers.
by Vinson Lee
· 15 years ago
3234066
r300g: Fix memory leak on error path.
by Vinson Lee
· 15 years ago
ce914ff
i965: When an RB gets a new region, clear the old from the state cache.
by Eric Anholt
· 15 years ago
453f0b1
intel: Don't tile textures so small that size is blown up by over 2x.
by Eric Anholt
· 15 years ago
781d56e
progs/egl: Fix eglut with OpenGL ES 2.0.
by Chia-I Wu
· 15 years ago
53a53b2
osmesa: remove unused var
by Brian Paul
· 15 years ago
d148e25
mesa: remove some color index code
by Brian Paul
· 15 years ago
00b7dcd
mesa: remove unused renderbuffer adaptor code
by Brian Paul
· 15 years ago
7f07ac8
mesa: remove renderbuffer adaptor calls
by Brian Paul
· 15 years ago
36b3a8b
osmesa: fix OSMesa for CHAN_BITS=32
by Brian Paul
· 15 years ago
719f704
st/mesa: Fix texture-from-pixmap.
by Chia-I Wu
· 15 years ago
a6ec153
mesa: Fix build of ES overlay.
by Chia-I Wu
· 15 years ago
b29b27c
st/mesa: remove commented-out struct field
by Brian Paul
· 15 years ago
382eb1a
gallium: remove trailing comma in enum list
by Brian Paul
· 15 years ago
791c339
mesa: add a dummy definition for fpclassify() if needed
by Brian Paul
· 15 years ago
bef9460
mesa: remove trailing comma in enum list
by Brian Paul
· 15 years ago
1169d86
llvmpipe: predicate LLVMDumpModule() on DEBUG_JIT
by Brian Paul
· 15 years ago
b2e343d
tests/raw: Get it building with scons.
by José Fonseca
· 15 years ago
ddb0e18
draw: Preserve the provoking vertex both when decomposing and clipping.
by José Fonseca
· 15 years ago
dc1c33b
draw: Adjust wideline vertex coords for D3D.
by Brian Paul
· 15 years ago
f816937
scons: Add support for Mingw64.
by José Fonseca
· 15 years ago
c6fdb95
st/mesa: need to pass srcLevel to st_texture_image_copy()
by Brian Paul
· 15 years ago
87022ef
llvmpipe: fix broken compressed cube maps
by Brian Paul
· 15 years ago
0f0c036
gallium/util: added is_format_compressed()
by Brian Paul
· 15 years ago
477b0d8
llvmpipe: do some null pointer checking
by Brian Paul
· 15 years ago
0671c6b
llvmpipe: add some tests for malloc() returning NULL.
by Brian Paul
· 15 years ago
2649d64
progs/demos: set line width back to 1.0 in DrawBox()
by Brian Paul
· 15 years ago
6a191b2
glxinfo: Get visual info when an fbconfig has an associated visual
by Kristian Høgsberg
· 15 years ago
9e4f2da
Fix gles .pc file generation
by Kristian Høgsberg
· 15 years ago
ceffd7b
Add egl.pc file
by Kristian Høgsberg
· 15 years ago
88512e8
r300g: advertise S3TC only when it's available in Gallium
by Marek Olšák
· 15 years ago
677a604
u_blitter: fix creating fragment shaders
by Wiktor Janas
· 15 years ago
06c72da
intel: Update renderbuffers unconditionally in intelSetTexBuffer2()
by Kristian Høgsberg
· 15 years ago
2b53f4a
st/mesa: return success/fail from guess_and_alloc_texture()
by Brian Paul
· 15 years ago
c2b47a7
st/mesa: improved st_texture_image_copy()
by Brian Paul
· 15 years ago
dad962b
mesa/st: Fill in native program limits.
by José Fonseca
· 15 years ago
1c920c6
intel: Enable GL_EXT_framebuffer_object for gles2
by Kristian Høgsberg
· 15 years ago
ec43b2e
gallivm: Proper implementation of TXL opcode.
by José Fonseca
· 15 years ago
4554cdc
gallivm: Fix several glitches introduced in the prev commit.
by José Fonseca
· 15 years ago
Next »