mesa: Sort extensions in extension string by year.
[mesa.git] / src / mesa /
2011-03-16 José Fonsecamesa: Sort extensions in extension string by year.
2011-03-16 José Fonsecamesa: Use typecast in BITFIELD64_BIT macro.
2011-03-16 Brian Paulmesa: use BITFIELD64_BIT() macro
2011-03-16 Brian Paulst/mesa: use BITFIELD64_BIT() macro in a few more places
2011-03-16 Brian Paulmesa: use 1UL for 64-bit unsigned constant for C++
2011-03-15 Eric Anholti965: Fix alpha testing when there is no color buffer...
2011-03-15 Eric Anholti965: Do our lowering passes before the loop of optimiz...
2011-03-15 Marek Olšákmesa: fix scons build
2011-03-15 Marek Olšákgallium: add texture barrier support to the interface...
2011-03-15 Marek Olšákmesa: add display list support for NV_texture_barrier
2011-03-15 Marek Olšákmesa: regenerate glapi files
2011-03-15 Marek Olšákmesa: add NV_texture_barrier
2011-03-15 Mathias Fröhlichst/mesa: Make use of the new PIPE_TRANSFER_DISCARD_...
2011-03-14 Kenneth Graunkei965: Enable texture lookups whose return type is ...
2011-03-14 Chad Versacei965: Fix tex_swizzle when depth mode is GL_RED
2011-03-14 Chad Versacei965: Remove dead assignment
2011-03-14 Marek Olšákmesa: rename _mesa_texstore_a8 -> _mesa_texstore_unorm8
2011-03-14 Marek Olšákmesa: fix up assertion in _mesa_source_buffer_exists
2011-03-14 Marek Olšákir_to_mesa: do not check the number of uniforms against...
2011-03-12 Eric AnholtRevert "mesa: Convert fixed function fragment program...
2011-03-12 Eric AnholtRevert "mesa: Track a computed _CurrentFragmentProgram...
2011-03-12 Eric AnholtRevert "i965: Use the fixed function GLSL program inste...
2011-03-12 Jakob Bornecrantzgallium: Delay the creation of simple helper shaders
2011-03-12 Henri Verbeetu_blitter: Do blits in linear color space.
2011-03-12 Marek Olšákr300/compiler: do not set TEX_IGNORE_UNCOVERED on r500
2011-03-12 Marek Olšákr300/compiler: TEX instructions don't support negation...
2011-03-12 Marek Olšákr300/compiler: Abs doesn't cancel Negate (in the conver...
2011-03-12 Marek Olšákr300/compiler: fix translating the src negate bits...
2011-03-12 Marek Olšákr300g: implement fragment color clamping in the shader
2011-03-12 Marek Olšákr300/compiler: fix the saturate modifier when applied...
2011-03-11 Adam Jacksonnouveau: Build fix
2011-03-11 Adam Jacksonr600: Build fix
2011-03-11 Vinson Leescons: Move texenvprogram.c to ff_fragment_shader.cpp.
2011-03-11 Eric Anholti965: Use the fixed function GLSL program instead of...
2011-03-11 Eric Anholtmesa: Track a computed _CurrentFragmentProgram for...
2011-03-11 Eric Anholtmesa: Convert fixed function fragment program generator...
2011-03-11 Eric Anholtmesa: Add gl_MESAFogParamsOptimized for our special...
2011-03-11 Eric Anholtmesa: Add a builtin uniform for the ATI_envmap_bumpmap...
2011-03-11 Eric Anholtmesa: Move texenvprogram.c to ff_fragment_shader.cpp.
2011-03-11 Eric Anholtprog_cache: Add some support for shader_programs in...
2011-03-11 Eric Anholtmesa: Don't try to remove an internal shader_program...
2011-03-11 Eric Anholti965: Use ffs() on a 32-bit int value instad of ffsll().
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-03-11 Marek Olšákgallium: remove the geom_flags param from is_format_sup...
2011-03-11 Marek Olšákgallium: cleanup fence_signalled and fence_finish
2011-03-11 Brian Paulmesa: test against MaxUniformComponents in check_resour...
2011-03-11 Brian Paulmesa: move location of some geometry program limits
2011-03-11 Brian Paulmesa: use check_resources() to check program against...
2011-03-11 Brian Paulmesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENAB...
2011-03-11 Brian Paulmesa: call FLUSH_VERTICES() before deleting shaders...
2011-03-11 Marek Olšákst/mesa: remove unnecessary flushes
2011-03-09 Eric Anholtintel: Don't complain when getparam fails due to a...
2011-03-09 Chris Wilsoni965: Pack the tracked state atoms into separate arrays...
2011-03-08 Marek Olšákgallium: add timeout parameter to fence_finish
2011-03-08 Marek Olšákst/mesa: implement ARB_sync
2011-03-08 Marek Olšákst/mesa: cleanup checking for signed compressed formats...
2011-03-08 Marek Olšákst/mesa: add LATC and 3DC support
2011-03-08 Marek Olšákmesa: add ATI_texture_compression_3dc
2011-03-08 Marek Olšákmesa: add EXT_texture_compression_latc
2011-03-08 Thomas Hellstromst/mesa: Fix an incorrect user vertex buffer reference
2011-03-08 Marek Olšákvbo: mark vertex arrays as dirty when re-binding
2011-03-08 Marek Olšákr300/compiler: remove unused variables
2011-03-08 Brian Paulswrast: flip the conditionals in shadow_compare4()...
2011-03-08 Philip Taylorswrast: add coord clamping, fix comparisons for shadow...
2011-03-08 Marek Olšákr300/compiler: fix equal and notequal shadow compare...
2011-03-08 Marek Olšákr300/compiler: detect constants harder
2011-03-08 Marek Olšákr300/compiler: improve the detection of constants for...
2011-03-08 Marek Olšákr300/compiler: saturate Z before the shadow comparison
2011-03-07 Marek Olšákmesa: return after invalidating renderbuffer
2011-03-07 Marek Olšákst/mesa: fail to alloc a renderbuffer if st_choose_rend...
2011-03-07 Marek Olšákmesa: invalidate framebuffer if internal format of...
2011-03-07 Brian Paulmesa: initialize DummyBufferObject's mutex
2011-03-07 Brian Paulst/mesa: fix incorrect version checking code
2011-03-07 Brian Paulmesa: remove stray _mesa_finish() call in _mesa_CopyPix...
2011-03-07 Henri Verbeeti915: Only invert wpos when rendering to the system...
2011-03-07 Henri Verbeeti915: Derive the gl_fragment_program from i915_fragment...
2011-03-07 Chris Wilsonintel: check for miptree allocation failure
2011-03-07 Chris Wilsonintel: Add some defense against buffer allocation failu...
2011-03-07 Chris Wilsonintel: Add some defense against bo allocation failure
2011-03-06 Dave Airlieglx/dri: add initial dri interface for GLX_EXT_framebuf...
2011-03-05 Marek Olšákgallium: split CAP_INSTANCE_DRAWING into INSTANCEID...
2011-03-04 Eric Anholti965: Apply a workaround for the Ironlake "vertex flash...
2011-03-04 Marek Olšákst/mesa: set PIPE_BIND_RENDER_TARGET for sRGB formats...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-04 Chris Wilsoni965: Fix extending VB packets
2011-03-04 Chris Wilsoni965: Handle URB_FENCE erratum for Broadwater
2011-03-04 Chris Wilsoni965: Align index to type size and flush if the type...
2011-03-04 Chris Wilsonintel: Add couple of missing gen6 commands to decode
2011-03-04 Chris Wilsoni965: Prevent using a zero sized (or of unknown type...
2011-03-03 José Fonsecascons: More tweaks to fix MinGW build.
2011-03-03 José Fonsecascons: Ensure generated headers are in the include...
2011-03-03 Zou Nan haii965: SNB GT1 has only 32k urb and max 128 urb entries.
2011-03-02 Brian Paulmesa: added gl_program_constants::MaxAddressOffset
2011-03-02 Brian Paulmesa: increase INST_INDEX_BITS to 12
2011-03-02 Brian PaulRevert "mesa: reduce calls to _mesa_test_framebuffer_co...
2011-03-02 Brian Paulvbo: fix error parameter
2011-03-02 Zou Nan haii965: Maxinum the usage of urb space on SNB.
2011-03-02 Dave Airliemesa/st: fix softpipe npot compressed mipmaps.
2011-03-02 Dave Airliemesa/st: fix generate mipmap for signed compressed...
2011-03-02 Dave Airliergtc: remove GL types from this file.
next