mesa.git
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2008-09-24 Brian Paulmesa: update program->NumAddressRegs field in _slang_up...
2008-09-24 Brian Paulmesa: add fwd decl of fill_in_entrypoint_offset()
2008-09-24 Brian Paulmesa: new gl_fragment_program fields indicating use...
2008-09-23 BrianAdded new _mesa_clip_copytexsubimage() function to...
2008-09-23 Brian Paulmesa: refactor: move GetProcAddress code from glapi...
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Eric Anholti965: Cope with batch getting flushed in the middle...
2008-09-23 Keith Whitwellremove leftover merge conflict markers
2008-09-23 Eric Anholtintel: Add missing include files for meta drawpixels...
2008-09-23 Eric Anholtintel: Replace pbo-only drawpixels function with a...
2008-09-23 Eric Anholti915: Fix overlapping CopyPixels with negative pixel...
2008-09-23 Eric Anholti915: fix crash in flush_prim -> wait_flips -> flush_ba...
2008-09-23 Robert EllisonCELL: fix colormask code generation
2008-09-23 Robert EllisonCELL: improve legibility of CELL_DEBUG environment...
2008-09-23 Ian Romanicki965: Adapt to new TNL program tracking semantics
2008-09-22 Jonathan Whitecell: Fixed bug with absolute, negate, set-negative...
2008-09-22 Jonathan Whitecell: Added TRUNC, SWZ (extended) and XPD instructions...
2008-09-22 Jonathan Whitecell: Added DPH instruction and verified against softpipe.
2008-09-22 Michel Dänzerr300: Adapt to the removal of _tnl_ProgramCacheInit...
2008-09-22 Michel DänzerRemove incorrect test from mmAllocMem.
2008-09-22 Jakob Bornecrantzmesa: Remove left over merge conflicts
2008-09-22 Michel Dänzerr300: Adapt to the removal of _tnl_ProgramCacheInit...
2008-09-22 Michel DänzerRemove incorrect test from mmAllocMem.
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-22 Brian Paulmesa: allow for extra per-context init
2008-09-22 Brian Paulmesa: texture crop rect state
2008-09-22 Brian Paulmesa: set point state
2008-09-22 Brian Paulmesa: fix some feature tests
2008-09-22 Brian Paulmesa: fix some pixel transfer state tests for depth...
2008-09-22 Brian Paulmesa: fix issues causing warnings on Windows
2008-09-22 Michal Krolmesa: Silence compiler warnings on Windows.
2008-09-22 Brian Paulmesa: comments about vectors vs components
2008-09-22 Brian Paulmesa: remove debug code
2008-09-22 Brian Paulmesa: implement glGetUniformiv() with new ctx->Driver...
2008-09-22 Brian Paulmesa: added case for fixed pt
2008-09-22 Brian Paulmesa: point size arrays
2008-09-22 José Fonsecamesa: Replace deprecated __MSC__ macro.
2008-09-22 José Fonsecamesa: More signed/unsigned float/integer fixes.
2008-09-22 José Fonsecamesa: Use appropriate unsigned/signed, float/integer...
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 Zack Rusingallium: cleanup the after merge framebuffer update...
2008-09-21 Zack Rusingallium: fix a fbo crash
2008-09-21 Chris RankinFix X86 compilation.
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith Whitwellswrast: remove merge droppings
2008-09-21 Keith Whitwellswrast: remove dead file not present in master
2008-09-21 Keith Whitwelldrivers/x11: remove early gallium support
2008-09-21 Keith Whitwellstate_tracker: remove dead file
2008-09-21 Keith Whitwellgallium: remove files not in master
2008-09-21 Keith Whitwellgallium: remove remnants of an nouveau driver
2008-09-21 Keith Whitwellswrast: remove merge droppings
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellRemove CVS keywords.
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
next