summaryrefslogtreecommitdiff
path: root/src/mesa/sources
AgeCommit message (Expand)Author
2007-02-02remove slang_export.c and related codeBrian
2007-02-02remove slang_link.c and slang_analyse.cBrian
2007-02-02remove slang_execute.c, slang_execute_x86.cBrian
2007-02-01remove slang_label.c until it's readyBrian
2007-01-30Helper for rebasing draw requests where min_index != 0.Keith Whitwell
2007-01-25remove tnl/t_vtx_x86_gcc.S file from sources as it no longer existsRoland Scheidegger
2007-01-23fix g++ warnings/errorsBrian
2007-01-15Add vbo_split fileskeithw
2007-01-13Rework code related to temp register allocation, both for user variablesBrian
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian
2006-12-15change/add/rm several filenamesBrian
2006-12-13Remove unneeded -I directories (3Dlabs headers).Brian
2006-12-13Checkpoint GLSL compiler work. Add new sources, remove obsolete.Brian
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell
2006-10-16s/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to fix make depend warnings ...Brian Paul
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul
2006-09-06remove stray tabBrian Paul
2006-08-24Functions for vertex/fragment program transformations, optimizations, etc.Brian Paul
2006-08-21move ALL_SOURCES to sources fileBrian Paul
2006-08-18Fix-ups for linux-fbdev config. No longer build Xlib driver sources.Brian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-05-19added rbadaptors.cBrian Paul
2006-03-14Add slang_analyse.c and slang_library_texsample.c.Michal Krol
2006-03-01added s_blit.cBrian Paul
2006-02-27More GLSL code:Michal Krol
2006-02-21More GLSL code:Michal Krol
2006-02-18More GLSL code.Michal Krol
2006-02-15Add swrast/s_arbshader.c.Michal Krol
2006-02-13Add tnl/t_vb_arbshader.c.Michal Krol
2006-01-30Add shader/slang/slang_compile_*.* files.Michal Krol
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul
2005-11-19Remove the _mesa_parse_arb_vertex/fragment_program() functions intoBrian Paul
2005-11-16added depthstencil.cBrian Paul
2005-11-08At keithw's request, remove all traces of the "fragment program to C" andIan Romanick
2005-10-18Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell
2005-09-16alphabetizeBrian Paul
2005-09-15Split the s_texture.c file into two new files:Brian Paul
2005-09-12use ASM_API variable, bug 4415Brian Paul
2005-09-10Clean-up of sources/Makefile, bug 4111Brian Paul
2005-07-02Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick
2005-06-08Add t_vb_arbprogram_sse.cKeith Whitwell
2005-06-07Add new runtime assembly files.Keith Whitwell
2005-05-25add shader/slang/slang_assemble_assignment.cMichal Krol
2005-05-25update grammar_mesa.c pathMichal Krol
2005-05-25add mesa/shader/grammar to include listMichal Krol
2005-05-19intermediate code generator (not finished);Michal Krol
2005-05-18Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul
2005-05-04fix xm_span2.c referenceBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul