Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | checkpoint new tgsi_sampler_state struct | Brian | 2007-08-07 | 3 | -165/+138 |
| | |||||
* | remove pipe_surface_sampler | Brian | 2007-08-07 | 1 | -13/+0 |
| | |||||
* | added st_atom_texture.c | Brian | 2007-08-07 | 1 | -0/+1 |
| | |||||
* | plug in texture/sampler state update | Brian | 2007-08-07 | 6 | -7/+28 |
| | |||||
* | texture image state handling | Brian | 2007-08-07 | 1 | -0/+76 |
| | |||||
* | sketch out new pipe surface/sampler types | Brian | 2007-08-07 | 7 | -27/+86 |
| | |||||
* | Handle labels for IF/ELSE correctly | michal | 2007-08-07 | 2 | -4/+23 |
| | |||||
* | Enable compact TGSI dump. | michal | 2007-08-07 | 2 | -430/+794 |
| | |||||
* | Dump tokens in more compact form. | michal | 2007-08-07 | 2 | -13/+31 |
| | |||||
* | s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c | Brian | 2007-08-07 | 6 | -6/+7 |
| | |||||
* | don't include non-existant intel_buffer_objects.h | Brian | 2007-08-07 | 1 | -0/+2 |
| | |||||
* | Gutsy oopses on touch of existing file. Workaround. | Keith Whitwell | 2007-08-07 | 14 | -0/+14 |
| | |||||
* | Remove old intel_buffer_objects code - there is a state_tracker version now. | Keith Whitwell | 2007-08-07 | 4 | -289/+0 |
| | |||||
* | Labels are always label targets. | michal | 2007-08-07 | 6 | -13/+4 |
| | | | | Translate label for GLSL IF, ELSE. | ||||
* | prototypes | Brian | 2007-08-07 | 1 | -35/+9 |
| | |||||
* | 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 |
| | | | | | We need to do these initializations before initializing the Mesa context because context init involves creating texture/program/etc objects. | ||||
* | 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 ↵ | Brian | 2007-08-06 | 2 | -1/+28 |
|\ | | | | | | | git+ssh://[email protected]/git/mesa/mesa into softpipe_0_1_branch | ||||
| * | 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 ↵ | Brian | 2007-08-06 | 7 | -69/+69 |
| | | | | with st_texture_image | ||||
* | minor renaming | Brian | 2007-08-06 | 2 | -5/+5 |
| |