Age | Commit message (Expand) | Author |
2007-08-06 | minor renaming | Brian |
2007-08-06 | Lift intel_mipmap_tree.c to st_mipmap_tree.c | Brian |
2007-08-06 | Add pipe buffer managment functions. | Keith Whitwell |
2007-08-03 | more work on st_choose_pipe_format() | Brian |
2007-08-03 | framebuffer object functions | Brian |
2007-08-02 | hook in teximage bits | Brian |
2007-08-02 | trim #includes | Brian |
2007-08-02 | beginings of teximage functions | Brian |
2007-08-02 | pipe->clear() now takes a surface, rather than color/depth/stencil flags. | Brian |
2007-08-02 | call st_init_cb_drawpixels | Brian |
2007-08-02 | initial work for textured-quad glDrawPixels | Brian |
2007-08-02 | setup more state for clear_with_quad() | Brian |
2007-08-02 | Implement new draw_vertices() path for simple vertex array drawing, use it fo... | Brian |
2007-08-02 | Remove references to accum buffers in softpipe. | Keith Whitwell |
2007-08-02 | New header file. | Brian |
2007-08-02 | include st_cb_clear.h | Brian |
2007-08-02 | sketch out clearing with quads | Brian |
2007-08-02 | Reroute some clear functionality. | Keith Whitwell |
2007-07-31 | fix assertions | Brian |
2007-07-30 | remove some obsolete xmesa remnants | Brian |
2007-07-30 | Lots of improvements to the surface-related code. | Brian |
2007-07-30 | disable ProgramStringNotify assertion | Brian |
2007-07-27 | check scissor state | Brian |
2007-07-24 | added GL_FRAGMENT_PROGRAM_NV in st_new_program() | Brian |
2007-07-24 | Basic fragment programs run now. | Brian |
2007-07-24 | use enabled/linked fragment shader in preference to a fragment program | Brian |
2007-07-24 | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi... | Brian |
2007-07-19 | Trigger tgsi compilation for fragment programs. | Keith Whitwell |
2007-07-13 | Fix setup.light_twoside determination. | Brian |
2007-07-13 | Fix more polygon winding, culling confusion. | Brian |
2007-07-13 | Added basic occlusion counting | Brian |
2007-07-12 | Added colormask, dither, multisample state. Implement colormasking stage. | Brian |
2007-07-11 | Obsolete file. | Brian |
2007-07-11 | Implement polygon stipple state tracking, application. | Brian |
2007-07-10 | fix problems with polygon offset | Brian |
2007-07-05 | Softpipe: import TGSI tree. Not hooked-up yet. | michal |
2007-07-03 | hook in state tracking for blend color | Brian |
2007-07-03 | Blend MIN/MAX modes are special: the src/dest terms are always one. | Brian |
2007-07-03 | clarify that line_stipple_factor is in [0,255] corresponding to GL's range of... | Brian |
2007-07-02 | rename a few structs (use _state suffix consistantly), reorder/sort fields in... | Brian |
2007-06-29 | texture object construction | Brian |
2007-06-26 | consolidate point/line state into pipe_setup_state | Brian |
2007-06-25 | code for functional Z buffer surface | Brian |
2007-06-22 | more texture sampler work | Brian |
2007-06-22 | Assorted token renaming/removal, minor state changes, etc. | Brian |
2007-06-21 | alpha test and misc changes | Brian |
2007-06-20 | checkpoint: implement z/depth testing | Brian |
2007-06-20 | Rename static variable in temporary tnl code | Keith Whitwell |
2007-06-20 | better comment | Brian |
2007-06-20 | actually use new glClear code | Brian |