| Commit message (Expand) | Author | Age | Files | Lines |
* | more texture sampler work | Brian | 2007-06-22 | 1 | -0/+2 |
* | alpha test and misc changes | Brian | 2007-06-21 | 1 | -0/+1 |
* | s/tile/quad/ | Brian | 2007-06-20 | 1 | -6/+6 |
* | quad blending works now, but many blend terms need to be added in blend_quad(). | Brian | 2007-06-20 | 1 | -0/+1 |
* | Initial implementation of a software pipeline for quad rasterization (fragmen... | Brian | 2007-06-20 | 1 | -0/+3 |
* | Initial work for glClear(), clear color state. | Brian | 2007-06-20 | 1 | -0/+2 |
* | hook up point state | Brian | 2007-06-19 | 1 | -0/+2 |
* | Re-org of surface/framebuffer state. | Brian | 2007-06-19 | 1 | -4/+0 |
* | Added alpha test state. | Brian | 2007-06-18 | 1 | -0/+2 |
* | initial framebuffer state | Brian | 2007-06-15 | 1 | -0/+1 |
* | Rename directories again?! | Keith Whitwell | 2007-06-14 | 1 | -30/+33 |
* | added st_atom_depth.c | Brian | 2007-05-30 | 1 | -0/+1 |
* | Stencil state. | Brian | 2007-05-24 | 1 | -0/+1 |
* | added st_atom_blend.c, st_atom_scissor.c | Brian | 2007-05-24 | 1 | -1/+3 |
* | Use the x11 driver as a test harness for the softpipe/state_tracker code. | Keith Whitwell | 2007-05-24 | 1 | -0/+36 |
* | 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 |
|\ |
|
| * | 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 |
* | | 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 |
* | Move mipmap generation functions, texture scaling functions into new | Brian Paul | 2006-09-29 | 1 | -0/+1 |
* | 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 |
* | move ALL_SOURCES to sources file | Brian Paul | 2006-08-21 | 1 | -1/+9 |
* | Fix-ups for linux-fbdev config. No longer build Xlib driver sources. | Brian Paul | 2006-08-18 | 1 | -0/+2 |