radeon: fix compressed mipmapped textures
[mesa.git] / src /
2009-11-21 Maciej Cencoraradeon: fix compressed mipmapped textures
2009-11-21 Maciej Cencoraradeon: fix glCompressedTexSubImage
2009-11-21 Roland Scheideggerintel: make CopyTex[Sub]Image fallback debug messages...
2009-11-21 Roland Scheideggermesa: handle different RowStride in _mesa_get_compresse...
2009-11-21 Eric Anholti965: Fix several memory leaks on exit.
2009-11-21 Vinson Leest/egl: Fix memory leak in egl_tracker.c.
2009-11-21 Vinson Leedraw: Initialize variable in draw_pt.c.
2009-11-20 Vinson Leei915g: Add missing break statement in i915_debug.c.
2009-11-20 Vinson Leegallium/util: Initialize variables in u_pack_color.h.
2009-11-18 Jakob Bornecrantzst/xorg: Flush any pending operations on upload
2009-11-18 Jakob Bornecrantzst/xorg: Unbind any textures in solid
2009-11-20 Alan HourihaneFix vega compilation.
2009-11-20 Alan HourihaneFix memory leak.
2009-11-20 Eric Anholtmesa: Fix NULL deref in optimizer when NumInstructions...
2009-11-20 Vinson Leest/xorg: Fix type of 'unknown'.
2009-11-20 Dave Airlier100: fix texture_from_pixmap and compiz.
2009-11-19 Vinson Leest/xorg: Fix infinite loop in copy_packed_data.
2009-11-19 Brian Paulst/mesa: replace st_flush() with pipe->flush()
2009-11-19 Brian Paulvbo: added recursion check in vbo_exec_FlushVertices()
2009-11-19 Brian Paulst/mesa: get rid of compressed_num_bytes() code
2009-11-19 Brian Paulst/mesa: remove is_compressed_mesa_format()
2009-11-19 Brian Paulst/mesa: remove pointless assertion
2009-11-19 Brian Paulsoftpipe: whitespace/indentation fixes
2009-11-19 Brian Paulsoftpipe: add missing check in softpipe_is_texture_refe...
2009-11-19 Michel Dänzerst/xorg: Replace compile-time acceleration switch with...
2009-11-19 Michel Dänzerst/xorg: Miscellaneous XVideo fixes.
2009-11-19 Michel Dänzerst/xorg: Try harder to ensure a shared texture has...
2009-11-19 Michel Dänzerst/xorg: Don't complain about convolution filter being...
2009-11-19 Michel Dänzerst/xorg: Remove superfluous flushes from the EXA WaitMa...
2009-11-19 Michel Dänzerst/xorg: Don't initialize non-existing fields.
2009-11-18 Jakob Bornecrantzst/xorg: Init all functions and fix spelling
2009-11-18 Jakob Bornecrantzst/xorg: Make the #if more easier to read
2009-11-18 Jakob Bornecrantzst/xorg: Use the correct DRI2BufferPtr struct on 1...
2009-11-18 Maciej Cencorar300: allow disabling s3tc support if libtxc_dxtn is...
2009-11-18 Maciej CencoraMerge branch 'radeon-texrewrite-clean' into mesa_7_7_branch
2009-11-18 Maciej Cencorar600: align for mipmap tree changes
2009-11-18 Ian RomanickAL1616: Fix cut-and-paste bug
2009-11-18 Ian RomanickMerge branch 'outputswritten64'
2009-11-18 Ian RomanickARB_fbo: Enable extensions related to GL_ARB_framebuffe...
2009-11-18 Ian RomanickARB_fbo: Add missing GLX render opcode for glFramebuffe...
2009-11-18 Ian RomanickAdd missing XML files to API_XML
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 RomanickARB_fbo: Move EXT_fb_blit to EXT_framebuffer_object.xml
2009-11-18 Ian RomanickARB_fbo: Add GL_EXT_framebuffer_multisample
2009-11-18 Ian RomanickEXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_pac...
2009-11-18 Ian RomanickEXT_pds: Add GL_EXT_packed_depth_stencil
2009-11-18 Ian RomanickEXT_fbo_blit: Add missing GLX protocol render opcode
2009-11-18 Ian RomanickARB_fbo: Add missing protocol "Get" information
2009-11-18 Ian RomanickARB_fbo: Remove _EXT from enum names
2009-11-17 Brian Paulmesa: remove old comment
2009-11-17 Brian Paulmesa: fix assorted compiler warnings
2009-11-17 Brian Paulmesa: fix incorrect type in store_texel_al1616()
2009-11-17 Brian Pauli915g: replace //-style comments
2009-11-17 Brian Paulgallium/util: replace //-style comments
2009-11-17 Brian Pauli915g: remove trailing commas in enum lists to silence...
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 Maciej Cencorar200: align for mipmap tree changes
2009-11-17 Maciej Cencoraradeon: align for mipmap tree changes
2009-11-17 Jakob Bornecrantzsvga: More -Werror removal
2009-11-17 Jakob Bornecrantzsvga: Remove -Werror for now as GCC 4.4.x raises a...
2009-11-17 Maciej Cencorar300: fix reads and writes for MESA_FORMAT_S8Z24 buffer
2009-11-17 Patrice Mandinnouveau: nv30: Check for NULL front (happens with DRI2)
2009-11-17 Patrice Mandinnouveau: nv30: Add missing include to fix warning
2009-11-17 Michel DänzerRemove unconditional use of glibc specific bswap_16...
2009-11-17 Dan Nicholsondri: Ensure subdirs have finished before linking driver
2009-11-17 Michel Dänzerr600: More span breakage fixes.
2009-11-17 Michel Dänzerr600: Attempt to fix span breakage introduced by big...
2009-11-17 Michel Dänzerradeon: Depth/stencil span code fixes for big endian.
2009-11-17 Michel Dänzerradeon: Fix occlusion queries on big endian.
2009-11-17 Michel Dänzerradeon: Fix software fallbacks with KMS on big endian.
2009-11-17 Michel Dänzerradeon: FBO fixes for big endian.
2009-11-17 Michel DänzerAdd MESA_FORMAT_XRGB8888_REV.
2009-11-17 Dave Airlieradeon: rn50's have no 3D engine so don't try and init...
2009-11-17 Jakob Bornecrantzsvga: Build svga driver
2009-11-17 Jakob Bornecrantzsvga: Add vmwgfx_drm.h file from vmwgfx kernel driver
2009-11-17 Jakob Bornecrantzsvga: Add svga driver
2009-11-17 Jakob Bornecrantzst/xorg: Fix copy-pasto
2009-11-16 Ian Romanicki965: Use MESA_FORMAT_AL1616 when appropriate
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 Jakob Bornecrantzst/xorg: Fix comp alpha code and deal with luminance...
2009-11-16 Jakob Bornecrantzst/xorg: Incase of format missmatch swizzle channels...
2009-11-16 Alex Deucherr600: don't force Z order
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-16 Michel Dänzerst/xorg: Only reference new picture formats when they...
2009-11-15 Brian Paulst/mesa: comments for st_draw.c
2009-11-15 Brian Paulst/egl: add some basic comments
2009-11-15 Francisco Jereznv20: Fix build for the last nouveau_class.h changes.
2009-11-15 Francisco Jereznv10: Fix build for the last nouveau_class.h changes.
2009-11-14 Maciej Cencoraradeon: return false on texture validation if texture...
2009-11-14 Maciej Cencoraradeon: rework mipmap tree
next