summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-08-28mesa: remove debug codeBrian Paul
2008-08-28mesa: dynamically grow the fixed function vertex program as neededBrian Paul
2008-08-28gallium: change the conditional which tests for combined Z+stencil buffersBrian Paul
2008-08-28mesa: bump MAX_INSN to 300Brian Paul
2008-08-28pipebuffer: Fix/add detail to the under- overflow report messages.José Fonseca
2008-08-28pipebuffer: Check buffer over- & underflows when mapping/unmapping too.José Fonseca
2008-08-27egl: free display ext data in xdri_eglTerminate().Brian Paul
2008-08-28gallium: s/PIPE_OS_WINDOWS/PIPE_SUBSYSTEM_WINDOWS_USER/ in p_thread.José Fonseca
2008-08-27gallium: better support for user-space interleaved arraysBrian Paul
2008-08-27gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO.Brian Paul
2008-08-27gallium: remove old assertionsBrian Paul
2008-08-27gallium: call st_finish() in XMesaFlush()Brian Paul
2008-08-27gallium: s/_glthread_Cond/unsigned/ in p_thread.hBrian Paul
2008-08-27gallium: Add dummy defines of pipe_condvar for Windows to make it compile.Michal Krol
2008-08-26gallium: thread wrapper clean-upBrian Paul
2008-08-26draw: attempt atomic submit of large drawelements callsKeith Whitwell
2008-08-26vbo: seed initial max_element value with a more likely candidateKeith Whitwell
2008-08-25cell: asst fixes to get driver building/running again.Brian
2008-08-25gallium: added const qualifiers on some draw funcsBrian
2008-08-25gallium: include p_debug.h for non-HAVE_POSIX_MEMALIGNBrian
2008-08-25gallium: include <sched.h> on linux to get sched_yield() protoBrian
2008-08-25gallium: include u_math.hBrian Paul
2008-08-25gallium: Add missing includes.Michal Krol
2008-08-24gallium: include u_memory.h, u_math.hBrian
2008-08-24gallium: remove old tile util filesBrian Paul
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-23trace: Include u_string.h.Michal Krol
2008-08-23util: Silence compiler warnings on Windows.Michal Krol
2008-08-23util: Include missing u_rect.h.Michal Krol
2008-08-22gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers)Brian Paul
2008-08-22gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul
2008-08-22gallium: replace align_int() with align()Brian Paul
2008-08-22gallium: insert __cplusplus/extern wrappingsBrian Paul
2008-08-22gallium: move math macros from p_util.h to u_math.hBrian Paul
2008-08-22gallium: stop using ifloor(), FABSF(), etcBrian Paul
2008-08-22gallium: stop using FABSF() macroBrian Paul
2008-08-22gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul
2008-08-22gallium: use new util_fast_exp2(), _log2(), pow() functionsBrian Paul
2008-08-22mesa: glsl: regenerated fileBrian Paul
2008-08-22mesa: glsl: implement exp() functions in terms of EXP asm instruction, not powBrian Paul
2008-08-22gallium: new u_math.[ch] files for math functionsBrian Paul
2008-08-22python/retrace: Interpret texture/surfaces destructions.José Fonseca
2008-08-22trace: Don't trace texture/surfaces releases, only destructions.José Fonseca
2008-08-22trace: Use a 4 hexadecimal digit suffix.José Fonseca
2008-08-22python/retrace: Process the trace call-by-call (instead of reading everything...José Fonseca
2008-08-21python/retrace: Support gziped traces.José Fonseca
2008-08-21trace: Hack to detect writes to user buffers.José Fonseca
2008-08-21trace: Split the output stream on windows.José Fonseca
2008-08-20mesa: glsl: fix a swizzle bug in storage_to_src_reg()Brian Paul
2008-08-20mesa: glsl: add check for exceeding max number of constants/uniformsBrian Paul