mesa.git
2008-09-22 Brian Paulmesa: refactor: move glClear, glClearColor into new...
2008-09-22 Brian Paulmesa: refactor: move scissor functions into new scissor...
2008-09-22 Brian Paulmesa: refactor: move pixel map/scale/bias code into...
2008-09-22 Brian Paulmesa: refactor: new _mesa_init_pixelstore() function
2008-09-22 Brian Paulmesa: refactor: move _mesa_init_exec_table() into new...
2008-09-22 Brian Paulmesa: refactor: move glReadPixels code into new readpix...
2008-09-22 BrianAdd some FLUSH_CURRENT() calls.
2008-09-22 Brian Paulmesa: refactor: move glPixelStore function into new...
2008-09-22 Brian Paulmesa: remove EXT/NV suffixes from _mesa_PointParameter...
2008-09-22 José Fonsecaglut: Remove EOF characters.
2008-09-22 Benjamin Closei965: fix compilation
2008-09-21 Chris RankinFix X86 compilation.
2008-09-21 Keith WhitwellRemove CVS keywords.
2008-09-21 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-09-21 Keith Whitwellmesa: remove dead file
2008-09-21 Keith Whitwellmesa: add explict float casts
2008-09-21 Keith Whitwellmesa: move fixed function vertex program builder from...
2008-09-21 Brian Paulmesa: add parenthesis
2008-09-21 Keith Whitwellmesa: standardize on C99's uint*_t instead of u_int*_t
2008-09-21 José Fonsecamesa: Remove assyntax.h include from generated matypes.h.
2008-09-21 Keith Whitwellmesa: move rastpos helper to tnl
2008-09-21 Keith Whitwellmesa: improved driver query interface
2008-09-19 Adam JacksonUpdate to SGI FreeB 2.0.
2008-09-19 Brianglx: re-add glapi/ path
2008-09-19 Brianmesa: remove unneeded s_drawpix.h header
2008-09-19 Brianglx: added "glapi/" prefix to include
2008-09-18 Chris Rankinmesa: fix asst path/include mistakes in prev commits
2008-09-18 Brian Paulmesa: fix null ptr deref bug in _tnl_InvalidateState...
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-09-18 Brian Paulmesa: prefix more #includes with "main/"
2008-09-18 Brian Paulmesa: remove a bunch of -I paths from INCLUDE_DIRS
2008-09-18 Brian Paulglx: remove #include "glheader.h" lines
2008-09-18 Brian Paulglx: remove depency on glheader.h and GLboolean type...
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-17 Brian Paulmesa: fix bug in previous changes to _slang_resolve_att...
2008-09-17 Eric Anholtintel: Destroy bufmgr in screen destroy, not context.
2008-09-16 Brian Paulmesa: rework GLSL vertex attribute binding
2008-09-16 Brian Paulmesa: fix display list regression (check if save->prim_...
2008-09-15 Brian Paulmesa: fix MSAA enable state in update_multisample()
2008-09-15 Brian Paulmesa: remove some assertions that are invalid during...
2008-09-15 Keith Whitwellmesa: get another class of degenerate dlists working
2008-09-15 Keith Whitwelladd dlist-degenerate test case
2008-09-14 Shane Blackettglut: s/glut_fbc.c/glut_fcb.c/
2008-09-13 Jakub Bogusztdfx: fix crash and lack of visuals bug
2008-09-13 Guillaume Melquiondi915: fix himask constant init for 64-bit build
2008-09-13 Guillaume Melquiondglx: fix 64-bit datatype issue
2008-09-13 Guillaume Melquiondmesa: return after _mesa_problem() calls
2008-09-13 Guillaume Melquiondmesa: #include <stdio.h>
2008-09-13 Guillaume Melquiondremove invalid XDestroyWindow() call
2008-09-13 Guillaume Melquiondsilence warning
2008-09-13 Guillaume MelquiondGLU: fix asst warnings
2008-09-12 Eric Anholtintel: Add a width field to regions, and use it for...
2008-09-12 Eric AnholtFinish off the previous fix for TFP.
2008-09-12 Eric Anholtintel: Don't segfault on TFP from a bad drawable.
2008-09-12 Eric Anholtintel: Remove dead allow_batchbuffer param.
2008-09-12 George Sapountzisdri/swrast: fix swapBuffers after dri2
2008-09-12 Xiang, Haihaoi965: Add support for G41 chipset which is another...
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-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-24 Dave AirlieRevert "Revert "Merge branch 'drm-gem'""
2008-08-24 Dave AirlieRevert "Merge branch 'drm-gem'"
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 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()
next