summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vertex_sse.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-20tnl: remove unneeded #include "util/simple_list.h"Brian Paul1-1/+0
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-1/+1
2015-04-01tnl: remove unneeded #include of colormac.hBrian Paul1-1/+0
2015-03-05mesa/x86: missing stdio inclusionsMark Janes1-0/+2
2015-01-28mesa: Move simple_list.h to src/util.Eric Anholt1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2011-09-21tnl: include swrast/s_chan.h to fix sse buildBrian Paul1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-4/+4
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke1-1/+1
2008-12-09tnl: Fix zeroing of the 3ub part of a 3ub+1ub attrib pair in SSE.Guillaume Melquiond1-1/+3
2008-12-09tnl: Optimize SSE load[23]f_1 since they don't need the identity swizzle.Guillaume Melquiond1-2/+4
2008-12-09tnl: Fix typo that resulted in fallback from SSE for EMIT_3UB_3F_RGB/BGR.Guillaume Melquiond1-1/+1
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-5/+5
2008-03-19s/x86_init_func/x86_init_func_size (fixes bug 15119)Brian1-1/+1
2008-03-19set outputs_safe to 0 as it's possible for the code generationAlan Hourihane1-1/+1
2007-11-03Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ...Brian1-3/+13
2005-09-16use mesa import wrappers, bug 4468Brian Paul1-1/+1
2005-06-08New arguments for sse_shufps()Keith Whitwell1-14/+14
2005-06-07Split out runtime assembly functions.Keith Whitwell1-723/+126
2005-05-19Invalidate current fastpath on changes to attribute size or offset withinKeith Whitwell1-4/+23
2005-05-19Cope with the common 3ub and 1ub cases.Keith Whitwell1-66/+202
2005-05-19Rename emit functions to reflect instruction set in use (ieKeith Whitwell1-175/+274
2005-05-18Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell1-4/+5
2005-05-18Fix a few typos, initialize p->identity.Keith Whitwell1-3/+9
2005-05-18Generates working SSE code for gears under the swrast driver.Keith Whitwell1-58/+127
2005-05-18Checkpoint commit: Preliminary version of a facility to emit x86/sse codeKeith Whitwell1-0/+937