Age | Commit message (Expand) | Author |
2008-08-22 | gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header | Brian Paul |
2008-08-22 | gallium: replace align_int() with align() | Brian Paul |
2008-08-22 | gallium: insert __cplusplus/extern wrappings | Brian Paul |
2008-08-22 | gallium: move math macros from p_util.h to u_math.h | Brian Paul |
2008-08-22 | gallium: stop using ifloor(), FABSF(), etc | Brian Paul |
2008-08-22 | gallium: stop using FABSF() macro | Brian Paul |
2008-08-22 | gallium: replace LOG2() macro with util_fast_log2() inline func | Brian Paul |
2008-08-22 | gallium: use new util_fast_exp2(), _log2(), pow() functions | Brian Paul |
2008-08-22 | mesa: glsl: regenerated file | Brian Paul |
2008-08-22 | mesa: glsl: implement exp() functions in terms of EXP asm instruction, not pow | Brian Paul |
2008-08-22 | gallium: new u_math.[ch] files for math functions | Brian Paul |
2008-08-22 | python/retrace: Interpret texture/surfaces destructions. | José Fonseca |
2008-08-22 | trace: Don't trace texture/surfaces releases, only destructions. | José Fonseca |
2008-08-22 | trace: Use a 4 hexadecimal digit suffix. | José Fonseca |
2008-08-22 | python/retrace: Process the trace call-by-call (instead of reading everything... | José Fonseca |
2008-08-21 | 965: Fix incorrect backface culling | Krzysztof Czurylo |
2008-08-21 | Call _ae_update_state when array enable state changes | Krzysztof Czurylo |
2008-08-21 | 965: Fix color clamping issues | Krzysztof Czurylo |
2008-08-21 | Formatting changes to ease application of patches | Ian Romanick |
2008-08-21 | i965: use dri_bo_subdata in vertex upload to get pwrite used. | Eric Anholt |
2008-08-21 | Flush vertices when updating texObj->GenerateMipmap state. | Eric Anholt |
2008-08-21 | python/retrace: Support gziped traces. | José Fonseca |
2008-08-21 | trace: Hack to detect writes to user buffers. | José Fonseca |
2008-08-21 | trace: Split the output stream on windows. | José Fonseca |
2008-08-21 | scons: Build the trace pipe driver by default. | José Fonseca |
2008-08-21 | Report damage before modifying the area, not after. | Peter Hutterer |
2008-08-20 | intel: Fix SGIS_generate_mipmap after a miptree had been validated. | Eric Anholt |
2008-08-20 | use ftransform() | Brian Paul |
2008-08-20 | glx: free driScreen in FreeScreenConfigs() | Kristof Ralovich |
2008-08-20 | glx: free context in driDestroyContext() | Kristof Ralovich |
2008-08-20 | glx: free vertex array state when context is destroyed | Kristof Ralovich |
2008-08-20 | fix mem leak (free psc->visuals) | Kristof Ralovich |
2008-08-20 | mesa: fix float blend bug | Mark Anderson |
2008-08-20 | mesa: move old/obsolete MESA extensions specs to OLD/ directory | Brian Paul |
2008-08-20 | mesa: glsl: fix a swizzle bug in storage_to_src_reg() | Brian Paul |
2008-08-20 | mesa: glsl: add check for exceeding max number of constants/uniforms | Brian Paul |
2008-08-20 | i965: fixup format for TFP zero copy | Dave Airlie |
2008-08-20 | i965: make tex offset override work.. | Dave Airlie |
2008-08-20 | mesa: glsl: regenerated file | Brian Paul |
2008-08-20 | mesa: glsl: better implementation of ftransform() | Brian Paul |
2008-08-20 | gallium: test for and cull prims with inf/nan vertices in sp_setup.c code. | Brian Paul |
2008-08-20 | gallium: fix typo in LINE() macro (replace i+1 with i1 var) | Brian Paul |
2008-08-20 | python/retrace: Retrace draw_elements and draw_range_elements. | José Fonseca |
2008-08-20 | python: bindings for draw_range_elements. | José Fonseca |
2008-08-20 | i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug... | Xiang, Haihao |
2008-08-19 | mesa: allow for extra per-context init | Brian Paul |
2008-08-19 | gallium: fix do_flip bug in sp_surface_copy() | Brian Paul |
2008-08-19 | gallium: fix an assertion | Brian Paul |
2008-08-19 | gallium: implement a fast-path for glReadPixels for common cases | Brian Paul |
2008-08-19 | gallium: do a proper implementation of GL_OES_read_format | Brian Paul |