summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-31Remove CVS keywords.José Fonseca6-6/+0
2008-08-31util: Fix compiler errors in the release build of C++ sources.José Fonseca1-2/+11
2008-08-31gallium: winsys/common no longer existsJosé Fonseca1-1/+1
2008-08-29Added command line option for Scons to select which version of MSVS to use. ...Jonathan White1-0/+2
2008-08-28mesa: added test for very long fixed-function vertex programsBrian Paul2-0/+152
2008-08-28mesa: remove debug codeBrian Paul1-2/+0
2008-08-28mesa: dynamically grow the fixed function vertex program as neededBrian Paul1-10/+46
2008-08-28gallium: change the conditional which tests for combined Z+stencil buffersBrian Paul1-1/+1
2008-08-28mesa: bump MAX_INSN to 300Brian Paul1-1/+1
2008-08-28pipebuffer: Fix/add detail to the under- overflow report messages.José Fonseca1-5/+8
2008-08-28pipebuffer: Check buffer over- & underflows when mapping/unmapping too.José Fonseca1-16/+52
2008-08-27egl: free display ext data in xdri_eglTerminate().Brian Paul1-0/+34
2008-08-28gallium: s/PIPE_OS_WINDOWS/PIPE_SUBSYSTEM_WINDOWS_USER/ in p_thread.José Fonseca1-6/+5
2008-08-27gallium: better support for user-space interleaved arraysBrian Paul1-35/+100
2008-08-27gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO.Brian Paul1-27/+149
2008-08-27gallium: remove old assertionsBrian Paul1-5/+0
2008-08-27gallium: call st_finish() in XMesaFlush()Brian Paul1-0/+1
2008-08-27gallium: s/_glthread_Cond/unsigned/ in p_thread.hBrian Paul1-1/+1
2008-08-27gallium: Add dummy defines of pipe_condvar for Windows to make it compile.Michal Krol1-0/+9
2008-08-26gallium: thread wrapper clean-upBrian Paul17-453/+328
2008-08-26cell: use SDK 3.0 by defaultBrian Paul1-1/+5
2008-08-26draw: attempt atomic submit of large drawelements callsKeith Whitwell6-26/+29
2008-08-26vbo: seed initial max_element value with a more likely candidateKeith Whitwell1-6/+6
2008-08-25cell: asst fixes to get driver building/running again.Brian18-39/+176
2008-08-25gallium: added const qualifiers on some draw funcsBrian2-4/+4
2008-08-25gallium: include p_debug.h for non-HAVE_POSIX_MEMALIGNBrian1-0/+1
2008-08-25gallium: include <sched.h> on linux to get sched_yield() protoBrian1-0/+1
2008-08-25gallium: include u_math.hBrian Paul1-1/+2
2008-08-25gallium: Add missing includes.Michal Krol2-1/+2
2008-08-24gallium: include u_memory.h, u_math.hBrian2-0/+2
2008-08-24gallium: remove old tile util filesBrian Paul2-1269/+0
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul200-478/+2245
2008-08-23trace: Include u_string.h.Michal Krol1-0/+1
2008-08-23util: Silence compiler warnings on Windows.Michal Krol1-1/+1
2008-08-23util: Include missing u_rect.h.Michal Krol1-1/+1
2008-08-22gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers)Brian Paul3-3/+3
2008-08-22gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul8-13/+60
2008-08-22gallium: replace align_int() with align()Brian Paul4-19/+14
2008-08-22gallium: insert __cplusplus/extern wrappingsBrian Paul1-0/+9
2008-08-22gallium: move math macros from p_util.h to u_math.hBrian Paul2-51/+49
2008-08-22gallium: stop using ifloor(), FABSF(), etcBrian Paul2-42/+44
2008-08-22gallium: stop using FABSF() macroBrian Paul2-4/+4
2008-08-22gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul4-20/+9
2008-08-22gallium: use new util_fast_exp2(), _log2(), pow() functionsBrian Paul3-2/+113
2008-08-22mesa: glsl: regenerated fileBrian Paul1-552/+552
2008-08-22mesa: glsl: implement exp() functions in terms of EXP asm instruction, not powBrian Paul1-14/+15
2008-08-22gallium: new u_math.[ch] files for math functionsBrian Paul4-0/+206
2008-08-22python/retrace: Interpret texture/surfaces destructions.José Fonseca1-2/+8
2008-08-22trace: Don't trace texture/surfaces releases, only destructions.José Fonseca1-16/+18
2008-08-22trace: Use a 4 hexadecimal digit suffix.José Fonseca1-1/+1