summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1908-29195/+207511
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-25mesa: glsl: regenerated fileBrian Paul1-552/+552
2008-08-25mesa: glsl: grab latest fixes from gallium-0.1 branchBrian Paul6-83/+189
2008-08-25mesa: set version string to 7.3-develBrian Paul1-4/+4
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-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie76-4275/+1736
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie76-1736/+4275
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
2008-08-22python/retrace: Process the trace call-by-call (instead of reading everything...José Fonseca2-27/+23
2008-08-21965: Fix incorrect backface cullingKrzysztof Czurylo4-15/+29
2008-08-21Call _ae_update_state when array enable state changesKrzysztof Czurylo1-0/+4
2008-08-21965: Fix color clamping issuesKrzysztof Czurylo1-0/+21
2008-08-21Formatting changes to ease application of patchesIan Romanick1-4/+5
2008-08-21i965: use dri_bo_subdata in vertex upload to get pwrite used.Eric Anholt1-26/+25
2008-08-21Flush vertices when updating texObj->GenerateMipmap state.Eric Anholt1-0/+1
2008-08-21python/retrace: Support gziped traces.José Fonseca2-3/+14
2008-08-21trace: Hack to detect writes to user buffers.José Fonseca3-0/+64
2008-08-21trace: Split the output stream on windows.José Fonseca1-27/+75
2008-08-21scons: Build the trace pipe driver by default.José Fonseca1-2/+2
2008-08-21Report damage before modifying the area, not after.Peter Hutterer1-2/+2
2008-08-20intel: Fix SGIS_generate_mipmap after a miptree had been validated.Eric Anholt3-35/+62
2008-08-20use ftransform()Brian Paul1-1/+1
2008-08-20glx: free driScreen in FreeScreenConfigs()Kristof Ralovich1-0/+3