Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / swrast / s_span.c
2020-06-30 Dylan Bakermesa/swrast: use logf2 instead of util_fast_log2
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-21 Dylan Bakerreplace LOG2 with util_fast_log2
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2019-07-16 Eric Anholtmesa: Rename gl_pack typedefs to mesa_pack.
2019-04-11 Dave Airlieswrast: fix undefined shift of 1 << 31
2018-08-28 Sagar Ghugemesa: Add support for AMD_depth_clamp_separate
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-02-04 Marek Olšákmesa: change ctx->Color.ColorMask into a 32-bit bitmask
2017-06-21 Marek Olšákmesa: replace VP/FP/ATIfs _Enabled flags with helper...
2017-06-21 Marek Olšákmesa: replace _mesa_update_stencil() with helper functions
2016-10-26 Timothy Arcerir200/glsl/st/mesa: use common outputs written field
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-29 Matt Turnerswrast: Avoid double promotion.
2015-04-14 Marius Predutswrast: replace __FUNCTION__ with __func__
2015-04-01 Brian Paulswrast: remove unneeded #include of colormac.h
2015-03-18 Jose Fonsecaswrast: Use BITFIELD64_BIT for arrayAttribs.
2015-02-24 Brian Paulmesa: replace FABSF with fabsf
2015-02-24 Brian Paulswrast: fix a few release build warnings
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-19 Brian Paulswrast: fix multiple color buffer writing
2015-01-05 Brian Paulswrast: use new _mesa_base_tex_image() helper
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2012-09-04 Brian Paulmesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to...
2012-08-01 Pauli Nieminenswrast: Support sampler object for texture fetching...
2012-02-24 Brian Paulswrast: define, use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Paulswrast: remove MAX_WIDTH array in s_span.c
2012-02-12 Brian Paulswrast: fix span color type selection
2012-02-02 Ian Romanickmesa: Convert colors if span ChanType and renderbuffer...
2012-01-27 Chad Versaceswrast: Fix fixed-function fragment processing
2012-01-26 Brian Paulswrast: silence uninitialized var warnings
2012-01-24 Brian Paulswrast: fix uninitialized variable warning
2012-01-24 Brian Paulswrast: use swrast_renderbuffer instead of gl_renderbuffer
2012-01-24 Brian Paulswrast: use color packing functions in s_span.c
2012-01-24 Brian Paulmesa: remove gl_renderbuffer::DataType
2012-01-24 Brian Paulswrast: stop using Put/GetRow/Values() in swrast code
2012-01-24 Brian Paulswrast: make _swrast_get_values(), _swrast_get_row...
2012-01-24 Brian Paulswrast: remove dstType param from _swrast_read_rgba_span()
2012-01-24 Brian Paulswrast: remove unused _swrast_put_row()
2012-01-24 Ian Romanickswrast: Use fixed-function processing instead _TexEnvPr...
2012-01-12 Brian Paulswrast: use BITFIELD64_BIT() macro to fix MSVC warnings
2012-01-07 Brian Paulswrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAt...
2012-01-05 Brian Paulswrast: use memmove() instead of memcpy() in the SHIFT_...
2011-10-23 Brian Paulswrast: update renderbuffer format assertion
2011-10-13 Brian Paulswrast: be a bit smarter in clip_span()
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-09-22 Brian Paulmesa: move gl_texture_image::Width/Height/DepthScale...
2011-09-19 Ian Romanickmesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
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-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Andreas Faengerswrast: anisotropic filtering extension
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-20 Eric Anholtswrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to...
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-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-18 Brian Paulswrast: report data type in error message
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-07 Eric Anholtmesa: Set the base format of GL_ALPHA FBOs and teach...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-11 M.Froehlich@scienc... swrast: fix span color array pointer assignment for...
2010-07-31 Vinson Leeswrast: Remove unnecessary headers.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-13 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-12 Keith WhitwellMerge commit 'origin/gallium-context-transfers-2'
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-11 Michel DänzerMerge remote branch 'origin/7.8'
2010-03-10 Karl Schultzwindows: fix compilation errors and warnings
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-03 Ian Romanickswrast: Remove _swrast_read_index_span
2010-03-03 Ian Romanickswrast: Remove _swrast_write_index_span and associated...
2010-03-03 Ian Romanickswrast: Remove remaining color-index state tracking...
2010-02-19 Brian Paulmesa: replace _mesa_bzero() with memset()
2010-02-19 Kenneth GraunkeRemove _mesa_memset in favor of plain memset.
2010-02-19 Kenneth GraunkeRemove _mesa_memcpy in favor of plain memcpy.
next