Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-09 | Put back the old versions of intel_tex_layout.* in this shared directory. | Keith Whitwell | |
Unbreak the original i915, i915tex drivers. We will have our own version of this functionality in the pipe driver and not attempt to share with the older code. | |||
2007-08-09 | Hook up pipe flush functionality | Keith Whitwell | |
2007-08-09 | Add flush/finish functionality to pipe. | Keith Whitwell | |
Not sure if finish() is the right interface yet. | |||
2007-08-09 | Split swapbuffers and read/draw buffers functionality into two files. | Keith Whitwell | |
2007-08-09 | Declare missing opcode aliases. Declare SGN opcode. | michal | |
2007-08-08 | update lod bias, limits | Brian | |
2007-08-08 | clean-up | Brian | |
2007-08-08 | use surface offset value in get_tile() | Brian | |
2007-08-08 | initial lod/mipmap texture supported | Brian | |
2007-08-08 | setup frag shader state: color pass-through program | Brian | |
2007-08-08 | added assertion | Brian | |
2007-08-08 | print_vertex func for debugging | Brian | |
2007-08-08 | new assertions | Brian | |
2007-08-08 | Add D3D9 opcodes up to ps_2_x and vs_2_x. | michal | |
2007-08-08 | Don't use hardware driver by default, until its working a bit better. | Keith Whitwell | |
2007-08-08 | The i915simple driver now runs well enough to lock up hardware. | Keith Whitwell | |
2007-08-08 | Call init_state_funcs | Keith Whitwell | |
2007-08-08 | Fix typo so that i915simple actually gets used. | Keith Whitwell | |
2007-08-08 | remove unused file | keithw | |
2007-08-08 | remove unused file | keithw | |
2007-08-08 | Remove unused code, definitions. | Keith Whitwell | |
2007-08-08 | very simple texture cache implementation | Brian | |
2007-08-08 | fix qs->next tests | Brian | |
2007-08-08 | add quad_stage::begin() funcs | Brian | |
2007-08-08 | Add a quad_stage::begin() method to do per-primitive preparations (like ↵ | Brian | |
setting up samplers). | |||
2007-08-08 | Remove more dead files. | Keith Whitwell | |
2007-08-08 | Remove dead files. | Keith Whitwell | |
2007-08-08 | Pull in i915simple.a | Keith Whitwell | |
2007-08-08 | Hook up i915simple. Doesn't compile. | Keith Whitwell | |
2007-08-08 | rewrite texture sampling code (smaller, simpler) | Brian | |
2007-08-08 | add lambda param to get_sample() | Brian | |
2007-08-08 | sketch out 1D/3D/cube texture sampling | Brian | |
2007-08-08 | added PIPE_TEX_FACE_* | Brian | |
2007-08-08 | replace draw_offset w/ 0 for now | Brian | |
2007-08-08 | define i915_surface struct | Brian | |
2007-08-08 | Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys. | Keith Whitwell | |
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. | |||
2007-08-08 | more get_tile() work | Brian | |
2007-08-08 | fully support all texcoord wrap modes | Brian | |
2007-08-08 | Checkpoint of a super-simplified i915 driver in the pipe model. | Keith Whitwell | |
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. | |||
2007-08-07 | clean up tgsi_sampler-related bits | Brian | |
2007-08-07 | use new tex filtering code | Brian | |
2007-08-07 | initial texture filtering code | Brian | |
2007-08-07 | include p_state.h | Brian | |
2007-08-07 | added a get_tile() func | Brian | |
2007-08-07 | map/unmap textures | Brian | |
2007-08-07 | remove dst!=src assertion | Brian | |
2007-08-07 | debug info | Brian | |
2007-08-07 | set mt->format | Brian | |
2007-08-07 | added pipe_mipmap_tree::format | Brian | |
2007-08-07 | s/intel/st/ | Brian | |