summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-20mesa: glsl: fix a swizzle bug in storage_to_src_reg()Brian Paul1-2/+4
2008-08-20mesa: glsl: add check for exceeding max number of constants/uniformsBrian Paul1-0/+14
2008-08-20mesa: glsl: regenerated fileBrian Paul1-70/+76
2008-08-20mesa: glsl: better implementation of ftransform()Brian Paul1-1/+4
2008-08-20gallium: test for and cull prims with inf/nan vertices in sp_setup.c code.Brian Paul1-11/+34
2008-08-20gallium: fix typo in LINE() macro (replace i+1 with i1 var)Brian Paul1-1/+1
2008-08-20python/retrace: Retrace draw_elements and draw_range_elements.José Fonseca1-0/+6
2008-08-20python: bindings for draw_range_elements.José Fonseca1-0/+10
2008-08-19mesa: allow for extra per-context initBrian Paul3-4/+7
2008-08-19gallium: fix do_flip bug in sp_surface_copy()Brian Paul1-1/+4
2008-08-19gallium: fix an assertionBrian Paul1-1/+1
2008-08-19gallium: implement a fast-path for glReadPixels for common casesBrian Paul1-0/+126
2008-08-19gallium: do a proper implementation of GL_OES_read_formatBrian Paul5-0/+138
2008-08-19gallium: WinCE build fixes.José Fonseca2-0/+15
2008-08-19python/retrace: Add several missing functions.José Fonseca1-9/+48
2008-08-19trace: Fix pipe_clip_state dump.José Fonseca1-17/+6
2008-08-19python: Handle null state.José Fonseca1-0/+10
2008-08-19python/retrace: Trim null chars.José Fonseca1-0/+1
2008-08-19trace: Support C++.José Fonseca2-0/+18
2008-08-19mesa: glsl: more writemask error checkingBrian Paul1-5/+17
2008-08-19mesa: glsl: added some post incr/decr error checksBrian Paul1-1/+5
2008-08-19mesa: glsl: limit function matching through castingBrian Paul1-1/+14
2008-08-19mesa: glsl: add usage tracking for uniform varsBrian Paul4-3/+35
2008-08-19mesa: glsl: put var emit/ref code into separate functionsBrian Paul1-53/+81
2008-08-19gallium: Add note about vs_2_0 EXPP mapping.Michal Krol1-0/+1
2008-08-19tgsi: Implement LOG opcode for SSE2 codegen.Michal Krol2-5/+36
2008-08-19tgsi: Implement EXP opcode for SSE2.Michal Krol2-19/+53
2008-08-19mesa: Call pipe->destroy on context destruction for all platforms.José Fonseca1-3/+0
2008-08-19xlib: Revert destroying pipe_screen (temporary).José Fonseca1-0/+3