summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: add ETC1 decoding routinesChia-I Wu2011-12-025-0/+249
* glapi: regenerate files for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-021-3035/+3038
* glapi: add GL_OES_compressed_ETC1_RGB8_texture for GLESChia-I Wu2011-12-021-0/+4
* swrast: Fix signed/unsigned problems with negative strides.Mathias Fröhlich2011-12-011-2/+2
* u_vbuf: Silence uninitialized variable warnings.Vinson Lee2011-12-011-0/+2
* mesa: fix unpack_ARGB1555_REV()Brian Paul2011-12-011-4/+5
* mesa: fix indentation in attrib.cBrian Paul2011-11-301-1/+1
* i965/fs: Fix regression in fbo-alphatest-nocolor.Eric Anholt2011-11-301-1/+1
* i965/fs: Make register file enum 0 be the undefined register file.Eric Anholt2011-11-302-8/+25
* i965: Don't perform the precompile on fragment shaders by default.Eric Anholt2011-11-304-2/+10
* gallium/failover: Remove the deprecated module.Kai Wasserbäch2011-11-3010-1187/+5
* st/mesa: fix indentationBrian Paul2011-11-301-1/+1
* mesa: use _mesa_is_bufferobj() in update_array()Brian Paul2011-11-301-1/+1
* mesa: use Elements() macro in program printing codeBrian Paul2011-11-301-4/+4
* mesa: fix signed/unsigned comparison warningBrian Paul2011-11-301-1/+1
* mesa: fix MESA_FORMAT_RG88 format match testBrian Paul2011-11-301-1/+1
* mesa: fix printf format warning in _mesa_fprint_program_parameters()Brian Paul2011-11-301-2/+2
* tnl: s/INLINE/inline/Brian Paul2011-11-302-4/+4
* mesa: regenerated dispatch.h (s/INLINE/inline/)Brian Paul2011-11-301-1946/+1946
* glapi: s/INLINE/inline/ for dispatch.h fileBrian Paul2011-11-301-2/+2
* swrast: use STATIC_ASSERT to make sure texfetch table isn't missing entriesBrian Paul2011-11-301-1/+2
* mesa: add STATIC_ASSERT() macro for compile-time assertionsBrian Paul2011-11-301-0/+12
* mesa: access pixels as GLushort in unpack_SL8()Brian Paul2011-11-301-3/+3
* mesa: Make _mesa_is_stencil_format() consistent with _mesa_is_depth_format().Eric Anholt2011-11-291-1/+0
* mesa: Fix the datatype of GL_DEPTH32F_STENCIL8's depth channel.Eric Anholt2011-11-291-1/+4
* i965: Always handle GL_DEPTH_TEXTURE_MODE through the shader.Eric Anholt2011-11-292-32/+30
* i965: Fix EXT_texture_swizzle with a writemask in the FFFS/FP backend.Eric Anholt2011-11-291-6/+16
* i965: Base HW depth format setup based on MESA_FORMAT, not bpp.Eric Anholt2011-11-295-54/+39
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-2980-20782/+3
* i965: Don't depth test the fake depthbuffer when one isn't present.Eric Anholt2011-11-291-1/+6
* mesa: Allow generic attributes for glGetActiveAttrib and GL_ACTIVE_ATTRIBUTESIan Romanick2011-11-291-6/+3
* swrast: Fix some static analysis warningsChad Versace2011-11-291-0/+9
* Remove windows kernel support code.José Fonseca2011-11-2914-611/+185
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-2912-762/+99
* st/vega: Fix warnings about dllimport attributes on windows.José Fonseca2011-11-291-0/+1
* i965g: Delete this driver.Kai Wasserbäch2011-11-29118-37255/+1
* mesa: distinct gl_client_array arrays are goneChia-I Wu2011-11-293-6/+4
* mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich2011-11-2914-385/+287
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-2924-59/+75
* mesa: Make gl_array_object::_Enabled 64 bits.Mathias Fröhlich2011-11-293-29/+29
* vbo: Use The VERT_{ATTRIB,BIT} defines.Mathias Fröhlich2011-11-297-70/+87
* mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*Mathias Fröhlich2011-11-294-64/+31
* mesa: Introduce more symbolic VERT_{ATTRIB,BIT}* defines.Mathias Fröhlich2011-11-291-18/+45
* mesa: move ElementArrayBufferObj to gl_array_objectYuanhan Liu2011-11-2910-44/+44
* mesa: update comments for _mesa_format_matches_format_and_type(), 80-column w...Brian Paul2011-11-281-10/+9
* mesa: add component comments for sRGB formatsBrian Paul2011-11-281-5/+5
* mesa: update texstore comments for R/G texturesBrian Paul2011-11-281-2/+2
* mesa: fix comments for RG formatsBrian Paul2011-11-281-4/+4
* st/mesa: don't try to allocate zero-sized renderbuffersBrian Paul2011-11-281-0/+5
* swrast: add missing texfetch table entry for MESA_FORMAT_ARGB2101010_UINTBrian Paul2011-11-281-0/+7