| Commit message (Expand) | Author | Age | Files | Lines |
* | get rid of temp write_mono_row_ub() function | Brian | 2007-08-07 | 2 | -5/+2 |
* | call st_init_driver_functions(), make intelInitDriverFunctions() static | Brian | 2007-08-06 | 2 | -3/+3 |
* | call st_init_driver_functions() | Brian | 2007-08-06 | 1 | -0/+2 |
* | added softpipe_mipmap_tree_layout | Brian | 2007-08-06 | 2 | -3/+7 |
* | need a softpipe func for texture layout | Brian | 2007-08-06 | 2 | -0/+29 |
* | New st_init_*_functions() to initialize the driver functions table. | Brian | 2007-08-06 | 14 | -87/+60 |
* | new header | Brian | 2007-08-06 | 1 | -0/+10 |
* | fix asst. warnings | Brian | 2007-08-06 | 1 | -10/+12 |
* | Add GLSL opcodes. | michal | 2007-08-06 | 1 | -1/+10 |
* | Add GLSL ops. | michal | 2007-08-06 | 1 | -0/+36 |
* | Make SGE, SGT, SLE working. | michal | 2007-08-06 | 1 | -12/+32 |
* | Remove garbage text. | michal | 2007-08-06 | 1 | -1/+1 |
* | Use fp_attr_to_slot[]. | michal | 2007-08-06 | 1 | -0/+11 |
* | Reorder opcodes. | michal | 2007-08-06 | 1 | -10/+10 |
* | Translate the remaining ops. | michal | 2007-08-06 | 1 | -30/+83 |
* | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi... | Brian | 2007-08-06 | 2 | -1/+28 |
|\ |
|
| * | Translate MESA GLSL opcodes to TGSI opcodes. | michal | 2007-08-06 | 2 | -1/+28 |
* | | added xm_softpipe.c | Brian | 2007-08-06 | 1 | -0/+1 |
* | | use new xmesa_create_softpipe() | Brian | 2007-08-06 | 2 | -1/+5 |
* | | softpipe/winsys interface | Brian | 2007-08-06 | 1 | -0/+198 |
|/ |
|
* | Add path for GL includes in mesa tree. | michal | 2007-08-06 | 1 | -0/+1 |
* | added st_cb_texture.c | Brian | 2007-08-06 | 1 | -0/+1 |
* | clean-ups | Brian | 2007-08-06 | 1 | -4/+5 |
* | switch to new texture functions in state tracker | Brian | 2007-08-06 | 5 | -9/+43 |
* | use new texture funcs | Brian | 2007-08-06 | 1 | -3/+4 |
* | clean-ups | Brian | 2007-08-06 | 2 | -44/+68 |
* | new texture functions | Brian | 2007-08-06 | 2 | -0/+1782 |
* | comments | Brian | 2007-08-06 | 1 | -3/+3 |
* | Add GLSL opcodes. | michal | 2007-08-06 | 1 | -2/+57 |
* | disable/remove intel dependencies | Brian | 2007-08-06 | 1 | -15/+33 |
* | more intel_context removal | Brian | 2007-08-06 | 2 | -10/+15 |
* | disable some PBO code, remove intel dependencies | Brian | 2007-08-06 | 2 | -9/+67 |
* | remove timing code | Brian | 2007-08-06 | 1 | -64/+1 |
* | Replace intel_texture_object with st_texture_object, intel_texture_image with... | Brian | 2007-08-06 | 7 | -69/+69 |
* | minor renaming | Brian | 2007-08-06 | 2 | -5/+5 |
* | Lift intel_mipmap_tree.c to st_mipmap_tree.c | Brian | 2007-08-06 | 11 | -8/+406 |
* | More code movement, removal of intel dependencies | Brian | 2007-08-06 | 4 | -5/+30 |
* | remove more intel dependencies | Brian | 2007-08-06 | 2 | -23/+31 |
* | remove intel dependencies from intel_mipmap_tree.c | Brian | 2007-08-06 | 8 | -69/+68 |
* | checkpoint: move some texture layout code | Brian | 2007-08-06 | 3 | -65/+1 |
* | Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> pipe_mipmap_tre... | Brian | 2007-08-06 | 10 | -149/+485 |
* | Add pipe buffer managment functions. | Keith Whitwell | 2007-08-06 | 17 | -200/+520 |
* | Add a new interface between softpipe and the window system / buffer manager. | Keith Whitwell | 2007-08-05 | 13 | -457/+493 |
* | remove intel_pixel.c | Brian | 2007-08-03 | 1 | -1/+0 |
* | added st_cb_fbo.c | Brian | 2007-08-03 | 1 | -0/+1 |
* | more work on st_choose_pipe_format() | Brian | 2007-08-03 | 2 | -28/+110 |
* | framebuffer object functions | Brian | 2007-08-03 | 2 | -0/+381 |
* | Remove dead files | Keith Whitwell | 2007-08-03 | 4 | -103/+0 |
* | Rip out more dead drawing-related code. | Keith Whitwell | 2007-08-03 | 7 | -214/+90 |
* | Remove "static region" support. | Keith Whitwell | 2007-08-03 | 2 | -75/+0 |