Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
107a2ec9eef53dee038c1bcc0d956c5667e0b68f
107a2ec
mesa: Lock mutex around _mesa_HashLookup linked list chase.
by Brian Paul
· 15 years ago
693f4af
mesa: Test for failed malloc in _mesa_HashInsert.
by Brian Paul
· 15 years ago
b0f9717
Revert "progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build."
by José Fonseca
· 15 years ago
fa8acb0
glsl/pp: Do not try to enable extension `all'.
by Michal Krol
· 15 years ago
828f545
nv50: use hw idx buffers where we can
by Ben Skeggs
· 15 years ago
c6e63f3
progs/redbook: use glew
by Brian Paul
· 15 years ago
bd3829b
nouveau: fix for latest libdrm
by Ben Skeggs
· 15 years ago
33cf477
wgl: Be lenient when sharing contexts.
by José Fonseca
· 15 years ago
1587eff
progs/redbook: Temporarily disable the demos that extensions not part of windows to fix build.
by José Fonseca
· 15 years ago
8c7d39c
scons: A less magic way of not building progs by default.
by José Fonseca
· 15 years ago
ee67167
glsl/pp: Fix handling of if/elif/else cases.
by Michal Krol
· 15 years ago
b90f265
progs/redbook: test image for new redbook tests
by Brian Paul
· 15 years ago
ce65a8d
progs/redbook: add additional tests for GL 1.4
by Brian Paul
· 15 years ago
3be1c11
docs: document glMultiDrawElements() fix
by Brian Paul
· 15 years ago
36a5488
vbo: fix broken glMultiDrawElements()
by Brian Paul
· 15 years ago
e045af4
glu/sgi: Add assert to check for null pointer dereference.
by Vinson Lee
· 15 years ago
a05fdbc
mesa: Remove pointless comparison of unsigned integer with a negative constant.
by Vinson Lee
· 15 years ago
f0e1499
glsl/pp: Add asserts to check for null pointer deferences.
by Vinson Lee
· 15 years ago
6536cdf
draw: Add assert to check input of memcpy.
by Vinson Lee
· 15 years ago
026d4b5
glu/sgi: Move initialization of members to top of Curve constructor.
by Vinson Lee
· 15 years ago
4bbcc11
glu/sgi: Initialize members of class Curvelist.
by Vinson Lee
· 15 years ago
53d4486
glu/sgi: Initialize members of class Curve.
by Vinson Lee
· 15 years ago
9867b6e
glu/sgi: Initialize member of class Pool.
by Vinson Lee
· 15 years ago
86d98fa
glx: Silence uninitialized variable warning.
by Vinson Lee
· 15 years ago
08cfe3a
st/mesa: minor assorted clean-ups
by Brian Paul
· 15 years ago
f4ded0e
st/mesa: change some function return types
by Brian Paul
· 15 years ago
e90bc2e
st/mesa: move per-fragment shader fields to local vars
by Brian Paul
· 15 years ago
33681bc
st/mesa: use _mesa_clone_fragment_program()
by Brian Paul
· 15 years ago
630b83b
r600: use new program cloning functions
by Brian Paul
· 15 years ago
79d4954
r300: use new program cloning functions
by Brian Paul
· 15 years ago
7a38d8d
glsl: use new program cloning functions
by Brian Paul
· 15 years ago
848835a
mesa: added _mesa_clone_vertex/fragment_program()
by Brian Paul
· 15 years ago
7851856
r600: Silence uninitialized variable warnings.
by Vinson Lee
· 15 years ago
d3d3345
r300g: fix the size of constant buffers
by Marek Olšák
· 15 years ago
21fe86b
python/retrace: Reconstruct blend state from binary blobs.
by José Fonseca
· 15 years ago
e918519
python: Reconstruct blend state objects from binary blobs.
by José Fonseca
· 15 years ago
dcdf94c
trace: Dump blend state as a binary blob.
by José Fonseca
· 15 years ago
1fc94ab
trace: Fix constant buffer unwrapping.
by José Fonseca
· 15 years ago
d70c769
util: Avoid dumping masked state. Other minor improvements.
by José Fonseca
· 15 years ago
270279a
os: A stream for debug logging.
by José Fonseca
· 15 years ago
d422310
trace: No need to dump reference counts.
by José Fonseca
· 15 years ago
c2b0484
python: Pretty-printing of blend state.
by José Fonseca
· 15 years ago
165b824
util: Helper functions to dump all state objects.
by José Fonseca
· 15 years ago
6460623
os: Add a growable string stream.
by José Fonseca
· 15 years ago
7820098
os: Complement/improve stream inline helpers.
by José Fonseca
· 15 years ago
33682e5
os: Fix bad calloc.
by José Fonseca
· 15 years ago
dbc7b3d
trace: Update for os_stream changes.
by José Fonseca
· 15 years ago
323c6f8
util: Update for os_stream changes.
by José Fonseca
· 15 years ago
2b4575f
os: Make streams abstract.
by José Fonseca
· 15 years ago
e7660a5
glut: Silence uninitialized variable warning.
by Vinson Lee
· 15 years ago
0b58d02
llvmpipe: Silence unused value warning.
by Vinson Lee
· 15 years ago
7e64701
svga: Silence uninitialized variable warning.
by Vinson Lee
· 15 years ago
558c159
r300: add half_float_vertex support
by Marek Olšák
· 15 years ago
6e95883
mesa: Don't pass paramter to __builtin_clz which would hve undefined result.
by Pauli Nieminen
· 15 years ago
7344e20
r300g: set the correct tiling flags for renderbuffers
by Marek Olšák
· 15 years ago
c608e19
r300g: add macrotiling support to texture setup
by Marek Olšák
· 15 years ago
f7db96c
radeong: flush when changing tiling flags of BO referenced by CS
by Marek Olšák
· 15 years ago
f22ddd8
r300g: accelerate blitting for all formats by faking the texture format
by Marek Olšák
· 15 years ago
2523172
src/glu/mesa: fix mem leak (bug 26559)
by Brian Paul
· 15 years ago
d4d0629
src/glu/mini: fix mem leak (bug 26559)
by Brian Paul
· 15 years ago
291bd19
progs/objviewer: close file (bug 26559)
by Brian Paul
· 15 years ago
e84eec0
progs/fp: close file (bug 26559)
by Brian Paul
· 15 years ago
71ac955
r300g: fix texture formats: A4R4G4B4_UNORM, A1R5G5B5_UNORM, R5G6B5_UNORM
by Marek Olšák
· 15 years ago
fe889a8
scons: Control caching via new SCONS_CACHE_DIR environment variable.
by José Fonseca
· 15 years ago
abdcdb3
llvmpipe: s/debug_dump_/util_dump_/
by José Fonseca
· 15 years ago
da8de03
gallivm: s/debug_dump_/util_dump_/
by José Fonseca
· 15 years ago
c16a8e0
util: Rename u_debug_dump.[ch] -> u_dump.[ch].
by José Fonseca
· 15 years ago
db18996
mesa: Add missing include.
by José Fonseca
· 15 years ago
fd3237c
gallium: Remove previously forgotten pf_name() prototype.
by José Fonseca
· 15 years ago
13701aa
draw: Use util_format_name().
by José Fonseca
· 15 years ago
c667a5b
util: Use util_format_name().
by José Fonseca
· 15 years ago
8f2b2d1
cell: Use util_format_name().
by José Fonseca
· 15 years ago
9189d04
llvmpipe: Use util_format_name().
by José Fonseca
· 15 years ago
db2df0a
nv: Use util_format_name().
by José Fonseca
· 15 years ago
06f76e4
r300g: Use util_format_name().
by José Fonseca
· 15 years ago
6f5e053
trace: Use util_format_name().
by José Fonseca
· 15 years ago
ee65faf
xorg: Use util_format_name().
by José Fonseca
· 15 years ago
d468791
mesa: Use util_format_name().
by José Fonseca
· 15 years ago
5784381
util: Add pf_name() replacement: util_format_name().
by José Fonseca
· 15 years ago
c3168e0
makefiles: Don't complaint about changing configs if the same one is reselected.
by José Fonseca
· 15 years ago
4ab3f0e
python/retrace: Interpret pipe_screen::context_create().
by José Fonseca
· 15 years ago
11a981f
trace: Fix generated XML.
by José Fonseca
· 15 years ago
f184897
python: Tell swig how to index per-rendertarget blend state.
by José Fonseca
· 15 years ago
04cc505
python: Pass p_format.h as-is to swig now that it has no inlines.
by José Fonseca
· 15 years ago
50812e6
progs/gallium/python: New home for python statetracker scripts.
by José Fonseca
· 15 years ago
0a3e362
glut: Silence uninitialized variable warning.
by Vinson Lee
· 15 years ago
3a29907
r300: Silence uninitialized variable warning.
by Vinson Lee
· 15 years ago
4f13135
r600: Silence uninitialized variable warning.
by Vinson Lee
· 15 years ago
ec5e54a
glu/sgi: Initialize members of class Curvelist.
by Vinson Lee
· 15 years ago
1462c12
llvmpipe: Silence uninitialized variable warning.
by Vinson Lee
· 15 years ago
71e750f
softpipe: Silence uninitialized variable warnings.
by Vinson Lee
· 15 years ago
260ec80
st/python: fix build error after gallium-screen-context merge
by Marek Olšák
· 15 years ago
804a6d6
r300g: fix scons build
by Marek Olšák
· 15 years ago
85425b3
softpipe: fix broken cubemap / mipmap selection code
by Brian Paul
· 15 years ago
b30898f
mesa: Fix compiler warnings
by Karl Schultz
· 15 years ago
5fd2b46
docs: document GL_ARB_fragment_coord_conventions
by Brian Paul
· 15 years ago
31ed663
mesa: enable GL_ARB_fragment_coord_conventions for sw drivers
by Brian Paul
· 15 years ago
c2c4935
glsl: implement layout qualifiers
by Brian Paul
· 15 years ago
26661ac
glsl: added type layout field and new type compare func
by Brian Paul
· 15 years ago
b947b1d
mesa: copy frag coord layout fields too
by Brian Paul
· 15 years ago
Next »