Age | Commit message (Expand) | Author |
2008-12-15 | mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functions | Brian Paul |
2008-12-15 | mesa: move _mesa_dlopen(), etc into separate dlopen.c file | Brian Paul |
2008-09-23 | mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc.... | Brian Paul |
2008-09-21 | mesa: refactor: move glTexParameter-related functions into new texparam.c file | Brian Paul |
2008-09-21 | mesa: refactor: move glTexEnv-related functions into new texenv.c file | Brian Paul |
2008-09-21 | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul |
2008-09-21 | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul |
2008-09-21 | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul |
2008-09-21 | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul |
2008-09-21 | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul |
2008-09-21 | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul |
2008-09-21 | mesa: refactor: move glPixelStore function into new pixelstore.c file | Brian Paul |
2008-09-21 | mesa: move fixed function vertex program builder from tnl to core mesa | Keith Whitwell |
2008-09-21 | mesa: move rastpos helper to tnl | Keith Whitwell |
2008-09-18 | mesa: remove a bunch of -I paths from INCLUDE_DIRS | Brian Paul |
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul |
2008-06-09 | fix Xlib libGL.so build problem. | Brian Paul |
2008-06-09 | more old stuff, rename SOLO->MESA, etc | Brian Paul |
2008-06-05 | remove X11, Glide, OSMesa sources | Brian Paul |
2008-05-14 | Updated GLSL uniform/sampler handling from gallium-0.1 branch | Brian Paul |
2007-04-21 | Rename occlude.[ch] to queryobj.[ch] | Brian |
2007-04-21 | added slang_mem.c | Brian |
2007-04-20 | added new xm_glide.c file | Brian |
2007-04-16 | remove t_vb_arbprogram.c | Brian |
2007-03-24 | move some code into new slang_ir.c file | Brian |
2007-02-26 | Overhaul of error handling. | Brian |
2007-02-23 | added slang_label.c | Brian |
2007-02-22 | remove nvvertexec.c, add prog_execute.c | Brian |
2007-02-22 | Merge branch 'origin' into glsl-compiler-1 | Brian |
2007-02-20 | added slang_builtin.c | Brian |
2007-02-09 | add prog_debug.c | Brian |
2007-02-02 | remove slang_library_texsample.[ch] | Brian |
2007-02-02 | rename slang_link2.c slang_link.c | Brian |
2007-02-02 | rename slang_assemble_typeinfo.[ch] to slang_typeinfo.[ch] | Brian |
2007-02-02 | remove slang_assemble*.c files | Brian |
2007-02-02 | remove slang_export.c and related code | Brian |
2007-02-02 | remove slang_link.c and slang_analyse.c | Brian |
2007-02-02 | remove slang_execute.c, slang_execute_x86.c | Brian |
2007-02-01 | remove slang_label.c until it's ready | Brian |
2007-01-30 | Helper for rebasing draw requests where min_index != 0. | Keith Whitwell |
2007-01-25 | remove tnl/t_vtx_x86_gcc.S file from sources as it no longer exists | Roland Scheidegger |
2007-01-23 | fix g++ warnings/errors | Brian |
2007-01-15 | Add vbo_split files | keithw |
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-30 | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell |
2006-10-16 | s/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to fix make depend warnings ... | Brian Paul |