- 6c84652 cell: replace assert() with special spu ASSERT() macro by Brian Paul · 16 years ago
- 439dca4 cell: add pipe_texture_reference() call in cell_get_tex_surface() by Brian Paul · 16 years ago
- b035c85 cell: updated assertion by Brian Paul · 16 years ago
- ba2812f cell: comments by Brian Paul · 16 years ago
- 6ebf712 gallium: do image clipping in xmesa_display_surface_tiled() by Brian Paul · 16 years ago
- 8b8952a cell: fix texture/surface allocation to allocate by multiple of tile size by Brian Paul · 16 years ago
- 2ab394a cell: move misplaced assertions; put them after ximage is assigned. by Brian Paul · 16 years ago
- 1d5ad2c i915: Fix typo in intel_lock.c by Jakob Bornecrantz · 16 years ago
- fafc369 cell: add -DDEBUG flag, fixes to Cell Makefiles by Brian Paul · 16 years ago
- ab93aa7 Cell: added linux-cell-debug config by Brian Paul · 16 years ago
- 01a76f4 cell: add missing cell_tex_surface_release() by Brian Paul · 16 years ago
- f637a96 gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. by José Fonseca · 16 years ago
- 82086f5 draw: Describe the steps in emit_load_R32G32B32A32. by José Fonseca · 16 years ago
- a28aa18 fix BUFFER_DEPTH/BUFFER_ACCUM mix-up by Brian Paul · 16 years ago
- e3509fd gallium: increase string buffer size to 16000 to avoid truncated output of long shaders by Brian Paul · 16 years ago
- feea0c9 gallium: fix out of bounds array errors in SSE execution by Brian Paul · 16 years ago
- 2774b09 i915: Fix typo in ws_dri_bufmgr.c by Jakob Bornecrantz · 16 years ago
- 4d27c02 i915: Small fixes for tiled textures by Jakob Bornecrantz · 16 years ago
- 28b4090 gallium: remove glthread.h file (not used) by Brian Paul · 16 years ago
- e54f1ab gallium: removed p_pointer.h (use util/u_pointer.h instead) by Brian Paul · 16 years ago
- f3a7463 gallium: include u_pointer,h, not p_pointer.h by Brian Paul · 16 years ago
- 39e8860 mesa: use CALLOC instead of MALLOC to fix valgrind warning by Brian Paul · 16 years ago
- c074b86 gallium: added st_bind/release_teximage() functions by Brian Paul · 16 years ago
- 9d9143d gallium: move st_texture_image() cast wrapper to header file by Brian Paul · 16 years ago
- 102529c egl: CreatePbufferSurface, Bind/ReleaseTexImage functions by Brian Paul · 16 years ago
- b36f906 egl: additional error checking in _eglBind/ReleaseTexImage() by Brian Paul · 16 years ago
- 038d53c pipebuffer: Add missing break statement to cache lookup logic. by José Fonseca · 16 years ago
- 5c198f6 pipebuffer: Comment the slab code. Remove the freeSlabs list. by José Fonseca · 16 years ago
- a6c7258 scons: Optimize for speed, not size, with MSVC. by José Fonseca · 16 years ago
- f4d707b draw: Put INLINES where appropriate. by José Fonseca · 16 years ago
- 5e18489 util: make timed_winsys os independent by Keith Whitwell · 16 years ago
- c118c65 util: add func to return time as uint64 microseconds by Keith Whitwell · 16 years ago
- a4d04d7 add u_timed_winsys.[ch] by Keith Whitwell · 16 years ago
- a934551 remove depend.bak in realclean by Keith Whitwell · 16 years ago
- 8c092de Remove CVS keywords. by José Fonseca · 16 years ago
- ef823dd util: Fix compiler errors in the release build of C++ sources. by José Fonseca · 16 years ago
- 8156c30 gallium: winsys/common no longer exists by José Fonseca · 16 years ago
- 3c81992 Added command line option for Scons to select which version of MSVS to use. Versions 7.1, 8.0 and 9.0 are allowed. Usage is scons MSVS_VERSION=8.0. by Jonathan White · 16 years ago
- 380385a mesa: added test for very long fixed-function vertex programs by Brian Paul · 16 years ago
- ee87d7d mesa: remove debug code by Brian Paul · 16 years ago
- cacf5f2 mesa: dynamically grow the fixed function vertex program as needed by Brian Paul · 16 years ago
- 5048457 gallium: change the conditional which tests for combined Z+stencil buffers by Brian Paul · 16 years ago
- 4e4cb02 mesa: bump MAX_INSN to 300 by Brian Paul · 16 years ago
- c46c07f pipebuffer: Fix/add detail to the under- overflow report messages. by José Fonseca · 16 years ago
- c6739e8 pipebuffer: Check buffer over- & underflows when mapping/unmapping too. by José Fonseca · 16 years ago
- c5f0fd9 egl: free display ext data in xdri_eglTerminate(). by Brian Paul · 16 years ago
- a341586 gallium: s/PIPE_OS_WINDOWS/PIPE_SUBSYSTEM_WINDOWS_USER/ in p_thread. by José Fonseca · 16 years ago
- ee402e5 gallium: better support for user-space interleaved arrays by Brian Paul · 16 years ago
- ce40bc2 gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO. by Brian Paul · 16 years ago
- 8eb85f6 gallium: remove old assertions by Brian Paul · 16 years ago
- 6f33b77 gallium: call st_finish() in XMesaFlush() by Brian Paul · 16 years ago
- d29cf58 gallium: s/_glthread_Cond/unsigned/ in p_thread.h by Brian Paul · 16 years ago
- da66a76 gallium: Add dummy defines of pipe_condvar for Windows to make it compile. by Michal Krol · 16 years ago
- 0bb852f gallium: thread wrapper clean-up by Brian Paul · 16 years ago
- b5ab3b7 cell: use SDK 3.0 by default by Brian Paul · 16 years ago
- e6887a5 draw: attempt atomic submit of large drawelements calls by Keith Whitwell · 16 years ago
- 026e773 vbo: seed initial max_element value with a more likely candidate by Keith Whitwell · 16 years ago
- 6ba9fb9 cell: asst fixes to get driver building/running again. by Brian · 16 years ago
- 60ac761 gallium: added const qualifiers on some draw funcs by Brian · 16 years ago
- a644c5a gallium: include p_debug.h for non-HAVE_POSIX_MEMALIGN by Brian · 16 years ago
- fd06d01 gallium: include <sched.h> on linux to get sched_yield() proto by Brian · 16 years ago
- 85813e3 gallium: include u_math.h by Brian Paul · 16 years ago
- 2c4661f gallium: Add missing includes. by Michal Krol · 16 years ago
- 6fd2fea gallium: include u_memory.h, u_math.h by Brian · 16 years ago
- 4c84e94 gallium: remove old tile util files by Brian Paul · 16 years ago
- 4f25420 gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h by Brian Paul · 16 years ago
- ec74156 trace: Include u_string.h. by Michal Krol · 16 years ago
- e7ff7f7 util: Silence compiler warnings on Windows. by Michal Krol · 16 years ago
- f3dfd59 util: Include missing u_rect.h. by Michal Krol · 16 years ago
- 2b87174 gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers) by Brian Paul · 16 years ago
- fe1e39a gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header by Brian Paul · 16 years ago
- a13475f gallium: replace align_int() with align() by Brian Paul · 16 years ago
- f9c04d5 gallium: insert __cplusplus/extern wrappings by Brian Paul · 16 years ago
- a22bdd4 gallium: move math macros from p_util.h to u_math.h by Brian Paul · 16 years ago
- 9935e3b gallium: stop using ifloor(), FABSF(), etc by Brian Paul · 16 years ago
- 120270d gallium: stop using FABSF() macro by Brian Paul · 16 years ago
- 1a46dcc gallium: replace LOG2() macro with util_fast_log2() inline func by Brian Paul · 16 years ago
- 1c2ff4d gallium: use new util_fast_exp2(), _log2(), pow() functions by Brian Paul · 16 years ago
- 07bebb8 mesa: glsl: regenerated file by Brian Paul · 16 years ago
- 47d4b95 mesa: glsl: implement exp() functions in terms of EXP asm instruction, not pow by Brian Paul · 16 years ago
- 9e2b867 gallium: new u_math.[ch] files for math functions by Brian Paul · 16 years ago
- d32f51d python/retrace: Interpret texture/surfaces destructions. by José Fonseca · 16 years ago
- 807a748 trace: Don't trace texture/surfaces releases, only destructions. by José Fonseca · 16 years ago
- 152d00d trace: Use a 4 hexadecimal digit suffix. by José Fonseca · 16 years ago
- 7f3c368 python/retrace: Process the trace call-by-call (instead of reading everything into memory). by José Fonseca · 16 years ago
- 1062406 python/retrace: Support gziped traces. by José Fonseca · 16 years ago
- 34d12c1 trace: Hack to detect writes to user buffers. by José Fonseca · 16 years ago
- 0fff3e4 trace: Split the output stream on windows. by José Fonseca · 16 years ago
- f52db6c scons: Build the trace pipe driver by default. by José Fonseca · 16 years ago
- ad9c862 mesa: glsl: fix a swizzle bug in storage_to_src_reg() by Brian Paul · 16 years ago
- e55093b mesa: glsl: add check for exceeding max number of constants/uniforms by Brian Paul · 16 years ago
- 29bee15 mesa: glsl: regenerated file by Brian Paul · 16 years ago
- ef33697 mesa: glsl: better implementation of ftransform() by Brian Paul · 16 years ago
- 0fae764 gallium: test for and cull prims with inf/nan vertices in sp_setup.c code. by Brian Paul · 16 years ago
- f6abdb2 gallium: fix typo in LINE() macro (replace i+1 with i1 var) by Brian Paul · 16 years ago
- 34cffce python/retrace: Retrace draw_elements and draw_range_elements. by José Fonseca · 16 years ago
- 1d881b8 python: bindings for draw_range_elements. by José Fonseca · 16 years ago
- 815cdcf mesa: allow for extra per-context init by Brian Paul · 16 years ago
- 7f9959a gallium: fix do_flip bug in sp_surface_copy() by Brian Paul · 16 years ago
- 63c0970 gallium: fix an assertion by Brian Paul · 16 years ago