mesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walking the GLSL IR.
[mesa.git] / src / mesa / swrast /
2011-10-03 Brian Paulswrast: fix delayed texel buffer allocation regression
2011-10-03 Eric Anholtswrast: When asked to map a slice of a 1D array, give...
2011-10-02 Eric Anholtmesa: Delay s_texcombine.c memory allocation until...
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-09-26 Brian Paulswrast: always call _swrast_choose_texture_sample_func()
2011-09-22 Brian Paulmesa: remove support for GL_APPLE_client_storage extension
2011-09-22 Brian Paulmesa: move gl_texture_image::Width/Height/DepthScale...
2011-09-22 Brian Paulmesa: move gl_texture_image::_IsPowerOfTwo into swrast
2011-09-21 Brian Paulswrast: s/GLubyte/GLchan/ in a cast
2011-09-21 Brian Paulmesa: move last bits of GLchan stuff into swrast
2011-09-19 Ian Romanickmesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
2011-09-18 Brian Paulswrast: fix more store_texel() bugs
2011-09-17 Brian Paulswrast: add Alloc/FreeTextureImageBuffer() driver functions
2011-09-17 Brian Paulmesa: move gl_texture_image::FetchTexel fields to swrast
2011-09-17 Brian Paulswrast: introduce new swrast_texture_image struct
2011-09-17 Brian Paulmesa: move software texel fetch code into swrast
2011-09-17 Brian Paulmesa: move _mesa_update_fetch_functions() calls into...
2011-09-14 Dave Airliemesa/colormac: introduce inline helper for 4 unclamped...
2011-09-14 Dave Airliemesa: introduce a clear color union to be used for...
2011-09-09 Ian Romanickswrast: Silence many "warning: unused parameter ‘ctx’"
2011-09-06 Ian Romanickswrast: Use GL_STENCIL_INDEX for address calculations
2011-09-06 Ian Romanickswrast: Remove GL_COLOR_INDEX from assertions
2011-09-01 Brian Paulswrast: get rid of needless do/while
2011-08-31 Brian Paulswrast: initialize program native limits
2011-08-29 Brian Paulswrast: Add implementation of MapTextureImage/UnmapText...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-24 Brian Paulswrast: Remove swrast eject/validate texture image...
2011-08-11 Brian Paulswrast: don't try to do depth testing if there's no...
2011-08-11 Andreas Fängerswrast: initial multi-threaded span rendering
2011-08-09 Fabio Pedrettiswrast: silence unused var warnings
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-15 Marek Olšákswrast: remove an unused-but-set variable
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-11 Marek Olšákmesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNS...
2011-07-10 Marek Olšákswrast: fix depth/stencil blits when there's no colorbuffer
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-13 Brian Paulmesa: move texrender.c to swrast
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Ian Romanickmesa: Don't try to clear a NULL renderbuffer
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-30 Marek Olšákswrast: BlitFramebuffer should not be killed by conditi...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Andreas Faengerswrast: anisotropic filtering extension
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-26 Ian Romanickmesa: Remove SWcontext::_FogMode, use gl_context::gl_fo...
2011-04-23 Eric Anholtswrast: Disable glAccum drawing during conditional...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-22 Marek Olšákswrast: fix readpix clamping
2011-04-22 Ian Romanickmesa: gl_fragment_program::FogOption is always GL_NONE...
2011-04-20 Eric Anholtswrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to...
2011-04-18 Eric Anholtswrast: Don't try to adjust_colors for <8bpc when handl...
2011-04-18 Eric Anholtswrast: Don't assert against glReadPixels of GL_RED...
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-04-06 Brian Paulswrast: simplify assertion to silence warning
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-18 Brian Paulswrast: report data type in error message
2011-03-11 Brian Paulmesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENAB...
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-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Brian Paulmesa: move PBO-related functions into a new file
2011-03-01 Brian Paulmesa: remove GL_SGI_texture_color_table support
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-11 Kenneth Graunkemesa: Remove empty header file s_trispan.h.
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-16 Brian Paulmesa: begin implementation of GL_ARB_draw_buffers_blend
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-06 Vinson Leeswrast: Include mtypes.h in s_triangle.c.
2011-01-05 Vinson Leeswrast: Remove unnecessary headers.
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-26 Vinson Leeswrast: Clean up header file inclusion in s_texfilter.h.
2010-12-26 Vinson Leeswrast: Clean up header file inclusion in s_texcombine.h.
2010-12-26 Vinson Leeswrast: Clean up header file inclusion in s_masking.h.
2010-12-25 Vinson Leeswrast: Clean up header file inclusion in s_logic.h.
2010-12-25 Vinson Leeswrast: Clean up header file inclusion in s_fragprog.h.
2010-12-25 Vinson Leeswrast: Clean up header file inclusion in s_span.h.
2010-12-25 Vinson Leeswrast: Clean up header file inclusion in s_fog.h.
2010-12-25 Vinson Leeswrast: Clean up header file inclusion in s_depth.h.
2010-12-25 Vinson Leeswrast: Clean up header file inclusion in s_blend.h.
2010-12-25 Vinson Leeswrast: Clean up header file inclusion in s_atifragshad...
2010-12-25 Vinson Leeswrast: Clean up header file inclusion in s_alpha.h.
2010-12-25 Vinson Leeswrast: Clean up header file inclusion in s_accum.h.
2010-12-25 Vinson Leeswrast: Clean up header file inclusion in s_aatriangle.h.
2010-12-25 Vinson Leeswrast: Clean up header file inclusion in s_aaline.h.
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-03 Brian Paulswrast: restructure some glReadPixels() code
2010-12-03 Brian Paulswrast: accept GL_RG in glReadPixels()
2010-12-03 Brian Paulswrast: fix indentation
2010-12-03 Brian Paulswrast: allow GL_RG format in glDrawPixels()
2010-12-02 Brian Paulswrast: avoid large stack allocations in tex combine...
2010-12-02 Brian Paulswrast: avoid large stack allocations in blend code
next