Age | Commit message (Expand) | Author |
2007-07-25 | Implement line stippling. | Brian |
2007-07-25 | rename some vars | Brian |
2007-07-25 | implement DDX, DDY instructions | Brian |
2007-07-25 | Fix pinterp() to compute 1 / FRAG_ATTRIB_WPOS.w Update comments too. | Brian |
2007-07-25 | patch things up enough to allow texture sampling to work | Brian |
2007-07-24 | use consistent indentation | Brian |
2007-07-24 | check return value of tgsi_parse_init() | Brian |
2007-07-24 | added PROGRAM_NAMED_PARAM in map_register_file() | Brian |
2007-07-24 | Add VF_ATTRIB_VAR0..7 for varying variables. | Brian |
2007-07-24 | added PROGRAM_UNIFORM to map_register_file() | Brian |
2007-07-24 | comments | Brian |
2007-07-24 | s/GLuint/GLbitfield/ | Brian |
2007-07-24 | Compute need_z and need_w properly and use the correct const/linear/perspecti... | Brian |
2007-07-24 | Fix a typo (i << i) that was fouling up the vertex layout info. | Brian |
2007-07-24 | added missing OPCODE_ARL to TGSI_OPCODES[], added sanity check assertion | Brian |
2007-07-24 | Basic fragment programs run now. | Brian |
2007-07-24 | rebuild quad pipeline when framebuffer changes too | Brian |
2007-07-24 | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi... | Brian |
2007-07-23 | Execute fs tokens. | michal |
2007-07-19 | Trigger tgsi compilation for fragment programs. | Keith Whitwell |
2007-07-13 | Fix more polygon winding, culling confusion. | Brian |
2007-07-13 | Fix for-loop in interp() so we don't go out of bounds. | Brian |
2007-07-13 | set INTERP_CONSTANT when appropriate | Brian |
2007-07-13 | comments | Brian |
2007-07-13 | Enable Keith's branch-less stipple code - it works. | Brian |
2007-07-13 | Add 'prim' field to quad so that stipple and aa coverage stages can do the ri... | Brian |
2007-07-13 | Implement AA points and AA coverage application in quad pipeline. | Brian |
2007-07-13 | Added basic occlusion counting | Brian |
2007-07-13 | minor rename | Brian |
2007-07-13 | Add conditional-free implementation (disabled, not tested) | Keith Whitwell |
2007-07-13 | Simplify slightly. | Keith Whitwell |
2007-07-12 | minor changes, comments about multiple color buffers, MRT. | Brian |
2007-07-12 | Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FRONT_AND_BACK). | Brian |
2007-07-12 | XXX comment about skipping stipple for points/lines | Brian |
2007-07-12 | s/prim_setup/sp_draw_render_stage/, new comments | Brian |
2007-07-12 | Remove dead code | Brian |
2007-07-12 | Rename prim_stage -> draw_stage | Brian |
2007-07-12 | Added colormask, dither, multisample state. Implement colormasking stage. | Brian |
2007-07-12 | front/back-face determination was wrong | Brian |
2007-07-12 | culling was inverted | Brian |
2007-07-12 | handle edge flags for GL_POLYGONs | Brian |
2007-07-12 | fix MIN/MAX mix-up | Brian |
2007-07-11 | remove unused hw_data_offset | Brian |
2007-07-11 | disable debug printfs | Brian |
2007-07-11 | Fix broken depth offset. | Brian |
2007-07-11 | Implement polygon stipple state tracking, application. | Brian |
2007-07-11 | fix stencil logic error, use proper front/back face value | Brian |
2007-07-11 | Compute quad.facing from prim->det and polygon winding. | Brian |
2007-07-10 | Checkpoint: stencil roughly working, some bugs to fix... | Brian |
2007-07-10 | Begin hooking up stenciling. | Brian |