Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-19 | Trigger tgsi compilation for fragment programs. | Keith Whitwell | |
Not sure the generated program looks correct though... | |||
2007-07-13 | Implement AA points and AA coverage application in quad pipeline. | Brian | |
2007-07-13 | Added basic occlusion counting | Brian | |
2007-07-12 | Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FRONT_AND_BACK). | Brian | |
This removes the notion of multiple color buffers from all other stages. Will need a bit more work when shaders with multiple render targets arrive. | |||
2007-07-12 | Added colormask, dither, multisample state. Implement colormasking stage. | Brian | |
2007-07-11 | Implement polygon stipple state tracking, application. | Brian | |
2007-07-10 | Begin hooking up stenciling. | Brian | |
2007-07-09 | New 'draw' module for primitive drawing (clipping, culling, etc). | Brian | |
2007-07-05 | Softpipe: import TGSI tree. Not hooked-up yet. | michal | |
2007-06-29 | texture object construction | Brian | |
2007-06-26 | consolidate point/line state into pipe_setup_state | Brian | |
2007-06-22 | more texture sampler work | Brian | |
2007-06-21 | alpha test and misc changes | Brian | |
2007-06-20 | s/tile/quad/ | Brian | |
2007-06-20 | quad blending works now, but many blend terms need to be added in blend_quad(). | Brian | |
2007-06-20 | Initial implementation of a software pipeline for quad rasterization ↵ | Brian | |
(fragment ops). This is very much like the clipper/setup pipeline for primitives. | |||
2007-06-20 | Initial work for glClear(), clear color state. | Brian | |
2007-06-19 | hook up point state | Brian | |
2007-06-19 | Re-org of surface/framebuffer state. | Brian | |
We should be able to render to any depth/format of X window now. | |||
2007-06-18 | Added alpha test state. | Brian | |
2007-06-15 | initial framebuffer state | Brian | |
2007-06-14 | Rename directories again?! | Keith Whitwell | |
Some git wierdness going on. | |||
2007-05-30 | added st_atom_depth.c | Brian | |
2007-05-24 | Stencil state. | Brian | |
2007-05-24 | added st_atom_blend.c, st_atom_scissor.c | Brian | |
2007-05-24 | Use the x11 driver as a test harness for the softpipe/state_tracker code. | Keith Whitwell | |
This has some limitations as we currently require a mapped framebuffer, so it only really works with double-buffered ximage rgba8888 windows. | |||
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 | |
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 | |||
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 | |
and expression temporarires. Much better register utilization now. Lots of other fixes. The OpenGL GLSL "orange book" brick shader demo works now. |