Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / main /
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-16 Brian Paulmesa: rework GLSL vertex attribute binding
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-13 Guillaume Melquiondmesa: return after _mesa_problem() calls
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-12 Keith Whitwellmesa: get fixed-function program generation working...
2008-09-11 Keith Whitwellmesa: update PointParameter usage
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith Whitwellmesa: fix srcRowStride vs srcRowBytes conflict
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-11 Shane BlackettFixes for Mingw
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix memory error...
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-04 Brian Paulmesa: improved gl_buffer_object reference counting
2008-09-04 Brian Paulmesa: improved gl_buffer_object reference counting
2008-09-04 Michal Krolmesa: Silence compiler warnings on Windows.
2008-09-04 Xiang, Haihaomesa: merge stencil values into depth values for MESA_F...
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 Brian Paulfix BUFFER_DEPTH/BUFFER_ACCUM mix-up
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 Brian Paulmesa: use CALLOC instead of MALLOC to fix valgrind...
2008-08-28 Brian Paulmesa: remove debug code
2008-08-28 Brian Paulmesa: dynamically grow the fixed function vertex progra...
2008-08-28 Brian Paulmesa: bump MAX_INSN to 300
2008-08-26 Brian Paulmesa: don't check for GLSL 1.2 to advertise GL 2.1
2008-08-25 Brian Paulmesa: set version string to 7.3-devel
2008-08-21 Krzysztof CzuryloCall _ae_update_state when array enable state changes
2008-08-21 Eric AnholtFlush vertices when updating texObj->GenerateMipmap...
2008-08-20 Brian Paulmesa: allow for extra per-context init
2008-08-18 Brian Paulmesa: rearrange some code in _mesa_BindTexture() to...
2008-08-18 Brian Paulmesa: rearrange some code in _mesa_BindTexture() to...
2008-08-16 Brian Paulprep for 7.1 rc4
2008-08-12 Brian Paulmesa: texture crop rect state
2008-08-12 Brian Paulmesa: set point state
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Brian Paulmesa: fix some feature tests
2008-08-08 Brian Paulmesa: fix some pixel transfer state tests for depth...
2008-08-08 Brian Paulmesa: fix out-of-bounds memory reads in swizzle_copy()
2008-08-08 Brian Paulmesa: fix out-of-bounds memory reads in swizzle_copy()
2008-08-07 Brian Paulmesa: fix glBindTexture comment/error string
2008-08-07 Brian Paulmesa: fix glBindTexture error string (bug 17005)
2008-08-06 Brian Paulmesa: fix comment about texture targets (bug 17005)
2008-08-06 Brian Paulfix some FBO/texture queries (bug 15296)
2008-08-06 Brian Paulfix some FBO/texture queries (bug 15296)
2008-08-03 Brian Pauladded null ptr check (fix bug 16959)
2008-08-03 Brian Pauladded null ptr check (fix bug 16959)
2008-07-29 Brian Paulmesa: fix issues causing warnings on Windows
2008-07-29 Brian Paulmesa: glsl: only try to link shaders defining main()
2008-07-29 Brian Paulmesa: remove an error check for NV_v_p that doesn't...
2008-07-29 Brian Paulmesa: implement grammar/parsing for precision/invariant...
2008-07-29 Brian Pauldisable GL_ARB_shading_language_120 until 1.20 features...
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-25 Eric Anholtmesa: Return 0 for cube map face of non-cubemap framebu...
2008-07-25 Brian Paulmesa: fix issues causing warnings on Windows
2008-07-25 Michal Krolmesa: Mark as XXX unresolved warnings on windows.
2008-07-24 Brian Paulmesa: move extensions->version code into separate function
2008-07-24 Brian Paulmesa: don't include Mesa version in GL_SHADING_LANGUAGE...
2008-07-24 Brian Paulmesa: glsl: only try to link shaders defining main()
2008-07-24 Brian Paulmesa: move extensions->version code into separate function
2008-07-24 Brian Paulmesa: don't include Mesa version in GL_SHADING_LANGUAGE...
2008-07-21 Brian Paulmesa: remove an error check for NV_v_p that doesn't...
2008-07-16 Brian Paulmesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries...
2008-07-16 Brian Paulmesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries...
2008-07-15 Blair Sadewitzmesa: check for __INTERIX to typedef uintptr_t
2008-07-15 Michal Krolmesa: Silence compiler warnings on Windows.
2008-07-14 Brian Paulmesa: comments about vectors vs components
2008-07-14 Brian Paulmesa: fix stencil state problem when GL_ATI_separate_st...
2008-07-14 Brian Paulmesa: fix stencil state problem when GL_ATI_separate_st...
2008-07-14 Blair Sadewitzmesa: also check for __NetBSD__
2008-07-14 Blair Sadewitzmesa: also check for __NetBSD__
2008-07-09 Brian Paulmesa: check for OpenBSD (bug 15604)
2008-07-09 Brian Paulmesa: check for OpenBSD (bug 15604)
2008-07-08 Brian Paulmesa: remove debug code
2008-07-08 Brian Paulmesa: remove debug code
2008-07-08 Brian Paulbump version to rc3
2008-07-08 Brian Paulmesa: implement glGetUniformiv() with new ctx->Driver...
2008-07-08 Brian Paulmesa: implement glGetUniformiv() with new ctx->Driver...
2008-07-08 Brian Paulmesa: bump version to rc2
2008-07-04 Brian Paulmesa: Replace Proxy1D/2D/etc with ProxyTex[] indexed...
2008-07-04 Brian Paulmesa: Implement mutex/locking around texture object...
2008-07-04 Nicolai HaehnleEnable TexGen based on InputsRead when a fragment progr...
2008-07-04 Brian Paulmesa: remove incorrect assertion
2008-07-04 Brian Paulmesa: move assertion
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 some error codes in _mesa_ShaderSourceARB()
2008-07-03 Brian Paulmesa: fix problem freeing framebuffer/renderbuffer...
2008-07-03 Brian Paulmesa: fix vertex array validation test for attribute...
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-07-02 Roland Scheideggermesa: fix issues around multisample enable
2008-07-02 Ian RomanickVBO: Regenerate files based on recent changes to gl_API.xml
next