Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
62ad6e66a5c11fa58e51a6251f97a12a759773ec
62ad6e6
softpipe: implement TXF support via get_texel callback
by Dave Airlie
· 13 years ago
d562f97
tgsi: add TXF support.
by Dave Airlie
· 13 years ago
515d9e8
glsl_to_tgsi: implement TXS/TXQ. (v2)
by Dave Airlie
· 13 years ago
461646f
softpipe: add get_dims callback for TXQ support. (v2)
by Dave Airlie
· 13 years ago
7f1b9dd
tgsi: add TXQ support. (v2)
by Dave Airlie
· 13 years ago
b9eb4d8
glsl: Implement the GL_ARB_conservative_depth extension.
by Kenneth Graunke
· 13 years ago
dbec3a5
Document the return type coding style.
by Kai Wasserbäch
· 13 years ago
79a486e
Change return type of try_emit_* methods to bool.
by Kai Wasserbäch
· 13 years ago
55592d9
d3d1x: save to correct slot in xs_set_constant_buffers
by Christoph Bumiller
· 13 years ago
974412d
d3d1x: fix xs_set_samplers
by Christoph Bumiller
· 13 years ago
7b1972d
android: add support for r600g
by Chia-I Wu
· 13 years ago
689b45f
winsys/radeon: share the source list
by Chia-I Wu
· 13 years ago
027a45e
winsys/r600: share the source list
by Chia-I Wu
· 13 years ago
8dda3f2
r600g: share the source list
by Chia-I Wu
· 13 years ago
707d614
glsl: Make sure that Extensions.dummy_true is set to true
by Ian Romanick
· 13 years ago
038d654
vbo: remove unused var, remove unneeded local var
by Brian Paul
· 13 years ago
473cf06
llvmpipe: add more restrict keywords
by Brian Paul
· 13 years ago
4396826
docs: Document coding style conventions
by Paul Berry
· 13 years ago
ddd6e5b
swrast: Remove swrast eject/validate texture image code.
by Brian Paul
· 13 years ago
4990e7e
radeon: Fix flushing before writing a teximage's BO when !t->bo.
by Eric Anholt
· 13 years ago
6dbad42
st/mesa: remove st_texture_image::face,level fields
by Brian Paul
· 13 years ago
7dae1aa
intel: use new gl_texture_image:Face, Level fields
by Brian Paul
· 13 years ago
a231d24
mesa: add gl_texture_image::Face, Level fields
by Brian Paul
· 13 years ago
c3ad95e
x11: add missing comma to fix compilation
by Brian Paul
· 13 years ago
cc9a891
r600g: fill out missing entries in opcode tables.
by Dave Airlie
· 13 years ago
1284d5b
winsys/svga: use os_mmap() for memory mapping
by Chia-I Wu
· 13 years ago
70b1837
winsys/radeon: use os_mmap() for memory mapping
by Chia-I Wu
· 13 years ago
9bda86c
auxiliary/os: add wrappers for mmap/munmap
by Chia-I Wu
· 13 years ago
0d63621
i965: Only map the necessary buffer range in brw_prepare_indices
by Ian Romanick
· 13 years ago
2ea1ff3
tnl: Only map the necessary buffer range in bind_indices
by Ian Romanick
· 13 years ago
655c7d7
mesa: Only map the necessary buffer range in vbo_get_minmax_index
by Ian Romanick
· 13 years ago
28249bd
mesa: Eliminate dd_function_table::MapBuffer
by Ian Romanick
· 13 years ago
cccc741
radeon: Hack up an implementation of MapBufferRange
by Ian Romanick
· 13 years ago
b2184da
mesa: Fix incorrect access parameter passed to MapBuffer
by Ian Romanick
· 13 years ago
6183edc
mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange
by Ian Romanick
· 13 years ago
f973be5
intel: Correctly check for read-only mappings in intel_bufferobj_map_range
by Ian Romanick
· 13 years ago
4ddae2f
mesa: Remove target parameter from dd_function_table::MapBufferRange
by Ian Romanick
· 13 years ago
6c8aa34
mesa: Remove target parameter from dd_function_table::GetBufferSubData
by Ian Romanick
· 13 years ago
92f3fca
mesa: Remove target parameter from dd_function_table::BufferSubData
by Ian Romanick
· 13 years ago
12d924c
mesa: Remove target parameter from dd_function_table::MapBuffer
by Ian Romanick
· 13 years ago
56f0c00
mesa: Remove target parameter from dd_function_table::UnmapBuffer
by Ian Romanick
· 13 years ago
0457655
make: Add missing source file.
by José Fonseca
· 13 years ago
abbb8fc
i965: Fix typo in 2b224d66a01f3ce867fb05558b25749705bbfe7a
by Eric Anholt
· 13 years ago
9d4b98e
i965/gen6+: Use non-normalized coordinates for GL_TEXTURE_RECTANGLE.
by Eric Anholt
· 13 years ago
4eeb4c1
i965: Implement textureSize (TXS) on Gen4.
by Kenneth Graunke
· 13 years ago
ecf8963
i965/fs: Implement textureSize (TXS) on Gen5+.
by Kenneth Graunke
· 13 years ago
b6bdcf2
i965/fs: Rudimentary support for non-floating point texture results.
by Kenneth Graunke
· 13 years ago
2054652
glsl/builtins: Uncomment textureSize prototypes.
by Kenneth Graunke
· 14 years ago
583b295
texture_builtins.py: Add support for textureSize (txs).
by Kenneth Graunke
· 14 years ago
1e3bcbd
glsl: Add a new ir_txs (textureSize) opcode to ir_texture.
by Kenneth Graunke
· 14 years ago
8f26b59
st/xorg: Advertise support for XvMC
by Maarten Lankhorst
· 13 years ago
29d7a0b
mesa: call _mesa_set_vp_override in glDrawTex*
by Chia-I Wu
· 14 years ago
dd250e6
auxiliary: share the source lists
by Chia-I Wu
· 13 years ago
582b5d8
scons: add ParseSourceList method
by Chia-I Wu
· 13 years ago
6c8ea1e
glsl: Make ir_validate actually visit ir_if nodes.
by Kenneth Graunke
· 13 years ago
6959528
intel: Abort when DRI2 separate stencil handshake fails
by Chad Versace
· 13 years ago
7a5d289
glsl_to_tgsi: Fix a few more struct vs. class warnings.
by Kenneth Graunke
· 13 years ago
5379a70
glsl_to_tgsi: emit a MAD(b, -a, b) for !a && b
by Bryan Cain
· 13 years ago
c721d7b
glsl_to_tgsi: fix typo
by Bryan Cain
· 13 years ago
9098953
glsl_to_tgsi: implement ir_binop_all_equal using DP4 w/SGE
by Bryan Cain
· 13 years ago
f3dce13
glsl_to_tgsi: implement ir_binop_any_nequal using DP4 w/saturate or DP4 w/SLT
by Bryan Cain
· 13 years ago
a43f688
glsl_to_tgsi: implement ir_unop_any using DP4 w/saturate or DP4 w/SLT
by Bryan Cain
· 13 years ago
c15eb55
glsl_to_tgsi: make glsl_to_tgsi_visitor::emit_dp return the instruction
by Bryan Cain
· 13 years ago
691cc0e
glsl_to_tgsi: implement ir_binop_logic_or using an add w/saturate or add w/SLT
by Bryan Cain
· 13 years ago
8c31bc7
glsl_to_tgsi: implement ir_unop_logic_not using 1-x
by Bryan Cain
· 13 years ago
112e68c
st/egl: add a missing include
by Chia-I Wu
· 13 years ago
b71a7a2
st/egl: improve error logging
by Chia-I Wu
· 13 years ago
5ce2dc6
st/egl: add buffer preserving support to Android
by Chia-I Wu
· 13 years ago
4c222ff
st/egl: improve buffer cache for Android
by Chia-I Wu
· 13 years ago
62c7c2f
st/egl: swapping without a buffer is not an error
by Chia-I Wu
· 13 years ago
8ccafbb
st/egl: use HAL formats for Android backend
by Chia-I Wu
· 13 years ago
9650483
winsys/sw/android: use HAL formats
by Chia-I Wu
· 13 years ago
f496d8b
winsys/sw/android: set bo usage correctly
by Chia-I Wu
· 13 years ago
327de22
android: make libGLES_mesa real
by Chia-I Wu
· 13 years ago
ee41fc8
android: build shared glapi
by Chia-I Wu
· 13 years ago
b81b82d
android: build glsl
by Chia-I Wu
· 13 years ago
ee40f18
android: build core mesa
by Chia-I Wu
· 13 years ago
2a77dc0
android: build core EGL
by Chia-I Wu
· 13 years ago
faf9d58
android: build softpipe
by Chia-I Wu
· 13 years ago
1557634
android: build android sw winsys
by Chia-I Wu
· 13 years ago
b38da5f
android: build targets/egl-static
by Chia-I Wu
· 13 years ago
98345cf
android: build st/egl with android backend
by Chia-I Wu
· 13 years ago
688db6e
android: build gallium auxiliaries
by Chia-I Wu
· 13 years ago
c9b21d9
android: build libGLES_mesa
by Chia-I Wu
· 13 years ago
4b2b0b9
targets/egl-static: do not rely on libudev on Android
by Chia-I Wu
· 13 years ago
15418a8
st/egl: add android backend
by Chia-I Wu
· 13 years ago
8e54c47
winsys/android: new SW winsys for Android
by Chia-I Wu
· 13 years ago
00b365b
egl: add Android-specific extensions
by Chia-I Wu
· 14 years ago
b0945c1
egl: add _EGL_PLATFORM_ANDROID
by Chia-I Wu
· 14 years ago
504f92c
mesa: android has no log2f nor ffs
by Chia-I Wu
· 13 years ago
b34770d
ralloc: include limits.h for SIZE_MAX on Android
by Chia-I Wu
· 13 years ago
cd893cc
gallium: add PIPE_OS_ANDROID support
by Chia-I Wu
· 13 years ago
31753b5
glsl: remove an unnecessary header include
by Chia-I Wu
· 13 years ago
a40008a
mesa: fix !FEATURE_GL build
by Chia-I Wu
· 14 years ago
f7d2dca
i965/gen7: Use align1 mode to set URB_WRITE_HWORD channel enables.
by Kenneth Graunke
· 13 years ago
e98ee06
i965/fs: Don't double-convert integer/boolean uniforms.
by Kenneth Graunke
· 13 years ago
01d81de
mesa, glsl_to_tgsi: Add new gl_context::NativeIntegers flag.
by Kenneth Graunke
· 13 years ago
07e9b90
ir_to_mesa: Remove incorrect usage of the 'struct' keyword on classes.
by Kenneth Graunke
· 13 years ago
eb86bb5
i965/fs: Change incorrect use of 'struct fs_reg' to simply 'fs_reg'.
by Kenneth Graunke
· 13 years ago
64f11db
glsl: Remove unused variable.
by Kenneth Graunke
· 13 years ago
Next »