mesa: Extend BITSET64_*_RANGE to work on arbitrary ranges.
[mesa.git] / src /
2011-12-02 Mathias Fröhlichmesa: Extend BITSET64_*_RANGE to work on arbitrary...
2011-12-02 Stéphane Marchesini915g: Implement GL_STREAM_* for textures by using...
2011-12-02 Stéphane Marchesini915g: Add unsupported PIPE_SHADER_CAP_OUTPUT_READ...
2011-12-02 Chia-I Wust/mesa: add support for GL_OES_compressed_ETC1_RGB8_te...
2011-12-02 Chia-I Wugallium: add PIPE_FORMAT_ETC1_RGB8
2011-12-02 Chia-I Wumesa: add support for GL_OES_compressed_ETC1_RGB8_texture
2011-12-02 Chia-I Wumesa: add ETC1 decoding routines
2011-12-02 Chia-I Wuglapi: regenerate files for GL_OES_compressed_ETC1_RGB8...
2011-12-02 Chia-I Wuglapi: add GL_OES_compressed_ETC1_RGB8_texture for...
2011-12-01 Mathias Fröhlichswrast: Fix signed/unsigned problems with negative...
2011-12-01 Vinson Leeu_vbuf: Silence uninitialized variable warnings.
2011-12-01 Brian Paulmesa: fix unpack_ARGB1555_REV()
2011-12-01 Brian Paulmesa: fix indentation in attrib.c
2011-11-30 Eric Anholti965/fs: Fix regression in fbo-alphatest-nocolor.
2011-11-30 Eric Anholti965/fs: Make register file enum 0 be the undefined...
2011-11-30 Eric Anholti965: Don't perform the precompile on fragment shaders...
2011-11-30 Kai Wasserbächgallium/failover: Remove the deprecated module.
2011-11-30 Brian Paulst/mesa: fix indentation
2011-11-30 Brian Paulmesa: use _mesa_is_bufferobj() in update_array()
2011-11-30 Brian Paulmesa: use Elements() macro in program printing code
2011-11-30 Brian Paulmesa: fix signed/unsigned comparison warning
2011-11-30 Brian Paulmesa: fix MESA_FORMAT_RG88 format match test
2011-11-30 Brian Paulmesa: fix printf format warning in _mesa_fprint_program...
2011-11-30 Brian Paultnl: s/INLINE/inline/
2011-11-30 Brian Paulmesa: regenerated dispatch.h (s/INLINE/inline/)
2011-11-30 Brian Paulglapi: s/INLINE/inline/ for dispatch.h file
2011-11-30 Brian Paulswrast: use STATIC_ASSERT to make sure texfetch table...
2011-11-30 Brian Paulmesa: add STATIC_ASSERT() macro for compile-time assertions
2011-11-30 Brian Paulmesa: access pixels as GLushort in unpack_SL8()
2011-11-30 Eric Anholtmesa: Make _mesa_is_stencil_format() consistent with...
2011-11-30 Eric Anholtmesa: Fix the datatype of GL_DEPTH32F_STENCIL8's depth...
2011-11-30 Eric Anholti965: Always handle GL_DEPTH_TEXTURE_MODE through the...
2011-11-30 Eric Anholti965: Fix EXT_texture_swizzle with a writemask in the...
2011-11-30 Eric Anholti965: Base HW depth format setup based on MESA_FORMAT...
2011-11-29 Kai Wasserbächgallium/cell: Remove the driver.
2011-11-29 Eric Anholti965: Don't depth test the fake depthbuffer when one...
2011-11-29 Ian Romanickmesa: Allow generic attributes for glGetActiveAttrib...
2011-11-29 Chad Versaceswrast: Fix some static analysis warnings
2011-11-29 José FonsecaRemove windows kernel support code.
2011-11-29 José Fonsecagallium/auxiliary: Remove os_stream.
2011-11-29 José Fonsecast/vega: Fix warnings about dllimport attributes on...
2011-11-29 Kai Wasserbächi965g: Delete this driver.
2011-11-29 Chia-I Wumesa: distinct gl_client_array arrays are gone
2011-11-29 Mathias Fröhlichmesa: Use VERT_ATTRIB_* indexed array in gl_array_object.
2011-11-29 Mathias Fröhlichmesa: Make gl_program::InputsRead 64 bits.
2011-11-29 Mathias Fröhlichmesa: Make gl_array_object::_Enabled 64 bits.
2011-11-29 Mathias Fröhlichvbo: Use The VERT_{ATTRIB,BIT} defines.
2011-11-29 Mathias Fröhlichmesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*
2011-11-29 Mathias Fröhlichmesa: Introduce more symbolic VERT_{ATTRIB,BIT}* defines.
2011-11-29 Yuanhan Liumesa: move ElementArrayBufferObj to gl_array_object
2011-11-29 Brian Paulmesa: update comments for _mesa_format_matches_format_a...
2011-11-29 Brian Paulmesa: add component comments for sRGB formats
2011-11-29 Brian Paulmesa: update texstore comments for R/G textures
2011-11-29 Brian Paulmesa: fix comments for RG formats
2011-11-29 Brian Paulst/mesa: don't try to allocate zero-sized renderbuffers
2011-11-28 Brian Paulswrast: add missing texfetch table entry for MESA_FORMA...
2011-11-28 Brian Paulmesa: remove unused gl_texture_object::DriverData field
2011-11-28 Brian Paulmesa: handle MapTextureImage() failures in mipmap gener...
2011-11-28 Brian Paulmesa: handle MapTextureImage() failures in glGetTexImag...
2011-11-28 Brian Paulmesa: handle MapTextureImage() failures in glTexImage...
2011-11-28 Brian Paulmesa: fix frag shader generation for alpha test with...
2011-11-28 Brian Paulmesa: check for null ptr in _mesa_is_bufferobj()
2011-11-28 Brian Paulmesa: move _mesa_base_format_has_channel() into image.c
2011-11-28 Brian Paulmesa: combine GL_TEXTURE_INTENSITY/LUMINANCE_SIZE queries
2011-11-28 Brian Paulmesa: use _mesa_base_format_has_channel() in fbobject...
2011-11-28 Brian Paulmesa: fix indexing error in unpack_Z32_FLOAT_X24S8()
2011-11-28 Dave Airliest/mesa: add ARB_texture_rgb10_a2ui support
2011-11-28 Dave Airliemesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT...
2011-11-28 Dave Airlieimage/pack: fix missing GL_BGR(A)_INTEGER support.
2011-11-27 Dave Airlieimage: fix legal types for packed integer formats.
2011-11-27 Dave Airlier600g: add framebuffer support for 2/10/10/10 integer
2011-11-27 Dave Airlier600g: add int support for 2/10/10/10 format.
2011-11-27 Dave Airliepack: fix indentation (trivial)
2011-11-27 Dave Airlieglapi: add ARB_texture_rgb10_a2ui support.
2011-11-27 Dave Airliegallium: add B10G10R10A2_UINT format
2011-11-27 Chia-I Wumesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
2011-11-27 Beren Minoregl_glx: Try first a default lookup for glXGetProcAddre...
2011-11-26 Chia-I Wuandroid: bring in i915_dri and i965_dri automatically
2011-11-26 Chia-I Wuandroid: pass -std=c99 by default
2011-11-26 Chia-I Wuandroid: move libGLES_mesa build rules to src/egl/main/.
2011-11-26 Chia-I Wuandroid: clean up libglapi bulid rules a bit
2011-11-25 Thomas Hellstromst/xa: Kill a couple of compilation warnings
2011-11-25 Thomas Hellstromst/xa, xa/vmwgfx: Generate exported symbol list from...
2011-11-25 Thomas Hellstromst/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate...
2011-11-25 Thomas Hellstromst/xa, xa/vmwgfx: Set the right version on library...
2011-11-25 Chia-I Wuandroid: add support for ICS
2011-11-25 Chia-I Wuvbo: fix !FEATURE_beginend build
2011-11-25 Chia-I Wust/egl: fix a crash in Android backend
2011-11-23 Brian Paulsoftpipe: s/int/unsigned/ to be consistent in alpha...
2011-11-23 Brian Paulsoftpipe: remove pointless break stmt
2011-11-23 Chad Versacei965/gen6: Fix GPU hang when using stencil buffer witho...
2011-11-23 Eric Anholti915: Fix complete texturing regression since 27505a105a
2011-11-23 Eric Anholti915: Fix build since hiz merge.
2011-11-23 Brian Paulmesa: fix incorrect error message in format_unpack.c
2011-11-23 Vasily Khoruzhicki915g: don't set alpha to 1 for RGBX and BGRX
2011-11-23 Brian Paulmesa: update comment for clear_teximage_fields()
2011-11-23 Brian Paulgallium: remove trailing comma and unneeded comments...
2011-11-22 Marek Olšákmesa: re-implement unpacking of DEPTH_COMPONENT32F
2011-11-22 Eric Anholti915: Move the texture format setup for this driver...
2011-11-22 Eric Anholti965: Drop intel_context.c's texture format set up...
next