Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
56dcd011b5ec33190f268cf546a4c68f81f5ebd0
56dcd01
dri/nouveau: Some multithreaded rendering fixes.
by Francisco Jerez
· 15 years ago
52e3f09
st/dri2: Flush FRAME instead of RENDER_CACHE on buffer invalidation.
by Francisco Jerez
· 15 years ago
f455ca6
st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME).
by Francisco Jerez
· 15 years ago
7ccbeb4
Merge commit '381d5e209815235911c4aab516037c868c8f695f'
by Ian Romanick
· 15 years ago
0583c29
progs/demos: update GL version test to accept GL 3.x
by Brian Paul
· 15 years ago
5b392ff
glsl/apps: print usage info if insufficient args
by Brian Paul
· 15 years ago
6b4a553
st/mesa: replace conditional with assertion
by Brian Paul
· 15 years ago
f454247
progs/openvg: Add .gitignore.
by Chia-I Wu
· 15 years ago
915d60d
progs/es1: Update .gitignore.
by Chia-I Wu
· 15 years ago
0c93814
llvmpipe: use ffs technique for full tiles also
by Keith Whitwell
· 15 years ago
e16f577
docs: Update TODOs of egl.html.
by Chia-I Wu
· 15 years ago
4afe248
egl: Revisit global data locking.
by Chia-I Wu
· 15 years ago
655f465
egl: Always lock a display before using it.
by Chia-I Wu
· 15 years ago
db5ce8b
egl: Make eglGetDisplay atomic.
by Chia-I Wu
· 15 years ago
99bcb1f
egl: Add a mutex to _EGLDisplay.
by Chia-I Wu
· 15 years ago
b3bb180
egl: eglGetError should return the status of the last call.
by Chia-I Wu
· 15 years ago
3dee01a
egl: Always record error code.
by Chia-I Wu
· 15 years ago
aed7358
egl: Use new error checking macros.
by Chia-I Wu
· 15 years ago
f3e03e1
egl: Add new error checking macros.
by Chia-I Wu
· 15 years ago
31c8167
llvmpipe: rework do_block_16 to use bitmasks and ffs
by Keith Whitwell
· 15 years ago
cb66e9f
glsl/pp: Remove sl_pp_get_extension_state().
by Michal Krol
· 15 years ago
27a68bd
glsl/cl: Parse layout qualifiers only when an appropriate extension enabled.
by Michal Krol
· 15 years ago
a21215a
glsl/cl: Properly emit layout qualifier list.
by Michal Krol
· 15 years ago
ba0ac64
glsl: Silence unused value warning.
by Vinson Lee
· 15 years ago
7eaf33a
progs/redbook: Fix memory leaks on error paths.
by Vinson Lee
· 15 years ago
41b19c2
nouveau: fix legacy dri driver build
by Johannes Obermayr
· 15 years ago
de5928a
sl/pp: re-do extension testing code
by Brian Paul
· 15 years ago
f7aea80
nv40: Fix incorrect so_new() numbering.
by Francisco Jerez
· 15 years ago
8bd62db
nv40: Implement PIPE_CAP_MAX_COMBINED_SAMPLERS.
by Francisco Jerez
· 15 years ago
846cf49
glx: Fix a couple of warnings
by Kristian Høgsberg
· 15 years ago
215d0da
glx: Only register wire handlers for the events the server supports
by Kristian Høgsberg
· 15 years ago
f845e4f
st/dri2: Use event-driven buffer validation.
by Francisco Jerez
· 15 years ago
88a5606
dri/nouveau: Use event driven buffer validation.
by Francisco Jerez
· 15 years ago
61d26bc
dri2: Event driven buffer validation.
by Francisco Jerez
· 15 years ago
925b901
dri2: Allocate cliprect as part of the __DRIdrawableRec
by Kristian Høgsberg
· 15 years ago
97ec607
glx: Move GetGLXDRIDrawable() prototype to glxclient.h
by Kristian Høgsberg
· 15 years ago
aa0cd70
configure.ac: Lower require dri2proto version to 2.1
by Kristian Høgsberg
· 15 years ago
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
Next »