Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
78a0c353d0f87c85feaa6dcb3042fc25d424f21b
78a0c35
mesa: restore _mesa_snprintf() - it's needed for Windows
by Brian Paul
· 15 years ago
8de5a29
mesa: casts to silence new warnings from printf()
by Brian Paul
· 15 years ago
984b72a
mesa: remove abs/negate from fetch_vector1ui()
by Brian Paul
· 15 years ago
da43aa8
intel: Set buffer stamp before getting new buffers
by Kristian Høgsberg
· 15 years ago
f0c5034
r300g: fix rendering into the L8 and A8 texture formats
by Marek Olšák
· 15 years ago
99ae9e8
Drop macro wrappers for the aligned memory functions
by Kristian Høgsberg
· 15 years ago
3ef51b4
progs/tests: new zbitmap.c test to exercize Z testing of glBitmap
by Brian Paul
· 15 years ago
e9df31f
progs/demos: sort filenames
by Brian Paul
· 15 years ago
f814a49
tgsi: Make more exec opcodes look pretty.
by Michal Krol
· 15 years ago
f1f7006
tgsi: Change prototypes of micro opcodes to explicitly indicates number of args.
by Michal Krol
· 15 years ago
d68f024
tgsi: Rewrite exec implementations of NRM and NRM4.
by Michal Krol
· 15 years ago
298be2b
Replace the _mesa_*printf() wrappers with the plain libc versions
by Kristian Høgsberg
· 15 years ago
32f2fd1
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
by Kristian Høgsberg
· 15 years ago
6bf1ea8
mesa: replace _mesa_bzero() with memset()
by Brian Paul
· 15 years ago
2240ba1
mesa: replace old MEMSET macro with memset
by Brian Paul
· 15 years ago
e197de5
mesa: replace old MEMCPY macro with memcpy
by Brian Paul
· 15 years ago
2efa86e
Remove _mesa_memcmp in favor of plain memcmp.
by Kenneth Graunke
· 15 years ago
26f8fad
Remove _mesa_memset in favor of plain memset.
by Kenneth Graunke
· 15 years ago
c7ac486
Remove _mesa_memcpy in favor of plain memcpy.
by Kenneth Graunke
· 15 years ago
60b0cae
Remove _mesa_atoi in favor of plain atoi.
by Kenneth Graunke
· 15 years ago
9d9afe9
Remove _mesa_strncmp in favor of plain strncmp.
by Kenneth Graunke
· 15 years ago
8d73aa6
Remove _mesa_strcmp in favor of plain strcmp.
by Kenneth Graunke
· 15 years ago
21d0c70
Remove _mesa_strlen in favor of plain strlen.
by Kenneth Graunke
· 15 years ago
f69d1d1
Remove _mesa_strncpy in favor of plain strncpy.
by Kenneth Graunke
· 15 years ago
5fcaa78
Remove _mesa_strcpy in favor of plain strcpy.
by Kenneth Graunke
· 15 years ago
8ff7624
Remove _mesa_strncat in favor of plain strncat.
by Kenneth Graunke
· 15 years ago
0aecdb6
Remove _mesa_strstr in favor of plain strstr.
by Kenneth Graunke
· 15 years ago
71214c6
Revert "r300g: remove L8_UNORM from colorbuffer formats"
by Corbin Simpson
· 15 years ago
e95948e
gamma: s#colormac.h#main/colormac.h#
by Vinson Lee
· 15 years ago
24bdace
gamma: s/gammacontext.h/gamma_context.h/
by Vinson Lee
· 15 years ago
496724b
egl: Silence warnings when compiled with -pedantic.
by Chia-I Wu
· 15 years ago
bef4b47
egl: Silence warnings in check/return macros.
by Chia-I Wu
· 15 years ago
fc427d2
r300g: remove L8_UNORM from colorbuffer formats
by Marek Olšák
· 15 years ago
ae7a702
softpipe: fix depth testing problems
by Brian Paul
· 15 years ago
0c72803
st/mesa: added some bitmap debug code (disabled)
by Brian Paul
· 15 years ago
86bf224
progs/demos: update arbocclude.c to do multiple queries at once
by Brian Paul
· 15 years ago
00d1d8a
softpipe: comments and whitespace fixes
by Brian Paul
· 15 years ago
46b5ae7
softpipe: const qualifiers, comments
by Brian Paul
· 15 years ago
2ecdc2e
identity: Propagate api->name and api->driver_name up
by Jakob Bornecrantz
· 15 years ago
288e4b1
trace: Propagate api->name up
by Jakob Bornecrantz
· 15 years ago
1ee905b
pipebuffer: Include fenced buffer manager in build
by Jakob Bornecrantz
· 15 years ago
0032525
i915: update render buffers at prepare_render time
by Jesse Barnes
· 15 years ago
79cc455
Revert "Make mklib propogate all errors"
by Dan Nicholson
· 15 years ago
cc66847
mklib: remove unused -contents_of_archives(), add comments
by Brian Paul
· 15 years ago
b69dad2
mesa: silence mklib output for libglapi.c as for other targets
by Brian Paul
· 15 years ago
d6f5549
Make mklib propogate all errors
by Jon TURNEY
· 15 years ago
205c965
mklib: Teach mklib to fail build if link fails on cygwin
by Brian Paul
· 15 years ago
9798890
configure: PTHREADS should be defined on cygwin, as well
by Brian Paul
· 15 years ago
a61dce3
swrast: fix left side clipping
by Brian Paul
· 15 years ago
196214b
Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."
by Francisco Jerez
· 15 years ago
0aa6105
intel: Include main/hash.h using "" instead of <>
by Kristian Høgsberg
· 15 years ago
82e5a11
progs/trivial: Update .gitignore.
by Vinson Lee
· 15 years ago
7f7b7b9
progs/redbook: Fix array out-of-bounds access.
by Vinson Lee
· 15 years ago
37e955d
st/mesa: always call FLUSH_CURRENT before st->pipe->flush()
by Keith Whitwell
· 15 years ago
64d18b8
progs/rbug: Silence printf format warning.
by Vinson Lee
· 15 years ago
869896f
progs/rbug: Add missing headers.
by Vinson Lee
· 15 years ago
9f5640d
util: Fix typo of debug_dump_float_rgba_bmp.
by Vinson Lee
· 15 years ago
8266f1e
progs/rbug: Use util_format_name().
by Vinson Lee
· 15 years ago
20a1172
progs/rbug: Add missing header.
by Vinson Lee
· 15 years ago
56b7a6f
progs/rbug: s/read/rbug_read/
by Vinson Lee
· 15 years ago
3f7af84
svga: Silence uninitialized variable warnings.
by Vinson Lee
· 15 years ago
ca0e88c
r300g: add support for all missing non-FP sampler formats
by Marek Olšák
· 15 years ago
9a939ad
winsys/drm: Do not use --whole-archive in Makefile.egl.
by Chia-I Wu
· 15 years ago
d449627
intel: Implement the DRI2 invalidate function properly
by Kristian Høgsberg
· 15 years ago
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
Next »