2008-09-04 |
José Fonseca | gallium: Fix typo. |
commit | commitdiff | tree |
2008-09-04 |
José Fonseca | cell: Use pipe_buffer_* inlines as much as possible. |
commit | commitdiff | tree |
2008-09-04 |
José Fonseca | i915: Use pipe_buffer_* inlines as much as possible. |
commit | commitdiff | tree |
2008-09-04 |
José Fonseca | i965: Use pipe_buffer_* inlines as much as possible. |
commit | commitdiff | tree |
2008-09-04 |
José Fonseca | softpipe: Use pipe_buffer_* inlines as much as possible. |
commit | commitdiff | tree |
2008-09-04 |
José Fonseca | python: Use pipe_buffer_* inlines as much as possible. |
commit | commitdiff | tree |
2008-09-04 |
José Fonseca | gallium: Use pipe_buffer_* inlines as much as possible. |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | cell: flush rendering to current surfaces before instal... |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | cell: update comments, fix typos |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | cell: change context type passed to cell_flush_int() |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | gallium: comments about nblocksx/y, etc |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | gallium: silence warnings |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | cell: replace assert() with special spu ASSERT() macro |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | cell: add pipe_texture_reference() call in cell_get_tex... |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | cell: updated assertion |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | cell: comments |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | gallium: do image clipping in xmesa_display_surface_tiled() |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | cell: fix texture/surface allocation to allocate by... |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | cell: move misplaced assertions; put them after ximage... |
commit | commitdiff | tree |
2008-09-03 |
Jakob Bornecrantz | i915: Fix typo in intel_lock.c |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | cell: add -DDEBUG flag, fixes to Cell Makefiles |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | Cell: added linux-cell-debug config |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | cell: add missing cell_tex_surface_release() |
commit | commitdiff | tree |
2008-09-03 |
José Fonseca | gallium: Have pipe_buffer_* receive a pipe_screen inste... |
commit | commitdiff | tree |
2008-09-03 |
José Fonseca | draw: Describe the steps in emit_load_R32G32B32A32. |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | fix BUFFER_DEPTH/BUFFER_ACCUM mix-up |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | gallium: increase string buffer size to 16000 to avoid... |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | gallium: fix out of bounds array errors in SSE execution |
commit | commitdiff | tree |
2008-09-02 |
Jakob Bornecrantz | i915: Fix typo in ws_dri_bufmgr.c |
commit | commitdiff | tree |
2008-09-02 |
Jakob Bornecrantz | i915: Small fixes for tiled textures |
commit | commitdiff | tree |
2008-09-01 |
Brian Paul | gallium: remove glthread.h file (not used) |
commit | commitdiff | tree |
2008-09-01 |
Brian Paul | gallium: removed p_pointer.h (use util/u_pointer.h... |
commit | commitdiff | tree |
2008-09-01 |
Brian Paul | gallium: include u_pointer,h, not p_pointer.h |
commit | commitdiff | tree |
2008-09-01 |
Brian Paul | mesa: use CALLOC instead of MALLOC to fix valgrind... |
commit | commitdiff | tree |
2008-09-01 |
Brian Paul | gallium: added st_bind/release_teximage() functions |
commit | commitdiff | tree |
2008-09-01 |
Brian Paul | gallium: move st_texture_image() cast wrapper to header... |
commit | commitdiff | tree |
2008-09-01 |
Brian Paul | egl: CreatePbufferSurface, Bind/ReleaseTexImage functions |
commit | commitdiff | tree |
2008-09-01 |
Brian Paul | egl: additional error checking in _eglBind/ReleaseTexIm... |
commit | commitdiff | tree |
2008-09-01 |
José Fonseca | pipebuffer: Add missing break statement to cache lookup... |
commit | commitdiff | tree |
2008-09-01 |
José Fonseca | pipebuffer: Comment the slab code. Remove the freeSlabs... |
commit | commitdiff | tree |
2008-09-01 |
José Fonseca | scons: Optimize for speed, not size, with MSVC. |
commit | commitdiff | tree |
2008-09-01 |
José Fonseca | draw: Put INLINES where appropriate. |
commit | commitdiff | tree |
2008-09-01 |
Keith Whitwell | util: make timed_winsys os independent |
commit | commitdiff | tree |
2008-09-01 |
Keith Whitwell | util: add func to return time as uint64 microseconds |
commit | commitdiff | tree |
2008-09-01 |
Keith Whitwell | add u_timed_winsys.[ch] |
commit | commitdiff | tree |
2008-09-01 |
Keith Whitwell | remove depend.bak in realclean |
commit | commitdiff | tree |
2008-08-31 |
José Fonseca | Remove CVS keywords. |
commit | commitdiff | tree |
2008-08-31 |
José Fonseca | util: Fix compiler errors in the release build of C... |
commit | commitdiff | tree |
2008-08-31 |
José Fonseca | gallium: winsys/common no longer exists |
commit | commitdiff | tree |
2008-08-29 |
Jonathan White | Added command line option for Scons to select which... |
commit | commitdiff | tree |
2008-08-28 |
Brian Paul | mesa: added test for very long fixed-function vertex... |
commit | commitdiff | tree |
2008-08-28 |
Brian Paul | mesa: remove debug code |
commit | commitdiff | tree |
2008-08-28 |
Brian Paul | mesa: dynamically grow the fixed function vertex progra... |
commit | commitdiff | tree |
2008-08-28 |
Brian Paul | gallium: change the conditional which tests for combine... |
commit | commitdiff | tree |
2008-08-28 |
Brian Paul | mesa: bump MAX_INSN to 300 |
commit | commitdiff | tree |
2008-08-28 |
José Fonseca | pipebuffer: Fix/add detail to the under- overflow repor... |
commit | commitdiff | tree |
2008-08-28 |
José Fonseca | pipebuffer: Check buffer over- & underflows when mappin... |
commit | commitdiff | tree |
2008-08-27 |
Brian Paul | egl: free display ext data in xdri_eglTerminate(). |
commit | commitdiff | tree |
2008-08-27 |
José Fonseca | gallium: s/PIPE_OS_WINDOWS/PIPE_SUBSYSTEM_WINDOWS_USER... |
commit | commitdiff | tree |
2008-08-27 |
Brian Paul | gallium: better support for user-space interleaved... |
commit | commitdiff | tree |
2008-08-27 |
Brian Paul | gallium: in st_draw_vbo() try to detect interleaved... |
commit | commitdiff | tree |
2008-08-27 |
Brian Paul | gallium: remove old assertions |
commit | commitdiff | tree |
2008-08-27 |
Brian Paul | gallium: call st_finish() in XMesaFlush() |
commit | commitdiff | tree |
2008-08-27 |
Brian Paul | gallium: s/_glthread_Cond/unsigned/ in p_thread.h |
commit | commitdiff | tree |
2008-08-27 |
Michal Krol | gallium: Add dummy defines of pipe_condvar for Windows... |
commit | commitdiff | tree |
2008-08-26 |
Brian Paul | gallium: thread wrapper clean-up |
commit | commitdiff | tree |
2008-08-26 |
Brian Paul | cell: use SDK 3.0 by default |
commit | commitdiff | tree |
2008-08-26 |
Keith Whitwell | draw: attempt atomic submit of large drawelements calls |
commit | commitdiff | tree |
2008-08-26 |
Keith Whitwell | vbo: seed initial max_element value with a more likely... |
commit | commitdiff | tree |
2008-08-25 |
Brian | cell: asst fixes to get driver building/running again. |
commit | commitdiff | tree |
2008-08-25 |
Brian | gallium: added const qualifiers on some draw funcs |
commit | commitdiff | tree |
2008-08-25 |
Brian | gallium: include p_debug.h for non-HAVE_POSIX_MEMALIGN |
commit | commitdiff | tree |
2008-08-25 |
Brian | gallium: include <sched.h> on linux to get sched_yield... |
commit | commitdiff | tree |
2008-08-25 |
Brian Paul | gallium: include u_math.h |
commit | commitdiff | tree |
2008-08-25 |
Michal Krol | gallium: Add missing includes. |
commit | commitdiff | tree |
2008-08-25 |
Brian | gallium: include u_memory.h, u_math.h |
commit | commitdiff | tree |
2008-08-24 |
Brian Paul | gallium: remove old tile util files |
commit | commitdiff | tree |
2008-08-24 |
Brian Paul | gallium: refactor/replace p_util.h with util/u_memory... |
commit | commitdiff | tree |
2008-08-23 |
Michal Krol | trace: Include u_string.h. |
commit | commitdiff | tree |
2008-08-23 |
Michal Krol | util: Silence compiler warnings on Windows. |
commit | commitdiff | tree |
2008-08-23 |
Michal Krol | util: Include missing u_rect.h. |
commit | commitdiff | tree |
2008-08-22 |
Brian Paul | gallium: rename p_util.c to u_rect.c (it only contains... |
commit | commitdiff | tree |
2008-08-22 |
Brian Paul | gallium: move pipe_copy_rect(), pipe_fill_rect() protos... |
commit | commitdiff | tree |
2008-08-22 |
Brian Paul | gallium: replace align_int() with align() |
commit | commitdiff | tree |
2008-08-22 |
Brian Paul | gallium: insert __cplusplus/extern wrappings |
commit | commitdiff | tree |
2008-08-22 |
Brian Paul | gallium: move math macros from p_util.h to u_math.h |
commit | commitdiff | tree |
2008-08-22 |
Brian Paul | gallium: stop using ifloor(), FABSF(), etc |
commit | commitdiff | tree |
2008-08-22 |
Brian Paul | gallium: stop using FABSF() macro |
commit | commitdiff | tree |
2008-08-22 |
Brian Paul | gallium: replace LOG2() macro with util_fast_log2(... |
commit | commitdiff | tree |
2008-08-22 |
Brian Paul | gallium: use new util_fast_exp2(), _log2(), pow() functions |
commit | commitdiff | tree |
2008-08-22 |
Brian Paul | mesa: glsl: regenerated file |
commit | commitdiff | tree |
2008-08-22 |
Brian Paul | mesa: glsl: implement exp() functions in terms of EXP... |
commit | commitdiff | tree |
2008-08-22 |
Brian Paul | gallium: new u_math.[ch] files for math functions |
commit | commitdiff | tree |
2008-08-22 |
José Fonseca | python/retrace: Interpret texture/surfaces destructions. |
commit | commitdiff | tree |
2008-08-22 |
José Fonseca | trace: Don't trace texture/surfaces releases, only... |
commit | commitdiff | tree |
2008-08-22 |
José Fonseca | trace: Use a 4 hexadecimal digit suffix. |
commit | commitdiff | tree |
2008-08-22 |
José Fonseca | python/retrace: Process the trace call-by-call (instead... |
commit | commitdiff | tree |
2008-08-21 |
José Fonseca | python/retrace: Support gziped traces. |
commit | commitdiff | tree |
2008-08-21 |
José Fonseca | trace: Hack to detect writes to user buffers. |
commit | commitdiff | tree |
2008-08-21 |
José Fonseca | trace: Split the output stream on windows. |
commit | commitdiff | tree |
next |