Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add quad_stage::begin() funcs | Brian | 2007-08-08 | 11 | -0/+74 |
| | |||||
* | Add a quad_stage::begin() method to do per-primitive preparations (like ↵ | Brian | 2007-08-08 | 3 | -13/+48 |
| | | | | setting up samplers). | ||||
* | Remove more dead files. | Keith Whitwell | 2007-08-08 | 2 | -398/+0 |
| | |||||
* | Remove dead files. | Keith Whitwell | 2007-08-08 | 7 | -1844/+0 |
| | |||||
* | Pull in i915simple.a | Keith Whitwell | 2007-08-08 | 1 | -1/+2 |
| | |||||
* | Hook up i915simple. Doesn't compile. | Keith Whitwell | 2007-08-08 | 13 | -47/+337 |
| | |||||
* | rewrite texture sampling code (smaller, simpler) | Brian | 2007-08-08 | 2 | -246/+127 |
| | |||||
* | add lambda param to get_sample() | Brian | 2007-08-08 | 2 | -11/+11 |
| | |||||
* | sketch out 1D/3D/cube texture sampling | Brian | 2007-08-08 | 1 | -2/+154 |
| | |||||
* | added PIPE_TEX_FACE_* | Brian | 2007-08-08 | 1 | -8/+14 |
| | |||||
* | replace draw_offset w/ 0 for now | Brian | 2007-08-08 | 1 | -2/+2 |
| | |||||
* | define i915_surface struct | Brian | 2007-08-08 | 1 | -1/+29 |
| | |||||
* | Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys. | Keith Whitwell | 2007-08-08 | 35 | -0/+0 |
| | | | | | | | | | | This is appropriate as this is not a "pipe driver for the i915" as the old name would suggest, but rather a dri driver that can provide "winsys" backends to softpipe/i915/i965/etc pipe drivers, running under the intel DDX, drm, etc. It also frees up the i915pipe name for something more appropriate, ie mesa/pipe/i915pipe. | ||||
* | more get_tile() work | Brian | 2007-08-08 | 1 | -6/+34 |
| | |||||
* | fully support all texcoord wrap modes | Brian | 2007-08-08 | 1 | -27/+257 |
| | |||||
* | Checkpoint of a super-simplified i915 driver in the pipe model. | Keith Whitwell | 2007-08-08 | 23 | -0/+3885 |
| | | | | | | Doesn't yet compile, but when it does, it will only draw gouraud tris and even those will be as simple as possible. Needs some 'winsys' support also before that can happen. | ||||
* | clean up tgsi_sampler-related bits | Brian | 2007-08-07 | 2 | -21/+10 |
| | |||||
* | use new tex filtering code | Brian | 2007-08-07 | 2 | -16/+9 |
| | |||||
* | initial texture filtering code | Brian | 2007-08-07 | 2 | -0/+179 |
| | |||||
* | include p_state.h | Brian | 2007-08-07 | 1 | -0/+2 |
| | |||||
* | added a get_tile() func | Brian | 2007-08-07 | 1 | -1/+25 |
| | |||||
* | map/unmap textures | Brian | 2007-08-07 | 1 | -0/+17 |
| | |||||
* | remove dst!=src assertion | Brian | 2007-08-07 | 1 | -1/+0 |
| | |||||
* | debug info | Brian | 2007-08-07 | 1 | -0/+5 |
| | |||||
* | set mt->format | Brian | 2007-08-07 | 1 | -31/+50 |
| | |||||
* | added pipe_mipmap_tree::format | Brian | 2007-08-07 | 1 | -0/+1 |
| | |||||
* | s/intel/st/ | Brian | 2007-08-07 | 2 | -127/+127 |
| | |||||
* | Naive implementation of IF/ELSE/ENDIF. | michal | 2007-08-07 | 7 | -114/+277 |
| | | | | | Handle TGSI labels correctly. Enhance MESA opcode info queries. | ||||
* | 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 |
| |