summaryrefslogtreecommitdiff
path: root/src/mesa/sources
AgeCommit message (Expand)AuthorFilesLines
2006-03-14Add slang_analyse.c and slang_library_texsample.c.Michal Krol1-0/+2
2006-03-01added s_blit.cBrian Paul1-0/+1
2006-02-27More GLSL code:Michal Krol1-1/+2
2006-02-21More GLSL code:Michal Krol1-0/+2
2006-02-18More GLSL code.Michal Krol1-0/+1
2006-02-15Add swrast/s_arbshader.c.Michal Krol1-0/+1
2006-02-13Add tnl/t_vb_arbshader.c.Michal Krol1-4/+5
2006-01-30Add shader/slang/slang_compile_*.* files.Michal Krol1-1/+5
2005-12-14Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul1-1/+0
2005-11-19Remove the _mesa_parse_arb_vertex/fragment_program() functions intoBrian Paul1-2/+0
2005-11-16added depthstencil.cBrian Paul1-0/+1
2005-11-08At keithw's request, remove all traces of the "fragment program to C" andIan Romanick1-2/+0
2005-10-18Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell1-0/+2
2005-09-16alphabetizeBrian Paul1-2/+2
2005-09-15Split the s_texture.c file into two new files:Brian Paul1-1/+2
2005-09-12use ASM_API variable, bug 4415Brian Paul1-2/+6
2005-09-10Clean-up of sources/Makefile, bug 4111Brian Paul1-4/+10
2005-07-02Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick1-0/+3
2005-06-08Add t_vb_arbprogram_sse.cKeith Whitwell1-0/+1
2005-06-07Add new runtime assembly files.Keith Whitwell1-0/+1
2005-05-25add shader/slang/slang_assemble_assignment.cMichal Krol1-0/+1
2005-05-25update grammar_mesa.c pathMichal Krol1-1/+1
2005-05-25add mesa/shader/grammar to include listMichal Krol1-0/+1
2005-05-19intermediate code generator (not finished);Michal Krol1-0/+6
2005-05-18Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell1-2/+2
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul1-1/+5
2005-05-04fix xm_span2.c referenceBrian Paul1-1/+1
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-4/+6
2005-05-04Add a facility to route all rasterization through a fragment programKeith Whitwell1-0/+1
2005-04-22Simplify the pipeline_stage structureKeith Whitwell1-5/+9
2005-04-22Move some utility functions to slang_utility.c.Michal Krol1-1/+2
2005-04-15add shader/slang/slang_preprocess.cMichal Krol1-1/+2
2005-04-13add SLANG_SOURCESMichal Krol1-1/+5
2005-04-07Add shaderobjects_3dlabs.c back into build but use #ifdef FEATURE_shading_lan...Brian Paul1-6/+6
2005-03-29Disable C++ shading language code yet again. Doesn't compile with olderBrian Paul1-3/+5
2005-03-29re-enable shading language sourcesBrian Paul1-4/+3
2005-03-26disable 3dlabs shading language code until build is fixedBrian Paul1-3/+4
2005-03-18enable all 3dlabs front-end compiler sourcesMichal Krol1-1/+16
2005-03-14re-enable slang sourcesMichal Krol1-6/+5
2005-02-05added fbobject.c to sourcesBrian Paul1-0/+1
2005-01-18minor reorg of shader files, disable building for nowBrian Paul1-5/+11
2005-01-18add shader/slang/slang_mesa.cppMichal Krol1-2/+3
2005-01-18add slang preprocessor C sources; add slang include directoriesMichal Krol1-1/+10
2005-01-17add src/mesa/shader/slang to INCLUDE_DIRSMichal Krol1-1/+2
2005-01-16_mesa_GetInteger/Float/Boolean/Doublev() are now generated with the newBrian Paul1-0/+1
2005-01-13add shader/shaderobjects_3dlabs.cMichal Krol1-1/+2
2005-01-07Add t_vb_cull.c (Bernard Blackham)Keith Whitwell1-0/+1
2004-12-19Implement software ATI_fragment_shaderDave Airlie1-0/+2
2004-10-28name parameter to glGetActiveAttribARB() should not be const.Brian Paul1-1/+2
2004-10-14Add support for optimized versions of the code underlying ReadPixelsIan Romanick1-0/+1