summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vertex_sse.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* tnl: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa/x86: missing stdio inclusionsMark Janes2015-03-051-0/+2
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* tnl: include swrast/s_chan.h to fix sse buildBrian Paul2011-09-211-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-4/+4
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-1/+1
* tnl: Fix zeroing of the 3ub part of a 3ub+1ub attrib pair in SSE.Guillaume Melquiond2008-12-091-1/+3
* tnl: Optimize SSE load[23]f_1 since they don't need the identity swizzle.Guillaume Melquiond2008-12-091-2/+4
* tnl: Fix typo that resulted in fallback from SSE for EMIT_3UB_3F_RGB/BGR.Guillaume Melquiond2008-12-091-1/+1
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-5/+5
* s/x86_init_func/x86_init_func_size (fixes bug 15119)Brian2008-03-191-1/+1
* set outputs_safe to 0 as it's possible for the code generationAlan Hourihane2008-03-191-1/+1
* Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ...Brian2007-11-031-3/+13
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-1/+1
* New arguments for sse_shufps()Keith Whitwell2005-06-081-14/+14
* Split out runtime assembly functions.Keith Whitwell2005-06-071-723/+126
* Invalidate current fastpath on changes to attribute size or offset withinKeith Whitwell2005-05-191-4/+23
* Cope with the common 3ub and 1ub cases.Keith Whitwell2005-05-191-66/+202
* Rename emit functions to reflect instruction set in use (ieKeith Whitwell2005-05-191-175/+274
* Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell2005-05-181-4/+5
* Fix a few typos, initialize p->identity.Keith Whitwell2005-05-181-3/+9
* Generates working SSE code for gears under the swrast driver.Keith Whitwell2005-05-181-58/+127
* Checkpoint commit: Preliminary version of a facility to emit x86/sse codeKeith Whitwell2005-05-181-0/+937