Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: refactor: move glTexParameter-related functions into new texparam.c file | Brian Paul | 2008-09-21 | 1 | -0/+1 |
| | |||||
* | mesa: refactor: move glTexEnv-related functions into new texenv.c file | Brian Paul | 2008-09-21 | 1 | -0/+1 |
| | | | | (cherry picked from commit 7ecac78ab53016ae3db3dd601b187cb050037463) | ||||
* | mesa: refactor: move glTexGen-related functions into new texgen.c file | Brian Paul | 2008-09-21 | 1 | -0/+1 |
| | | | | (cherry picked from commit 27049189d6221fefe43eb55846efaa51742dcdf4) | ||||
* | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul | 2008-09-21 | 1 | -0/+1 |
| | |||||
* | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul | 2008-09-21 | 1 | -0/+1 |
| | |||||
* | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul | 2008-09-21 | 1 | -0/+1 |
| | | | | (cherry picked from commit 4be7296bfcba22a849f949d105ea385e6964cc25) | ||||
* | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul | 2008-09-21 | 1 | -0/+1 |
| | | | | (cherry picked from commit b36e6f0baf64491772b8e1a1cddf68a7dcf8ee22) | ||||
* | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul | 2008-09-21 | 1 | -0/+1 |
| | |||||
* | mesa: refactor: move glPixelStore function into new pixelstore.c file | Brian Paul | 2008-09-21 | 1 | -0/+1 |
| | |||||
* | mesa: move fixed function vertex program builder from tnl to core mesa | Keith Whitwell | 2008-09-21 | 1 | -0/+2 |
| | | | | | | Also unify caching of fragment and vertex programs in shader/prog_cache.c` Brought across from gallium-0.2 | ||||
* | mesa: move rastpos helper to tnl | Keith Whitwell | 2008-09-21 | 1 | -0/+1 |
| | |||||
* | mesa: remove a bunch of -I paths from INCLUDE_DIRS | Brian Paul | 2008-09-18 | 1 | -9/+1 |
| | |||||
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -0/+3 |
| | | | | | This is another step toward removing a whole bunch of -I flags from the cc commands. Still need to address driver code... | ||||
* | fix Xlib libGL.so build problem. | Brian Paul | 2008-06-09 | 1 | -0/+1 |
| | | | | Also, build driverfuncs.c into libmesa.a since it's always needed. | ||||
* | more old stuff, rename SOLO->MESA, etc | Brian Paul | 2008-06-09 | 1 | -25/+8 |
| | |||||
* | remove X11, Glide, OSMesa sources | Brian Paul | 2008-06-05 | 1 | -32/+1 |
| | |||||
* | Updated GLSL uniform/sampler handling from gallium-0.1 branch | Brian Paul | 2008-05-14 | 1 | -0/+1 |
| | | | | | | | | | | Previously, the shader linker combined the uniforms used by the vertex and fragment shaders into a combined set of uniforms. This made the implementation of glUniform*() simple, but was rather inefficient otherwise. Now each shader gets its own set of uniforms (no more modelview matrix showing up in the fragment shader uniforms, for example). cherry-picked by hand from gallium-0.1 branch | ||||
* | Rename occlude.[ch] to queryobj.[ch] | Brian | 2007-04-21 | 1 | -1/+1 |
| | |||||
* | added slang_mem.c | Brian | 2007-04-21 | 1 | -0/+1 |
| | |||||
* | added new xm_glide.c file | Brian | 2007-04-20 | 1 | -0/+1 |
| | |||||
* | remove t_vb_arbprogram.c | Brian | 2007-04-16 | 1 | -2/+0 |
| | |||||
* | move some code into new slang_ir.c file | Brian | 2007-03-24 | 1 | -0/+1 |
| | |||||
* | Overhaul of error handling. | Brian | 2007-02-26 | 1 | -1/+1 |
| | |||||
* | added slang_label.c | Brian | 2007-02-23 | 1 | -0/+1 |
| | |||||
* | remove nvvertexec.c, add prog_execute.c | Brian | 2007-02-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-02-22 | 1 | -18/+21 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/main/state.c src/mesa/shader/program.c src/mesa/shader/program.h src/mesa/shader/programopt.c src/mesa/shader/slang/slang_execute.c src/mesa/sources src/mesa/swrast/s_arbshader.c src/mesa/swrast/s_context.c src/mesa/swrast/s_span.c src/mesa/swrast/s_zoom.c src/mesa/tnl/t_context.c src/mesa/tnl/t_save_api.c src/mesa/tnl/t_vb_arbprogram.c src/mesa/tnl/t_vp_build.c src/mesa/tnl/t_vtx_eval.c | ||||
| * | Helper for rebasing draw requests where min_index != 0. | Keith Whitwell | 2007-01-30 | 1 | -0/+1 |
| | | |||||
| * | remove tnl/t_vtx_x86_gcc.S file from sources as it no longer exists | Roland Scheidegger | 2007-01-25 | 1 | -2/+1 |
| | | |||||
| * | Add vbo_split files | keithw | 2007-01-15 | 1 | -0/+3 |
| | | |||||
| * | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell | 2006-10-30 | 1 | -16/+14 |
| | | |||||
* | | added slang_builtin.c | Brian | 2007-02-20 | 1 | -0/+1 |
| | | |||||
* | | add prog_debug.c | Brian | 2007-02-09 | 1 | -0/+1 |
| | | |||||
* | | remove slang_library_texsample.[ch] | Brian | 2007-02-02 | 1 | -1/+0 |
| | | |||||
* | | rename slang_link2.c slang_link.c | Brian | 2007-02-02 | 1 | -3/+3 |
| | | |||||
* | | rename slang_assemble_typeinfo.[ch] to slang_typeinfo.[ch] | Brian | 2007-02-02 | 1 | -1/+1 |
| | | |||||
* | | remove slang_assemble*.c files | Brian | 2007-02-02 | 1 | -4/+0 |
| | | |||||
* | | remove slang_export.c and related code | Brian | 2007-02-02 | 1 | -1/+0 |
| | | |||||
* | | remove slang_link.c and slang_analyse.c | Brian | 2007-02-02 | 1 | -2/+0 |
| | | |||||
* | | remove slang_execute.c, slang_execute_x86.c | Brian | 2007-02-02 | 1 | -3/+1 |
| | | |||||
* | | remove slang_label.c until it's ready | Brian | 2007-02-01 | 1 | -1/+0 |
| | | |||||
* | | fix g++ warnings/errors | Brian | 2007-01-23 | 1 | -0/+1 |
| | | |||||
* | | Rework code related to temp register allocation, both for user variables | Brian | 2007-01-13 | 1 | -0/+1 |
| | | | | | | | | | | | | and expression temporarires. Much better register utilization now. Lots of other fixes. The OpenGL GLSL "orange book" brick shader demo works now. | ||||
* | | Overhaul of GLSL API functions, dispatching, etc. | Brian | 2006-12-19 | 1 | -4/+1 |
| | | |||||
* | | change/add/rm several filenames | Brian | 2006-12-15 | 1 | -3/+10 |
| | | |||||
* | | Remove unneeded -I directories (3Dlabs headers). | Brian | 2006-12-13 | 1 | -2/+0 |
| | | |||||
* | | Checkpoint GLSL compiler work. Add new sources, remove obsolete. | Brian | 2006-12-13 | 1 | -33/+6 |
|/ | |||||
* | s/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to fix make depend warnings ↵ | Brian Paul | 2006-10-16 | 1 | -1/+1 |
| | | | | (bug 8669) | ||||
* | Move mipmap generation functions, texture scaling functions into new | Brian Paul | 2006-09-29 | 1 | -0/+1 |
| | | | | mipmap.c file. | ||||
* | remove stray tab | Brian Paul | 2006-09-06 | 1 | -1/+1 |
| | |||||
* | Functions for vertex/fragment program transformations, optimizations, etc. | Brian Paul | 2006-08-24 | 1 | -0/+1 |
| |