mesa.git
2008-09-11 Keith Whitwellmesa: use sources.mak -- need to figure out how to...
2008-09-11 Alan Hourihaneadd gallium dir
2008-09-11 Alan Hourihanetree builds
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith Whitwellmesa: fix srcRowStride vs srcRowBytes conflict
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-11 Shane Blackettadded 24bpp support
2008-09-11 Shane BlackettFixes for Mingw
2008-09-10 Eric Anholtintel: track move of bo_exec from drivers to bufmgr.
2008-09-10 Eric Anholtintel: track bufmgr move to libdrm_intel and bufmgr_fak...
2008-09-10 Eric Anholtintel: Move the bufmgr back to the screen.
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix memory error...
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix valgrind warning
2008-09-05 Dave Airlieintel: only enable occlusion query if the drm has defines.
2008-09-04 Brian Paulmesa: improved gl_buffer_object reference counting
2008-09-04 Kristian Høgsbergconfigure.ac: bump dri2proto requirement, drop TTM_API...
2008-09-04 Xiang, Haihaointel: Fix depth_stencil texture.
2008-09-04 Xiang, Haihaomesa: merge stencil values into depth values for MESA_F...
2008-09-04 Jakob Bornecrantzmesa: Support for MESA_FORMAT_S8_Z24 texture
2008-09-03 Eric Anholtintel: Fix prototype warning.
2008-09-03 Eric Anholtintel: Fix refcounting on depth buffer initialization...
2008-09-03 Xiang, Haihaointel: Fix a crash if dri2 is disabled.
2008-09-03 Brian Paulfix BUFFER_DEPTH/BUFFER_ACCUM mix-up
2008-09-02 Roland Scheideggerfix no error generated when calling glLight{if}[v]...
2008-09-01 Michel DänzerFix build by removing #include of removed dri_sarea.h.
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-08-29 Xiang, Haihaoi965: force thread switch after IF/ELSE/ENDIF. partial...
2008-08-29 Xiang, Haihaoi965: mask control for BREAK/CONT/DO/WHILE. partial...
2008-08-29 Xiang, Haihaoi965: Push/pop instruction state. partial fix for ...
2008-08-28 Brian Paulmesa: bump MAX_INSN to 350
2008-08-26 Brian Paulmesa: don't check for GLSL 1.2 to advertise GL 2.1
2008-08-26 Brian Pauladded 7.1 MD5 sums
2008-08-26 Brian Paulchange MESA_MINOR to 3
2008-08-26 Brian Paul7.1 updates from 7.2 branch
2008-08-26 Timo Jyrinkiasst. html doc updates
2008-08-26 Keith Whitwelldraw: attempt atomic submit of large drawelements calls
2008-08-26 Keith Whitwellvbo: seed initial max_element value with a more likely...
2008-08-25 Briancell: asst fixes to get driver building/running again.
2008-08-25 Briangallium: added const qualifiers on some draw funcs
2008-08-25 Briangallium: include p_debug.h for non-HAVE_POSIX_MEMALIGN
2008-08-25 Briangallium: include <sched.h> on linux to get sched_yield...
2008-08-25 Brian Paulmesa: glsl: regenerated file
2008-08-25 Brian Paulmesa: glsl: grab latest fixes from gallium-0.1 branch
2008-08-25 Brian Paulmesa: set version string to 7.3-devel
2008-08-25 Brian Paulgallium: include u_math.h
2008-08-25 Michal Krolgallium: Add missing includes.
2008-08-25 Briangallium: include u_memory.h, u_math.h
2008-08-24 Brian Paulgallium: remove old tile util files
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-24 Dave AirlieRevert "Revert "Merge branch 'drm-gem'""
2008-08-24 Dave AirlieRevert "Merge branch 'drm-gem'"
2008-08-23 Michal Kroltrace: Include u_string.h.
2008-08-23 Michal Krolutil: Silence compiler warnings on Windows.
2008-08-23 Michal Krolutil: Include missing u_rect.h.
2008-08-22 Brian Paulgallium: rename p_util.c to u_rect.c (it only contains...
2008-08-22 Brian Paulgallium: move pipe_copy_rect(), pipe_fill_rect() protos...
2008-08-22 Brian Paulgallium: replace align_int() with align()
2008-08-22 Brian Paulgallium: insert __cplusplus/extern wrappings
2008-08-22 Brian Paulgallium: move math macros from p_util.h to u_math.h
2008-08-22 Brian Paulgallium: stop using ifloor(), FABSF(), etc
2008-08-22 Brian Paulgallium: stop using FABSF() macro
2008-08-22 Brian Paulgallium: replace LOG2() macro with util_fast_log2(...
2008-08-22 Brian Paulgallium: use new util_fast_exp2(), _log2(), pow() functions
2008-08-22 Brian Paulmesa: glsl: regenerated file
2008-08-22 Brian Paulmesa: glsl: implement exp() functions in terms of EXP...
2008-08-22 Brian Paulgallium: new u_math.[ch] files for math functions
2008-08-22 José Fonsecapython/retrace: Interpret texture/surfaces destructions.
2008-08-22 José Fonsecatrace: Don't trace texture/surfaces releases, only...
2008-08-22 José Fonsecatrace: Use a 4 hexadecimal digit suffix.
2008-08-22 José Fonsecapython/retrace: Process the trace call-by-call (instead...
2008-08-21 Krzysztof Czurylo965: Fix incorrect backface culling
2008-08-21 Krzysztof CzuryloCall _ae_update_state when array enable state changes
2008-08-21 Krzysztof Czurylo965: Fix color clamping issues
2008-08-21 Ian RomanickFormatting changes to ease application of patches
2008-08-21 Eric Anholti965: use dri_bo_subdata in vertex upload to get pwrite...
2008-08-21 Eric AnholtFlush vertices when updating texObj->GenerateMipmap...
2008-08-21 José Fonsecapython/retrace: Support gziped traces.
2008-08-21 José Fonsecatrace: Hack to detect writes to user buffers.
2008-08-21 José Fonsecatrace: Split the output stream on windows.
2008-08-21 José Fonsecascons: Build the trace pipe driver by default.
2008-08-21 Peter HuttererReport damage before modifying the area, not after.
2008-08-21 Eric Anholtintel: Fix SGIS_generate_mipmap after a miptree had...
2008-08-20 Brian Pauluse ftransform()
2008-08-20 Kristof Ralovichglx: free driScreen in FreeScreenConfigs()
2008-08-20 Kristof Ralovichglx: free context in driDestroyContext()
2008-08-20 Kristof Ralovichglx: free vertex array state when context is destroyed
2008-08-20 Kristof Ralovichfix mem leak (free psc->visuals)
2008-08-20 Mark Andersonmesa: fix float blend bug
2008-08-20 Brian Paulmesa: move old/obsolete MESA extensions specs to OLD...
2008-08-20 Brian Paulmesa: glsl: fix a swizzle bug in storage_to_src_reg()
2008-08-20 Brian Paulmesa: glsl: add check for exceeding max number of const...
2008-08-20 Dave Airliei965: fixup format for TFP zero copy
2008-08-20 Dave Airliei965: make tex offset override work..
2008-08-20 Brian Paulmesa: glsl: regenerated file
2008-08-20 Brian Paulmesa: glsl: better implementation of ftransform()
2008-08-20 Brian Paulgallium: test for and cull prims with inf/nan vertices...
2008-08-20 Brian Paulgallium: fix typo in LINE() macro (replace i+1 with...
2008-08-20 José Fonsecapython/retrace: Retrace draw_elements and draw_range_el...
2008-08-20 José Fonsecapython: bindings for draw_range_elements.
2008-08-20 Xiang, Haihaoi965: Enable GL_ARB_fragment_program_shadow and fix...
next