summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* checkpoint new tgsi_sampler_state structBrian2007-08-073-165/+138
|
* remove pipe_surface_samplerBrian2007-08-071-13/+0
|
* added st_atom_texture.cBrian2007-08-071-0/+1
|
* plug in texture/sampler state updateBrian2007-08-076-7/+28
|
* texture image state handlingBrian2007-08-071-0/+76
|
* sketch out new pipe surface/sampler typesBrian2007-08-077-27/+86
|
* Handle labels for IF/ELSE correctlymichal2007-08-072-4/+23
|
* Enable compact TGSI dump.michal2007-08-072-430/+794
|
* Dump tokens in more compact form.michal2007-08-072-13/+31
|
* s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.cBrian2007-08-076-6/+7
|
* don't include non-existant intel_buffer_objects.hBrian2007-08-071-0/+2
|
* Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2007-08-0714-0/+14
|
* Remove old intel_buffer_objects code - there is a state_tracker version now.Keith Whitwell2007-08-074-289/+0
|
* Labels are always label targets.michal2007-08-076-13/+4
| | | | Translate label for GLSL IF, ELSE.
* prototypesBrian2007-08-071-35/+9
|
* get rid of temp write_mono_row_ub() functionBrian2007-08-072-5/+2
|
* call st_init_driver_functions(), make intelInitDriverFunctions() staticBrian2007-08-062-3/+3
|
* call st_init_driver_functions()Brian2007-08-061-0/+2
|
* added softpipe_mipmap_tree_layoutBrian2007-08-062-3/+7
|
* need a softpipe func for texture layoutBrian2007-08-062-0/+29
|
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-0614-87/+60
| | | | | We need to do these initializations before initializing the Mesa context because context init involves creating texture/program/etc objects.
* new headerBrian2007-08-061-0/+10
|
* fix asst. warningsBrian2007-08-061-10/+12
|
* Add GLSL opcodes.michal2007-08-061-1/+10
|
* Add GLSL ops.michal2007-08-061-0/+36
|
* Make SGE, SGT, SLE working.michal2007-08-061-12/+32
|
* Remove garbage text.michal2007-08-061-1/+1
|
* Use fp_attr_to_slot[].michal2007-08-061-0/+11
|
* Reorder opcodes.michal2007-08-061-10/+10
|
* Translate the remaining ops.michal2007-08-061-30/+83
|
* Merge branch 'softpipe_0_1_branch' of ↵Brian2007-08-062-1/+28
|\ | | | | | | git+ssh://[email protected]/git/mesa/mesa into softpipe_0_1_branch
| * Translate MESA GLSL opcodes to TGSI opcodes.michal2007-08-062-1/+28
| |
* | added xm_softpipe.cBrian2007-08-061-0/+1
| |
* | use new xmesa_create_softpipe()Brian2007-08-062-1/+5
| |
* | softpipe/winsys interfaceBrian2007-08-061-0/+198
|/
* Add path for GL includes in mesa tree.michal2007-08-061-0/+1
|
* added st_cb_texture.cBrian2007-08-061-0/+1
|
* clean-upsBrian2007-08-061-4/+5
|
* switch to new texture functions in state trackerBrian2007-08-065-9/+43
|
* use new texture funcsBrian2007-08-061-3/+4
|
* clean-upsBrian2007-08-062-44/+68
|
* new texture functionsBrian2007-08-062-0/+1782
|
* commentsBrian2007-08-061-3/+3
|
* Add GLSL opcodes.michal2007-08-061-2/+57
|
* disable/remove intel dependenciesBrian2007-08-061-15/+33
|
* more intel_context removalBrian2007-08-062-10/+15
|
* disable some PBO code, remove intel dependenciesBrian2007-08-062-9/+67
|
* remove timing codeBrian2007-08-061-64/+1
|
* Replace intel_texture_object with st_texture_object, intel_texture_image ↵Brian2007-08-067-69/+69
| | | | with st_texture_image
* minor renamingBrian2007-08-062-5/+5
|