Age | Commit message (Expand) | Author |
2008-03-20 | gallium: glBitmap code now separe from glDraw/CopyPixels code | Brian |
2008-03-18 | gallium: added st_cb_blit.c | Brian |
2008-03-11 | gallium: rework CSO-related code in state tracker | Brian |
2008-02-19 | Bring in ppc spe rtasm into gallium's rtasm module. | José Fonseca |
2008-02-19 | Simplify makefile boilerplate code. | José Fonseca |
2008-02-18 | Code reorganization: split gallium and mesa makefiles. | José Fonseca |
2008-02-15 | draw: subclass vertex shaders according to execution method | Keith Whitwell |
2008-02-15 | Code reorganization: s/aux/auxiliary/ -- update build. | José Fonseca |
2008-02-15 | Code reorganization: update build. | José Fonseca |
2008-02-14 | Real-time assembler for Cell SPE. | Ian Romanick |
2008-02-11 | remove seperate llvm vs entry points | Zack Rusin |
2008-02-08 | gallium: initial implemenation of auto mipmap generation in state tracker | Brian |
2008-02-06 | gallium: Cross-platform debugging helpers. | José Fonseca |
2008-01-28 | Clone vf module. | José Fonseca |
2008-01-21 | gallium: new 'draw' stage for line stipple | Brian |
2008-01-18 | Unify copy_rect helpers. | Michel Dänzer |
2008-01-04 | llvm: we need custom rules so had to redo the build a little bit | Zack Rusin |
2007-12-17 | gallium: incorporate alpha state into depth_stencil state object. | Keith Whitwell |
2007-12-15 | Use tile functions in new p_tile.[ch] | Brian |
2007-12-11 | remove more -I paths | Brian |
2007-12-11 | trim down -I options | Brian |
2007-12-11 | gallium: remove redundant clear_color state. | Keith Whitwell |
2007-12-11 | gallium: Remove feedback interfaces from pipe driver. | Keith Whitwell |
2007-12-11 | Port i965 driver to Gallium3D. | Zack Rusin |
2007-12-07 | Disable, remove tnl module from the Gallium build since no longer used. | Brian |
2007-12-07 | Disable swrast, swrast_setup and driverfuncs in the build. | Brian |
2007-12-07 | Overhaul the Xlib winsys layer. | Brian |
2007-12-06 | Hide texture layout details from the state tracker. | Michel Dänzer |
2007-11-23 | gallium: reorg tgsi directories. | Michal Krol |
2007-11-22 | New vertex buffer stage. | José Fonseca |
2007-11-05 | Determine GL extensions/limits by making pipe queries. | Brian |
2007-11-05 | move st_create_framebuffer() to new st_framebuffer.c file | Brian |
2007-11-02 | Renaming llvmtgsi to gallivm. Taking first steps on the way to supporting | Zack Rusin |
2007-11-01 | disable/omit renderbuffer span code | Brian |
2007-10-31 | remove xm_dd.c from build | Brian |
2007-10-31 | omit X point/line/triangle routines | Brian |
2007-10-31 | switch to Xlib driver in pipe/xlib/ | Brian |
2007-10-31 | No longer need st_update_tnl atom. | Brian |
2007-10-31 | Use ffvertex_prog.c code instead of t_vp_build.c code. | Brian |
2007-10-30 | added prog_cache.c | Brian |
2007-10-30 | Rename file since it's now a state atom | Brian |
2007-10-30 | added st_pixeltransfer.c | Brian |
2007-10-29 | Remove conditionals from the makefiles. | Zack Rusin |
2007-10-27 | Move mesa_to_tgsi.[ch] to state_tracker | Brian |
2007-10-24 | Cleanup some code. | Zack Rusin |
2007-10-24 | Refactor the tgsi->llvm storage translator | Zack Rusin |
2007-10-24 | Implement basic opcode translation and storage translation. | Zack Rusin |
2007-10-24 | Implement the conversion and do the initial execution pass. | Zack Rusin |
2007-10-24 | Initial stab at LLVM integration. | Zack Rusin |
2007-10-22 | plug the wide prims code into the pipeline | Brian |