Merge remote branch 'upstream/gallium-0.1' into gallium-0.1
[mesa.git] / src / mesa / main /
2008-07-04 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into gallium-0.1
2008-07-03 Brian Paulmesa: fix some error codes in _mesa_ShaderSourceARB()
2008-07-03 Brian Paulmesa: fix problem freeing framebuffer/renderbuffer...
2008-07-03 Brian Paulmesa: added case for fixed pt
2008-07-03 Brian Paulmesa: fix vertex array validation test for attribute...
2008-07-02 Brian Paulmesa: additional GLSL built-in constants
2008-07-02 Roland Scheideggermesa: fix issues around multisample enable
2008-06-29 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-28 Brian Paulmesa: check FEATURE_point_size_array
2008-06-27 Roland Scheideggergallium: handle msaa
2008-06-25 Brian Paulmesa: point size arrays
2008-06-24 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-24 José Fonsecamesa: Use standard integer types.
2008-06-24 José Fonsecamesa: Replace deprecated __MSC__ macro.
2008-06-24 José Fonsecamesa: More signed/unsigned float/integer fixes.
2008-06-24 José Fonsecamesa: Use appropriate unsigned/signed, float/integer...
2008-06-24 José Fonsecamesa: Use _mesa_bsearch.
2008-06-24 José Fonsecamesa: bsearch implementation for WinCE.
2008-06-24 José Fonsecamesa: Move variable declarations to the scope top.
2008-06-23 José Fonsecamesa: ASSERT macro is already defined by WinCE headers.
2008-06-22 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-06-21 Briangallium: s/feadback/feedback/, duh
2008-06-20 Brian Paulmesa: init ctx->RenderMode
2008-06-20 Brian Paulmesa: GL_BYTE vertex/texcoord arrays
2008-06-20 Brian Paulmesa: initial support for fixed-pt vertex arrays
2008-06-20 Brian Paulmesa: refactor: move initialization of DefaultPacking...
2008-06-20 Brian Paulmesa: fix errors in prev commit
2008-06-20 Brian Paulmesa: revamp glBlendFunc loopback
2008-06-20 Brian Paulmesa: fix some FEATURE_x tests
2008-06-20 Brian Paulmesa: test for FEATURE_ATI_fragment_shader
2008-06-18 Brian Paulmesa: Fix bug in _mesa_swizzle_ubyte_image
2008-06-18 Brian Paulmesa: fix ReadBuffer initialization
2008-06-18 Brian Paulmesa: FEATURE_dispatch to control dispatch table usage
2008-06-18 Brian Paulmesa: add parenthesis
2008-06-18 Jakob Bornecrantzmesa: _mesa_texstore_s8_z24 now supports depth only...
2008-06-17 Jakob Bornecrantzmesa: Added _mesa_texstore_s8_z24
2008-06-17 Brian Paulmesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UN...
2008-06-17 Brian Paulmesa: make mm.c use unsigned ints for offsets.
2008-06-13 Brian Paulmesa: move some glapi bits around
2008-06-13 Brian Paulmesa: remove some temp debug code
2008-06-13 Brian Paulmesa: check FEATURE_ARB_occlusion_query
2008-06-13 Brian Paulmesa: fix typo: s/stacks/stack/
2008-06-12 Brian Paulmesa: add some #if FEATURE_x tests
2008-06-12 Brian Paulmesa: restore and fix Keith's "further degenerate the...
2008-06-12 Brian PaulRevert "mesa: further degenerate the special case lit...
2008-06-12 Brian Paulmesa: refactor: move various ENUM_TO_x macros into...
2008-06-12 Brian Paulmesa: refactor: move glTexParameter-related functions...
2008-06-12 Brian Paulmesa: refactor: move glTexEnv-related functions into...
2008-06-12 Brian Paulmesa: refactor: move glTexGen-related functions into...
2008-06-10 Brian Paulmesa: refactor: fix some FEATURE_ typos, mistakes
2008-06-10 Brian Paulmesa: refactor: move #define FEATURE flags into new...
2008-06-10 Brian Paulgallium: remove stray include of st_context.h
2008-06-09 Brian Paulmesa: remove unused api_eval.h header file
2008-06-09 Brian Paulmesa: refactor: move _mesa_update_minmax/histogram...
2008-06-09 Brian Paulmesa: refactor: move multisample-related functions...
2008-06-09 Brian Paulmesa: refactor: move _mesa_resizebuffers(), _mesa_Resiz...
2008-06-09 Brian Paulmesa: refactor: move glClear, glClearColor into new...
2008-06-09 Brian Paulmesa: refactor: move scissor functions into new scissor...
2008-06-09 Brian Paulmesa: refactor: move _mesa_init_exec_table() into new...
2008-06-09 Brian Paulmesa: refactor: move pixel map/scale/bias code into...
2008-06-09 Brian Paulmesa: refactor: new _mesa_init_pixelstore() function
2008-06-09 Brian Paulmesa: refactor: move glReadPixels code into new readpix...
2008-06-09 Brian Paulmesa: refactor: move glPixelStore function into new...
2008-06-09 Brian Paulmesa: chmod a-x context.c
2008-06-09 Jakob Bornecrantzmesa: Most of the functions of MESA_TEXTURE_S8_Z24...
2008-06-08 Jakob Bornecrantzmesa: Add MESA_FORMAT_S8_Z24 texture format
2008-06-06 Keith Whitwellmesa: turn off ffvertex prog debug
2008-06-05 Brian Paulmesa: remove EXT/NV suffixes from _mesa_PointParameter...
2008-06-05 Brian Paulmesa: added _mesa_DrawArrays, DrawElements, DrawRangeEl...
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-31 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2008-05-30 Keith Whitwellmesa: undo accidental setting of _ForceEyeCoords
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-27 Keith Whitwellffvertex: emit full LIT when attenuating (needs the...
2008-05-27 Keith Whitwellffvertex: don't compute whole eye vector if only eye...
2008-05-25 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-05-24 Keith WhitwellRevert "mesa: save a temp on normalizes"
2008-05-24 Keith Whitwellmesa: pre-swizzle normal scale state value
2008-05-24 Keith Whitwellmesa: evaluate _NeedEyeCoords prior to generating inter...
2008-05-23 Keith Whitwellmesa: save a temp on normalizes
2008-05-23 Keith Whitwellmesa: further degenerate the special case lit substitute
2008-05-23 Keith Whitwellmesa: don't emit LIT instruction when mat shininess...
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-23 Keith Whitwellmesa: do object-space lighting in ffvertex_prog.c
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulFix program refcounting assertion failure during contex...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-18 Brian Paulalias ProgramEnvParameter4xyARB and ProgramParameter4xy...
2008-05-14 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-05-07 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-07 Brian Paulmesa: free shader program data before deleting shader...
2008-05-07 Brian Paulgallium: implement full reference counting for vertex...
2008-05-07 Brianmesa: free shader program data before deleting shader...
2008-05-07 Briangallium: implement full reference counting for vertex...
2008-05-07 Brianmesa: comments, whitespace
2008-05-06 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-05 Alan Hourihanefix _mesa_ffs for alternative compilers
2008-05-05 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
next