2008-09-03 |
Brian Paul | cell: add missing cell_tex_surface_release() |
commit | commitdiff | tree | snapshot |
2008-09-03 |
José Fonseca | gallium: Have pipe_buffer_* receive a pipe_screen inste... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
José Fonseca | draw: Describe the steps in emit_load_R32G32B32A32. |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Brian Paul | fix BUFFER_DEPTH/BUFFER_ACCUM mix-up |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Brian Paul | gallium: increase string buffer size to 16000 to avoid... |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Brian Paul | gallium: fix out of bounds array errors in SSE execution |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Jakob Bornecrantz | i915: Fix typo in ws_dri_bufmgr.c |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Jakob Bornecrantz | i915: Small fixes for tiled textures |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Brian Paul | gallium: remove glthread.h file (not used) |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Brian Paul | gallium: removed p_pointer.h (use util/u_pointer.h... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Brian Paul | gallium: include u_pointer,h, not p_pointer.h |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Brian Paul | mesa: use CALLOC instead of MALLOC to fix valgrind... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Brian Paul | gallium: added st_bind/release_teximage() functions |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Brian Paul | gallium: move st_texture_image() cast wrapper to header... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Brian Paul | egl: CreatePbufferSurface, Bind/ReleaseTexImage functions |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Brian Paul | egl: additional error checking in _eglBind/ReleaseTexIm... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
José Fonseca | pipebuffer: Add missing break statement to cache lookup... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
José Fonseca | pipebuffer: Comment the slab code. Remove the freeSlabs... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
José Fonseca | scons: Optimize for speed, not size, with MSVC. |
commit | commitdiff | tree | snapshot |
2008-09-01 |
José Fonseca | draw: Put INLINES where appropriate. |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Keith Whitwell | util: make timed_winsys os independent |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Keith Whitwell | util: add func to return time as uint64 microseconds |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Keith Whitwell | add u_timed_winsys.[ch] |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Keith Whitwell | remove depend.bak in realclean |
commit | commitdiff | tree | snapshot |
2008-08-31 |
José Fonseca | Remove CVS keywords. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
José Fonseca | util: Fix compiler errors in the release build of C... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
José Fonseca | gallium: winsys/common no longer exists |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Jonathan White | Added command line option for Scons to select which... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Brian Paul | mesa: added test for very long fixed-function vertex... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Brian Paul | mesa: remove debug code |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Brian Paul | mesa: dynamically grow the fixed function vertex progra... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Brian Paul | gallium: change the conditional which tests for combine... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
Brian Paul | mesa: bump MAX_INSN to 300 |
commit | commitdiff | tree | snapshot |
2008-08-28 |
José Fonseca | pipebuffer: Fix/add detail to the under- overflow repor... |
commit | commitdiff | tree | snapshot |
2008-08-28 |
José Fonseca | pipebuffer: Check buffer over- & underflows when mappin... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Brian Paul | egl: free display ext data in xdri_eglTerminate(). |
commit | commitdiff | tree | snapshot |
2008-08-27 |
José Fonseca | gallium: s/PIPE_OS_WINDOWS/PIPE_SUBSYSTEM_WINDOWS_USER... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Brian Paul | gallium: better support for user-space interleaved... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Brian Paul | gallium: in st_draw_vbo() try to detect interleaved... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Brian Paul | gallium: remove old assertions |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Brian Paul | gallium: call st_finish() in XMesaFlush() |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Brian Paul | gallium: s/_glthread_Cond/unsigned/ in p_thread.h |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Michal Krol | gallium: Add dummy defines of pipe_condvar for Windows... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Brian Paul | gallium: thread wrapper clean-up |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Brian Paul | cell: use SDK 3.0 by default |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Keith Whitwell | draw: attempt atomic submit of large drawelements calls |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Keith Whitwell | vbo: seed initial max_element value with a more likely... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Brian | cell: asst fixes to get driver building/running again. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Brian | gallium: added const qualifiers on some draw funcs |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Brian | gallium: include p_debug.h for non-HAVE_POSIX_MEMALIGN |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Brian | gallium: include <sched.h> on linux to get sched_yield... |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Brian Paul | gallium: include u_math.h |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Michal Krol | gallium: Add missing includes. |
commit | commitdiff | tree | snapshot |
2008-08-25 |
Brian | gallium: include u_memory.h, u_math.h |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Brian Paul | gallium: remove old tile util files |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Brian Paul | gallium: refactor/replace p_util.h with util/u_memory... |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Michal Krol | trace: Include u_string.h. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Michal Krol | util: Silence compiler warnings on Windows. |
commit | commitdiff | tree | snapshot |
2008-08-23 |
Michal Krol | util: Include missing u_rect.h. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Brian Paul | gallium: rename p_util.c to u_rect.c (it only contains... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Brian Paul | gallium: move pipe_copy_rect(), pipe_fill_rect() protos... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Brian Paul | gallium: replace align_int() with align() |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Brian Paul | gallium: insert __cplusplus/extern wrappings |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Brian Paul | gallium: move math macros from p_util.h to u_math.h |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Brian Paul | gallium: stop using ifloor(), FABSF(), etc |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Brian Paul | gallium: stop using FABSF() macro |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Brian Paul | gallium: replace LOG2() macro with util_fast_log2(... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Brian Paul | gallium: use new util_fast_exp2(), _log2(), pow() functions |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Brian Paul | mesa: glsl: regenerated file |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Brian Paul | mesa: glsl: implement exp() functions in terms of EXP... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Brian Paul | gallium: new u_math.[ch] files for math functions |
commit | commitdiff | tree | snapshot |
2008-08-22 |
José Fonseca | python/retrace: Interpret texture/surfaces destructions. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
José Fonseca | trace: Don't trace texture/surfaces releases, only... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
José Fonseca | trace: Use a 4 hexadecimal digit suffix. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
José Fonseca | python/retrace: Process the trace call-by-call (instead... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
José Fonseca | python/retrace: Support gziped traces. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
José Fonseca | trace: Hack to detect writes to user buffers. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
José Fonseca | trace: Split the output stream on windows. |
commit | commitdiff | tree | snapshot |
2008-08-21 |
José Fonseca | scons: Build the trace pipe driver by default. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Brian Paul | mesa: glsl: fix a swizzle bug in storage_to_src_reg() |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Brian Paul | mesa: glsl: add check for exceeding max number of const... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Brian Paul | mesa: glsl: regenerated file |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Brian Paul | mesa: glsl: better implementation of ftransform() |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Brian Paul | gallium: test for and cull prims with inf/nan vertices... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Brian Paul | gallium: fix typo in LINE() macro (replace i+1 with... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
José Fonseca | python/retrace: Retrace draw_elements and draw_range_el... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
José Fonseca | python: bindings for draw_range_elements. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Brian Paul | mesa: allow for extra per-context init |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Brian Paul | gallium: fix do_flip bug in sp_surface_copy() |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Brian Paul | gallium: fix an assertion |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Brian Paul | gallium: implement a fast-path for glReadPixels for... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Brian Paul | gallium: do a proper implementation of GL_OES_read_format |
commit | commitdiff | tree | snapshot |
2008-08-19 |
José Fonseca | gallium: WinCE build fixes. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
José Fonseca | python/retrace: Add several missing functions. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
José Fonseca | trace: Fix pipe_clip_state dump. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
José Fonseca | python: Handle null state. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
José Fonseca | python/retrace: Trim null chars. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
José Fonseca | trace: Support C++. |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Brian Paul | mesa: glsl: more writemask error checking |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Brian Paul | mesa: glsl: added some post incr/decr error checks |
commit | commitdiff | tree | snapshot |
next |