Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / main /
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-01 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-01 Brian Paulmesa: additional debug flags for glsl debug/disassembly
2008-11-01 Brian Paulmesa: additional debug flags for glsl debug/disassembly
2008-10-31 Xiang, Haihaomesa: fix a typo in the previous commit
2008-10-30 Xiang, Haihaomesa: fix an issue in _mesa_PointParameterfv().
2008-10-27 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-10-23 Brian Paulmesa: remove calls to _mesa_adjust_image_for_convolutio...
2008-10-22 Brian Paulmesa: move convolution image adjustment code for glCopy...
2008-10-22 Brian Paulmesa: some re-org of glCopyTexSubImage1/2/3D() error...
2008-10-22 Brian Paulmesa: in textore.c, only adjust image for convolution...
2008-10-20 Keith Whitwellmesa: note that texcoords are generated by setup routin...
2008-10-17 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-16 Brian Paulmesa: fix error codes in _mesa_GetObjectParameterivARB...
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-14 Keith Whitwellmesa: modify fixed function vertex programs not to...
2008-10-10 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-10-10 Brian Paulmesa: fix asst. issues in _mesa_texstore_argb8888()
2008-10-10 Brian Paulmesa: remove unneeded includes
2008-10-10 Brian Paulmesa: fix error codes in _mesa_GetObjectParameterivARB...
2008-10-10 Brian Paulmesa: rename macro params to emphasize that there's...
2008-10-10 Brian Paulmesa: remove unneeded includes
2008-10-10 Brian Paulmesa: new _mesa_set_vp_override() function for driver...
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-08 Eric Anholtmesa: Pass the context to query object delete cb to...
2008-10-07 Brian Paulmesa: replace GLuint with GLbitfield to be clearer...
2008-10-07 Keith Whitwellmesa: protect against segfault in get_fp_input_mask()
2008-10-06 Brianmesa: fix convolve/convolution mix-ups
2008-10-06 Brianmesa: fix convolve/convolution mix-ups
2008-10-06 Brian Paulmesa: updated _mesa_delete_query() comments
2008-10-06 Brian Paulmesa: add missing GLcontext param to _mesa_delete_query().
2008-10-06 Brian Paulmesa: add missing GLcontext param to _mesa_delete_query().
2008-10-04 Keith Whitwellmesa: handle vertex program enabled case also in texenv...
2008-10-03 Keith Whitwellmesa: avoid generating constant vertex attributes in...
2008-10-03 Keith Whitwellmesa: add new internal state for tracking current verte...
2008-10-03 Keith Whitwellmesa: shrink texenvprogram state key struct
2008-10-02 Brian Paulmesa: fix temp register allocation problems.
2008-10-02 Ian RomanickUnify ARB_depth_texture and SGIX_depth_texture
2008-09-29 Ian RomanickGLSL: Implement GL_OBJECT_TYPE_ARB query
2008-09-29 Jouk Jansenmesa: asst updates for VMS
2008-09-29 Shunichi Fujimesa: drop calloc from _mesa_get_fixed_func_vertex_program
2008-09-27 Brian Paulmesa: fix temp register allocation problems.
2008-09-26 Brian Paulmesa: remove invalid assertions that programs have...
2008-09-26 Brad Kingmesa: fix param indexing
2008-09-26 Brian Paulmesa: fix/simplify initialization of vertex/fragment...
2008-09-26 Brian Paulmesa: increase MAX_INSTRUCTIONS
2008-09-26 Brian Paulmesa: fix swizzle failure, fix typo
2008-09-26 Brian Paulmesa: fix default buffer object access value
2008-09-26 Keith Whitwellmesa: fix indenting
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-26 Brianmesa: fix cast/conversion for optional code
2008-09-26 Brian Paulmesa: fix/simplify initialization of vertex/fragment...
2008-09-26 Brian Paulmesa: fix typo (s/feadback/feedback/). Fixes broken...
2008-09-26 Brian Paulmesa: increase MAX_INSTRUCTIONS
2008-09-26 Brian Paulmesa: fix swizzle failure, fix typo
2008-09-25 Brian Paulmesa: fix float->int mapping for glGetIntegerv(GL_DEPTH...
2008-09-25 Brian Paulmesa: fix default buffer object access value
2008-09-24 Brianset SamplerUnit[] entry in load_texture() just to be...
2008-09-24 Brianuse PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when...
2008-09-24 Brianset program->SamplersUsed bit when using a texture...
2008-09-24 BrianRemove ctx field from texenvprog_cache
2008-09-24 Brianinclude programopt.h
2008-09-24 BrianDisable vertex shader fog, compute fog in fragment...
2008-09-24 Briantemporarily set the FRAG_BIT_FOGC bit in InputsRead...
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 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: new gl_fragment_program fields indicating use...
2008-09-23 BrianAdded new _mesa_clip_copytexsubimage() function to...
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Keith Whitwellremove leftover merge conflict markers
2008-09-22 Michel DänzerRemove incorrect test from mmAllocMem.
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 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
next