r300: prepare for texcopy code sharing
[mesa.git] / src / mesa / main /
2009-12-09 Vinson Leemesa: Fix array out-of-bounds access by _mesa_Fogi.
2009-12-08 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-08 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-08 Roland ScheideggerMerge branch 'gallium-strict-aliasing'
2009-12-08 Michel DänzerMerge branch 'mesa_7_7_branch'
2009-12-08 Andre MaasikasMerge branch 'mesa_7_7_branch'
2009-12-08 Andre MaasikasMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Ian Romanickmesa: set version string to 7.7-rc1
2009-12-08 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Ian Romanickmesa: set version string to 7.6.1-rc3
2009-12-07 Roland Scheideggermesa: fix strict aliasing issues in half-to-float/float...
2009-12-05 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGenf.
2009-12-05 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGeni.
2009-12-05 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-05 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-12-05 Vinson Leemesa: Fix array out-of-bounds access in _mesa_TexEnvf.
2009-12-03 Roland ScheideggerMerge branch 'gallium-noblocks'
2009-12-03 Roland Scheideggermesa: use _mesa_memcpy for COPY_4FV macro
2009-12-02 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2009-12-02 Jakob BornecrantzMerge commit 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-03 Eric Anholtmesa: Fix bad conversion in AL1616_REV texstore.
2009-12-03 Eric Anholtmesa: Fix copy'n'paste problem in al1616 texel fetch.
2009-12-01 Brian Paulmesa: added comment for target_enum_to_index()
2009-12-01 Keith WhitwellMerge commit 'origin/tgsi-simplify-ext'
2009-12-01 Keith WhitwellMerge commit 'origin/mesa_7_7_branch'
2009-12-01 Michal Krolmesa: Update vertex texture code after gallium changes.
2009-12-01 Ian Romanickmesa: set version string to 7.7-rc1
2009-12-01 Ian Romanickmesa: set version string to 7.6.1-rc2
2009-12-01 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-30 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexParame...
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGenf.
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access by _mesa_TexGeni.
2009-11-29 Vinson Leemesa: Fix array out-of-bounds access in _mesa_TexEnvf.
2009-11-27 José Fonsecamesa: Avoid void pointer arithmetic.
2009-11-27 Roland ScheideggerMerge branch 'width0'
2009-11-26 Ian RomanickImprove implementation of GL_POINT_SPRITE_COORD_ORIGIN...
2009-11-26 Roland ScheideggerMerge commit 'origin/st-shader-varients'
2009-11-24 Michal Krolmesa: Fix pointer arithmetic.
2009-11-24 Brian Paulmesa: use gcc __builtin_popcount()
2009-11-23 Maciej CencoraMerge commit 'origin/mesa_7_7_branch'
2009-11-23 Maciej CencoraMerge branch 'mesa_7_7_branch' of anongit.freedesktop...
2009-11-23 Vinson Leemesa: Initialize variable in _mesa_get_texel_fetch_func.
2009-11-21 Roland Scheideggermesa: handle different RowStride in _mesa_get_compresse...
2009-11-20 Dave AirlieMerge remote branch 'origin/mesa_7_7_branch'
2009-11-19 Richard LiMerge branch 'master' of ssh://richardradeon@git.freede...
2009-11-19 Tom Fogalmesa: define 32bit byteswap for AIX.
2009-11-19 Eric Anholtmesa: Remove gratuitous padding in prog_dst_register.
2009-11-18 Brian Paulmesa: set version string to 7.6.1-rc1
2009-11-18 Brian Paulmesa: bump version to 7.8
2009-11-18 Maciej CencoraMerge branch 'radeon-texrewrite-clean' into mesa_7_7_branch
2009-11-18 Ian RomanickAL1616: Fix cut-and-paste bug
2009-11-18 Ian RomanickMerge branch 'outputswritten64'
2009-11-18 Ian RomanickARB_fbo: Enable GL_EXT_framebuffer_multisample
2009-11-18 Ian RomanickARB_fbo: Regenerate files from previous commits.
2009-11-18 Ian RomanickEXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_pac...
2009-11-17 Brian Paulmesa: remove old comment
2009-11-17 Brian Paulmesa: fix incorrect type in store_texel_al1616()
2009-11-17 Brian Paulmesa: remove trailing comment to silence warning
2009-11-17 Brian Paulmesa: remove a bit of old code
2009-11-17 Michel DänzerAdd MESA_FORMAT_XRGB8888_REV.
2009-11-16 Ian RomanickMove 'static' to start of declaration to silence compil...
2009-11-16 Ian RomanickAL1616: Enable MESA_FORMAT_AL1616 for software paths
2009-11-16 Ian RomanickAL1616: Add TexImage storage path
2009-11-16 Ian RomanickAL1616: Add texel fetch / store routines
2009-11-16 Ian RomanickAL1616: Add formats for GL_LUMINANCE16_ALPHA16 textures
2009-11-16 Ian RomanickAL1616: Add macros to pack two GLushorts into a texel
2009-11-16 Brian Paulmesa: remove unused vertex array driver hooks
2009-11-16 Brian Paulmesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmap...
2009-11-16 Brian Paulmesa: use _mesa_get_current_tex_object()
2009-11-16 Brian Paulmesa: added another check in check_gen_mipmap()
2009-11-13 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-11 brianmesa: fix some begin/end render-to-texture logic
2009-11-11 brianmesa: move check_begin/end_texture_render() calls
2009-11-11 brianmesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFrame...
2009-11-11 brianmesa: rename vars in _mesa_BindFramebufferEXT()
2009-11-11 brianmesa: added comment for check_begin_texture_render()
2009-11-11 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-06 Eric Anholtmesa: Attempt to pair up Driver.RenderTexture and Finis...
2009-11-06 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-11-05 Brian Paulmesa: fix infinite loop bug in _mesa_drawbuffers()
2009-11-05 Brian Paulmesa: added cast to silence warning
2009-11-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-05 Brian Paulmesa: fix broken pack_histogram() case for GLhalf
2009-11-05 Brian Paulmesa: silence warning from gcc 4.4.1
2009-11-03 Brian Paulmesa: (GLint64) casts in get.c to silence Visual Studio...
2009-11-03 Karl Schultzmesa: added GLAPIENTRY keywords for sync object functions
2009-11-03 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-03 Brian Paulmesa: clean-up, remove some flushing in FBO functions
2009-11-03 Brian Paulmesa: fix indentation
2009-11-03 Brian Paulmesa: clean-up formatting
2009-11-03 Brian Paulmesa: avoid extraneous _NEW_BUFFER changes in _mesa_Bin...
2009-11-03 Brian Paulmesa: use FLUSH_VERTICES() in _mesa_drawbuffers()
2009-11-03 Brian Paulmesa: avoid extraneous _NEW_BUFFER state in _mesa_drawb...
2009-11-03 Brian Paulmesa: use ffs() to shorten loop in _mesa_drawbuffers()
2009-11-03 Brian Paulmesa: added assertion, another comment
2009-11-03 Brian Paulmesa: added comment
2009-11-03 Brian Paulmesa: use _mesa_get_current_tex_object()
2009-11-03 Brian Paulmesa: make _mesa_get_current_tex_objec() public
2009-11-02 Brian Paulmesa: fix incorrect approx bits/channel for fxt1 formats
next