summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-25egl: use new EGL_LIB_DEPS to pass library dependencies to mklib when building...Brian Paul2-3/+3
2009-02-25egl: add comment/reminder to fix the CFLAGS in this MakefileBrian Paul1-0/+2
2009-02-25gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close8-24/+32
2009-02-25gallium: Fix build when exiting CFLAGS contains a path with different gl.hBenjamin Close1-2/+3
2009-02-25egl: Use -dlopen rather than -dl which is non portableBenjamin Close1-1/+1
2009-02-25egl: Allow compilation to succeed with FreeBSDBenjamin Close1-1/+1
2009-02-24softpipe: minor code simplification for face/zslice offset calculationBrian Paul1-7/+10
2009-02-24cell: overhaul cell teximage codeBrian Paul5-266/+119
2009-02-24cell: don't need tex transfer for drawing surfacesBrian Paul1-30/+24
2009-02-24mesa: Build DRI by default on Linux/sparcDavid S. Miller1-1/+1
2009-02-25intel: Adopt to the new drm_api.hJakob Bornecrantz3-6/+8
2009-02-25i915: Enable winsys to get buffer from textureJakob Bornecrantz2-0/+31
2009-02-25st/drm: Bring drm_api.h up to date with latest changesJakob Bornecrantz1-4/+7
2009-02-25i915: Fix some warningsJakob Bornecrantz1-2/+0
2009-02-25i915: Clean up i915_winsys.h a bitJakob Bornecrantz4-15/+21
2009-02-24mesa: fix merge conflict (in comment)Brian Paul1-4/+0
2009-02-24mesa: added GLES 1/2 headers to tarball file listBrian Paul1-0/+2
2009-02-24mesa: add EGL headers to tarball listBrian Paul1-0/+1
2009-02-24mesa: add gallium and egl files to tarball listBrian Paul1-1/+32
2009-02-24glsl: silence warningBrian Paul1-1/+1
2009-02-24mesa: use quotes for #includeBrian Paul1-1/+1
2009-02-24mesa: remove removed VMS files from MakefileBrian Paul1-11/+0
2009-02-24mesa: s/sources/sources.mak/ in MakefileBrian Paul1-1/+1
2009-02-21trivial: Add tri-viewportJakob Bornecrantz4-0/+132
2009-02-21trivial: Fix indentation in triJakob Bornecrantz1-43/+43
2009-02-24pipebuffer: Allow asymmetric guard sizes for under/overflow detection.José Fonseca2-8/+13
2009-02-24util: Don't use 0-sized arrays.José Fonseca1-0/+6
2009-02-24softpipe: minor code movement in softpipe_get_tex_transfer()Brian Paul1-4/+5
2009-02-24cell: added null ptr check in xm_flush_frontbuffer()Brian Paul1-1/+2
2009-02-24demos: add some fflushes for windowsKeith Whitwell11-0/+11
2009-02-24st/wgl: silence some debugKeith Whitwell1-15/+29
2009-02-24mesa/st: support l8 as well as i8 in bitmap codeKeith Whitwell1-1/+13
2009-02-24gallium: Add pipe_buffer_write/read inlines.José Fonseca8-58/+60
2009-02-24mesa: List new source file in SConscript.José Fonseca1-0/+1
2009-02-24pipebuffer: Remove unused var.José Fonseca1-1/+0
2009-02-23glsl: yet another swizzled expression fixBrian Paul1-2/+5
2009-02-23gallium: include st_cb_viewport.h to silence warningBrian Paul1-0/+1
2009-02-23gallium: fix build breakage in st_cb_viewport.cBrian Paul1-0/+2
2009-02-23glsl: fix another swizzle-related bugBrian Paul1-13/+8
2009-02-23mesa: only call update_buffer when it's availableAlan Hourihane1-1/+1
2009-02-23gallium: add winsys interface for viewport changes to support DRI2Alan Hourihane5-0/+87
2009-02-23glx: add support for a reallyFlush() function before swap occurs.Alan Hourihane4-0/+38
2009-02-23mesa: include compiler.h, fixes cell build, remove Haiku special caseBrian Paul1-4/+2
2009-02-23i965: fix line stipple fallback for GL_LINE_STRIP primitivesRobert Ellison1-1/+1
2009-02-23Merge commit 'origin/gallium-0.1'José Fonseca11-63/+229
2009-02-23mesa: fix _glxapi_get_proc_address() for mangled namesTom Fogal1-0/+5
2009-02-23gallium: Install winsys/drm to DESTDIR rather than /Joel Bosveld1-2/+2
2009-02-23mesa: fixes for building on HaikuTomas Wilhelmsson4-4/+20
2009-02-23r300-gallium: Fix pasto and debug messages.Corbin Simpson1-1/+8
2009-02-23r300-gallium: Cleanup some state emit, move vertex format state to r300_emit.Corbin Simpson3-23/+31