platform/upstream/mesa.git
2008-09-22 José Fonsecamesa: Use _mesa_bsearch.
2008-09-22 José Fonsecamesa: bsearch implementation for WinCE.
2008-09-22 José Fonsecamesa: ASSERT macro is already defined by WinCE headers.
2008-09-22 Brian Paulmesa: init ctx->RenderMode
2008-09-22 Brian Paulmesa: GL_BYTE vertex/texcoord arrays
2008-09-22 Brian Paulmesa: initial support for fixed-pt vertex arrays
2008-09-22 Brian Paulmesa: refactor: move initialization of DefaultPacking...
2008-09-22 Brian Paulmesa: fix errors in prev commit
2008-09-22 Brian Paulmesa: revamp glBlendFunc loopback
2008-09-22 Brian Paulmesa: fix some FEATURE_x tests
2008-09-22 Brian Paulmesa: test for FEATURE_ATI_fragment_shader
2008-09-22 Brian Paulmesa: fix ReadBuffer initialization
2008-09-22 Brian Paulmesa: FEATURE_dispatch to control dispatch table usage
2008-09-22 Brian Paulmesa: move some glapi bits around
2008-09-22 Brian Paulmesa: remove some temp debug code
2008-09-22 Brian Paulmesa: check FEATURE_ARB_occlusion_query
2008-09-22 Brian Paulmesa: fix typo: s/stacks/stack/
2008-09-22 Briancode refactoring, new next_mipmap_level_size() function
2008-09-22 Brianadded _mesa_tex_target_to_face()
2008-09-22 Brianrefactor code, export _mesa_generate_mipmap_level()
2008-09-22 Brianmove _mesa_format_to_type_and_comps() to texformat.c
2008-09-22 Keith Whitwellmesa: pull in mipmap.c changes from gallium-0.2
2008-09-22 Brian Paulmesa: remove unneeded #include
2008-09-22 Brian Paulmesa: refactor: move various ENUM_TO_x macros into...
2008-09-22 Brian Paulmesa: refactor: move glTexParameter-related functions...
2008-09-22 Brian Paulmesa: refactor: move glTexEnv-related functions into...
2008-09-22 Brian Paulmesa: refactor: move glTexGen-related functions into...
2008-09-22 Brian Paulmesa: refactor: fix some FEATURE_ typos, mistakes
2008-09-22 Keith Whitwellmesa: refactor: move #define FEATURE flags into new...
2008-09-22 Brian Paulmesa: refactor: move _mesa_update_minmax/histogram...
2008-09-22 Brian Paulmesa: refactor: move multisample-related functions...
2008-09-22 Brian Paulmesa: refactor: move _mesa_resizebuffers(), _mesa_Resiz...
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.
next