summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-02-24glsl: silence warningBrian Paul1-1/+1
2009-02-24mesa: use quotes for #includeBrian Paul1-1/+1
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-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 Hourihane3-0/+27
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é Fonseca9-61/+227
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
2009-02-23gallium: Define PIPE_PRIM_MAX.José Fonseca1-0/+1
2009-02-23r300-gallium: Fix a handful of compile warnings.Corbin Simpson3-6/+13
2009-02-23r300-gallium: Decode passthrough shader for r300.Corbin Simpson2-6/+26
2009-02-23r300-gallium: Finish VAP/VF setup.Corbin Simpson3-25/+102
2009-02-23r300-gallium: Fix BEGIN_CS size.Corbin Simpson1-1/+1
2009-02-23wgl: Enable the use of Win32 threads.José Fonseca3-0/+17
2009-02-23mesa: Fix windows build.José Fonseca2-3/+6
2009-02-22r300-gallium: Add pipe_format translators and apply themJoakim Sindholt3-2/+86
2009-02-22r300-gallium: Add all supported 2d texture formatsJoakim Sindholt1-7/+26
2009-02-22r300-gallium: correct buffer stride calculationJoakim Sindholt1-6/+5
2009-02-22mesa: remove unneeded #includeBrian Paul1-1/+3
2009-02-22mesa: #include, misc clean-upsBrian Paul1-5/+4
2009-02-22mesa: remove unneeded #includesBrian Paul1-2/+0
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul18-444/+515
2009-02-22mesa: remove unused ENABLE_TEXGENx, ENABLE_TEXMATx flagsBrian Paul1-23/+8
2009-02-22mesa: assorted clean-ups, var renaming, etc.Brian Paul1-59/+59
2009-02-22mesa: simplify texture combine state copying in _mesa_copy_texture_state()Brian Paul1-8/+1
2009-02-22mesa: remove redundant assertions (same asserts in context.c)Brian Paul1-3/+0
2009-02-22gallium: remove dependency on main/glheader.h in glxapi.cBrian Paul1-1/+9
2009-02-22nv50: delay uploads until transfer object is destroyedBen Skeggs1-13/+13
2009-02-22texmem: fix typo from brianp's changes.Dave Airlie1-1/+1
2009-02-21glapi: update find_entry() for mangled namesBrian Paul1-1/+7
2009-02-21mesa: added extern qualifierTom Fogal1-1/+1
2009-02-21mesa: use enums for TEXTURE_x_INDEX valuesBrian Paul3-40/+28