mesa/st: introduce PIPE_CAP_NO_CLIP_ON_COPY_TEX
[mesa.git] / src / mesa / tnl / t_vertex.c
2020-04-21 Dylan Bakerreplace imports memory functions with utils memory...
2020-04-21 Dylan Bakerreplace malloc macros in imports.h with u_memory.h...
2017-10-10 Brian Paulmesa: move _mesa_exec_malloc/free() prototypes to their...
2015-04-01 Brian Paultnl: remove unneeded #include of colormac.h
2015-03-05 Brian Paulmesa: include stdio.h where needed
2014-09-24 Matt Turnermesa: Drop _mesa_getenv() wrapper.
2014-05-02 Juha-Pekka Heikkilamesa: add missing null checks in _tnl_register_fastpath()
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-04 Siavash Eliasimesa: modified _mesa_align_free() to accept NULL pointer
2013-04-17 Brian Paulmesa: remove DD_TRI_LIGHT_TWOSIDE flag
2013-04-17 Brian Paulmesa: remove DD_TRI_UNFILLED flag
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-03-12 Brian Paultnl: stop using _DD_NEW_x flags
2011-09-21 Brian Paulmesa: move last bits of GLchan stuff into swrast
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-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-02-19 Kristian HøgsbergDrop macro wrappers for the aligned memory functions
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-19 Kristian HøgsbergReplace _mesa_malloc, _mesa_calloc and _mesa_free with...
2010-02-19 Kenneth GraunkeRemove _mesa_memcpy in favor of plain memcpy.
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-28 Brian Paultnl: fix double->float and int/uint conversion warnings
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-13 Brian Paulmesa: check if TNL state is null in _tnl_free_vertices...
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-01-22 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-20 Thomas Hellstromtnl: Add a utility to emit indexed vertices to a DMA...
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-07-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-16 Matthieu Castetrevert a956184f70733bd22e2bbee515386da12302963f
2007-09-06 Patrice MandinDisable an assert for hw that do not emit POS as first...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-02 BrianDocument a deficiency in the _swrast_Translate() functi...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-06-27 Brian PaulDon't use nested struct definitions in tnl_clipspace_fa...
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-11-24 Keith WhitwellUse _mesa_exec_free for fp->func.
2005-11-22 Brian Paulreference bug 5131 in comment in _tnl_free_vertices()
2005-11-22 Brian Pauldisable freeing of fp->func, see comment (bug 5131)
2005-05-19 Keith WhitwellInvalidate current fastpath on changes to attribute...
2005-05-19 Keith WhitwellRe-initialize viewport shadows each time.
2005-05-18 Keith WhitwellRemove old t_vertex.c codegen infrastructure, tie in...
2005-02-14 Daniel Borca`static const' instead of `const static'
2005-02-10 Keith Whitwellmesa-tnl-0-to-NULL.patch from Jeff Muizelaar
2005-01-12 Keith Whitwellfree buffer in t_vertex_c.c on context delete
2005-01-10 Keith WhitwellFix segfault in pipes by dealing with stride == 0 case...
2005-01-08 Felix KuehlingAdded missing break; to fix infinite recursion between...
2005-01-07 Keith WhitwellAnd fix the obvious bugs in higher-numbered templates.
2005-01-07 Keith WhitwellTemplatize the fastpaths.
2005-01-07 Keith WhitwellAdd some more hardcoded fastpaths.
2005-01-05 Keith WhitwellMake the format of the fastpaths cleaner at the expense...
2005-01-05 Keith WhitwellAdd a couple of hardwired fastpaths to t_vertex.c.
2004-10-23 Ian RomanickBig-endian fixes for R200 sw TCL path.
2004-10-17 Ian RomanickAdd ARGB modes to support big-endian systems.
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-07-02 Brian Pauldisable some debug printfs
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-06-30 Keith WhitwellAdd infrastructure for t_vertex.c codegen. Add an...
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-03-13 Brian PaulAdded some comments. Minor const, int->GLint type...
2004-02-16 Keith WhitwellAdd _tnl_set_attr() to complement existing get_attr...
2004-01-30 Keith WhitwellFix extract_3f_xyw().
2004-01-26 Keith WhitwellFix for recursion in generic_copy_pv_extras.
2004-01-26 Brian Paulreplace MALLOC w/ CALLOC to silence valgrind warnings
2004-01-21 Keith WhitwellAnother mechanism to create vertices with holes - a...
2004-01-19 Keith Whitwellsome more count vs. end confusion
2004-01-15 Brian PaulCosmetic changes.
2004-01-13 Karl Schultzsilence compiler warnings
2004-01-08 Keith WhitwellPerform check for dstclip[3] == 0.
2004-01-06 Keith WhitwellTesting
2004-01-06 Keith WhitwellApply attribute offset when calling extract().
2004-01-05 Keith WhitwellSlight cleanup
2004-01-05 Keith WhitwellRemove debug
next