Age | Commit message (Expand) | Author |
2007-02-01 | remove slang_label.c until it's ready | Brian |
2007-01-23 | fix g++ warnings/errors | Brian |
2007-01-13 | Rework code related to temp register allocation, both for user variables | Brian |
2006-12-19 | Overhaul of GLSL API functions, dispatching, etc. | Brian |
2006-12-15 | change/add/rm several filenames | Brian |
2006-12-13 | Remove unneeded -I directories (3Dlabs headers). | Brian |
2006-12-13 | Checkpoint GLSL compiler work. Add new sources, remove obsolete. | Brian |
2006-10-16 | s/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to fix make depend warnings ... | Brian Paul |
2006-09-29 | Move mipmap generation functions, texture scaling functions into new | Brian Paul |
2006-09-06 | remove stray tab | Brian Paul |
2006-08-24 | Functions for vertex/fragment program transformations, optimizations, etc. | Brian Paul |
2006-08-21 | move ALL_SOURCES to sources file | Brian Paul |
2006-08-18 | Fix-ups for linux-fbdev config. No longer build Xlib driver sources. | Brian Paul |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
2006-05-19 | added rbadaptors.c | Brian Paul |
2006-03-14 | Add slang_analyse.c and slang_library_texsample.c. | Michal Krol |
2006-03-01 | added s_blit.c | Brian Paul |
2006-02-27 | More GLSL code: | Michal Krol |
2006-02-21 | More GLSL code: | Michal Krol |
2006-02-18 | More GLSL code. | Michal Krol |
2006-02-15 | Add swrast/s_arbshader.c. | Michal Krol |
2006-02-13 | Add tnl/t_vb_arbshader.c. | Michal Krol |
2006-01-30 | Add shader/slang/slang_compile_*.* files. | Michal Krol |
2005-12-14 | Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be | Brian Paul |
2005-11-19 | Remove the _mesa_parse_arb_vertex/fragment_program() functions into | Brian Paul |
2005-11-16 | added depthstencil.c | Brian Paul |
2005-11-08 | At keithw's request, remove all traces of the "fragment program to C" and | Ian Romanick |
2005-10-18 | Add _mesa_exec_malloc() and _mesa_exec_free() for allocating | Keith Whitwell |
2005-09-16 | alphabetize | Brian Paul |
2005-09-15 | Split the s_texture.c file into two new files: | Brian Paul |
2005-09-12 | use ASM_API variable, bug 4415 | Brian Paul |
2005-09-10 | Clean-up of sources/Makefile, bug 4111 | Brian Paul |
2005-07-02 | Add support for assembly (static) dispatch functions on x86-64. This | Ian Romanick |
2005-06-08 | Add t_vb_arbprogram_sse.c | Keith Whitwell |
2005-06-07 | Add new runtime assembly files. | Keith Whitwell |
2005-05-25 | add shader/slang/slang_assemble_assignment.c | Michal Krol |
2005-05-25 | update grammar_mesa.c path | Michal Krol |
2005-05-25 | add mesa/shader/grammar to include list | Michal Krol |
2005-05-19 | intermediate code generator (not finished); | Michal Krol |
2005-05-18 | Remove old t_vertex.c codegen infrastructure, tie in new code. | Keith Whitwell |
2005-05-07 | x86-64 transform optimizations (Mikko T.) | Brian Paul |
2005-05-04 | fix xm_span2.c reference | Brian Paul |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-05-04 | Add a facility to route all rasterization through a fragment program | Keith Whitwell |
2005-04-22 | Simplify the pipeline_stage structure | Keith Whitwell |
2005-04-22 | Move some utility functions to slang_utility.c. | Michal Krol |
2005-04-15 | add shader/slang/slang_preprocess.c | Michal Krol |
2005-04-13 | add SLANG_SOURCES | Michal Krol |
2005-04-07 | Add shaderobjects_3dlabs.c back into build but use #ifdef FEATURE_shading_lan... | Brian Paul |
2005-03-29 | Disable C++ shading language code yet again. Doesn't compile with older | Brian Paul |