Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
d8cfdbe894be8691242df4e812601320fbf6c5e7
d8cfdbe
intel: Don't mark front buffer dirty if we're only reading
by Kristian Høgsberg
· 15 years ago
32942d2
intel: Mark frontbuffer dirty in intel_prepare_render()
by Kristian Høgsberg
· 15 years ago
2d00d16
glx: Only call DRI2 invalidate when necessary
by Kristian Høgsberg
· 15 years ago
7c5152c
svga: Fill in is_resource_referenced callback.
by José Fonseca
· 15 years ago
533ec3f
gallivm: Silent warning.
by José Fonseca
· 15 years ago
54b94ee
gallivm: Add missing lvalue.
by José Fonseca
· 15 years ago
3b2bdde
st/mesa: only set prevInstWrotePsiz if translating a vertex program
by Brian Paul
· 15 years ago
adbbaae
st/mesa: additional assertions in dst_register()
by Brian Paul
· 15 years ago
a1cc4c1
i965g: link with software- wrapper winsys and drm api helper
by Jakob Bornecrantz
· 15 years ago
40faa56
gallium: Add software drm api helper to scons build
by Jakob Bornecrantz
· 15 years ago
8ff59f0
gallium: Add pipe wrapper software winsys to scons build
by Jakob Bornecrantz
· 15 years ago
bb72058
i965g: fix resource creation recursion bug
by Roland Scheidegger
· 15 years ago
804daed
i965g: add brw_state_debug.c to SConscript
by Roland Scheidegger
· 15 years ago
433bdb1
i965g: avoid void * arithmetic
by Roland Scheidegger
· 15 years ago
2e524fd
gallivm: Temporarily disable custom LLVMDumpValue on MSVC.
by José Fonseca
· 15 years ago
e3205b0
gallivm: cosf/sinf are macros on MSVC.
by José Fonseca
· 15 years ago
7c5e267
mesa: Update comments in get_gen_es.py.
by Vinson Lee
· 15 years ago
e3d8d25
swrast: fix 16-bit/channel rendering
by Brian Paul
· 15 years ago
9b990c8
osmesa: use unsigned 16-bit/channel format
by Brian Paul
· 15 years ago
980df84
osmesa: add mapi/glapi to SRC_DIRS to fix build
by Brian Paul
· 15 years ago
9691031
mesa: fix typos, comment in signed 16-bit tex fetch code
by Brian Paul
· 15 years ago
17e9671
mesa: added unsigned 16-bit/channel tex format
by Brian Paul
· 15 years ago
7a57af6
mesa: added comments for signed 16-bit formats
by Brian Paul
· 15 years ago
8ea6148
mesa: use GL_RGBA16_SNORM for accum buffer
by Brian Paul
· 15 years ago
279056f
mesa: added texstore function for signed 16-bit formats
by Brian Paul
· 15 years ago
6274bb8
mesa: added UNCLAMPED_FLOAT_TO_SHORT macro
by Brian Paul
· 15 years ago
880e04b
mesa: add missing cases for signed 16-bit formats
by Brian Paul
· 15 years ago
913d7c3
st/mesa: Ignore internal_format in st_context_teximage.
by Chia-I Wu
· 15 years ago
8ad3e0b
gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
by José Fonseca
· 15 years ago
08b3179
gallivm: Fix mipfiltering with negative lod bias.
by José Fonseca
· 15 years ago
ff7542a
gallivm: Actually do floor/ceil/trunc for scalars.
by José Fonseca
· 15 years ago
ffebc7f
gallivm: Import the code to compute the minimax polynomials.
by José Fonseca
· 15 years ago
c376dad
gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5].
by José Fonseca
· 15 years ago
de088c6
gallivm: Don't hardcode number of args twice.
by José Fonseca
· 15 years ago
d044ecb
r300g: follow pipe_rasterizer_state::light_twoside
by Marek Olšák
· 15 years ago
084580f
r300g: follow pipe_rasterizer_state::point_size_per_vertex
by Marek Olšák
· 15 years ago
34a5109
r300g: move GA_POINT_MINMAX back to rs_state
by Marek Olšák
· 15 years ago
ceafb39
r300g: fix glean/pointSprite using lodbias correction
by Marek Olšák
· 15 years ago
71584d0
r300g: pass depth texture swizzle to the compiler if compare mode is enabled
by Marek Olšák
· 15 years ago
78e8813
r300g: respect compare mode regardless of sampler type
by Marek Olšák
· 15 years ago
e812c04
r300/compiler: fake equal/notequal for shadow samplers
by Marek Olšák
· 15 years ago
35a6df5
r300/compiler: use perspective division only for TXP in shadow samplers
by Marek Olšák
· 15 years ago
0cbe1e6
r300/compiler: make shadow sampler codegen more readable, add comments
by Marek Olšák
· 15 years ago
39d0ece
r300/compiler: shorten RC_*SWIZZLE* expressions
by Marek Olšák
· 15 years ago
eb9dc25
r300/compiler: generalize depth texture mode to support arbitrary swizzles
by Marek Olšák
· 15 years ago
c637f38
r300/compiler: fix LIT instruction case 0^0 = 1
by Marek Olšák
· 15 years ago
da180a8
r300g: consolidate common render code into one function
by Marek Olšák
· 15 years ago
e9fc5b4
gallivm: The the JIT engine to use our sinf()/cosf() on Windows.
by José Fonseca
· 15 years ago
2d91903
gallivm: Fix BREAK/CONT translation.
by José Fonseca
· 15 years ago
852f735
llvmpipe: Cover more formats in unit test.
by José Fonseca
· 15 years ago
36e28d4
gallivm: Fix segfaul when inserting allocas in an empty function.
by José Fonseca
· 15 years ago
2c2deba
gallivm: Centralize SoA swizzling into a single place.
by José Fonseca
· 15 years ago
ff6c78f
gallivm: Support predicates.
by José Fonseca
· 15 years ago
6e47d4f
llvmpipe: Match p_screen.h's function prototype.
by José Fonseca
· 15 years ago
238f782
Update file list for the tarballs.
by Chia-I Wu
· 15 years ago
cc346b5
llvmpipe: Remove unnecessary header.
by Vinson Lee
· 15 years ago
2e3c4e4
docs: Update EGL and OpenGL ES docs.
by Chia-I Wu
· 15 years ago
56530c9
egl: Build drivers in $(TOP)/$(LIB_DIR)/egl.
by Chia-I Wu
· 15 years ago
63ab250
gallium: Add egl-apis target.
by Chia-I Wu
· 15 years ago
559046e
mapi: Add install rules for OpenGL ES.
by Chia-I Wu
· 15 years ago
bc918ef
mapi: Install .pc file for OpenVG.
by Chia-I Wu
· 15 years ago
b0749fd
mapi: Update vgapi to build libOpenVG.so.
by Chia-I Wu
· 15 years ago
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
Next »