Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove color_rb[] and lots of dead code | Brian | 2007-08-09 | 5 | -120/+6 |
| | |||||
* | disable intel_get_rb_region() | Brian | 2007-08-09 | 1 | -1/+4 |
| | |||||
* | checkpoint: more intel_renderbuffer removal | Brian | 2007-08-09 | 3 | -1/+27 |
| | |||||
* | checkpoint: intel_renderbuffer removal (intel_renderbuffer now == ↵ | Brian | 2007-08-09 | 3 | -14/+15 |
| | | | | gl_renderbuffer | ||||
* | checkpoint: intel_renderbuffer removal (move vbl_pending field into ↵ | Brian | 2007-08-09 | 3 | -8/+25 |
| | | | | intel_framebuffer | ||||
* | checkpoint: intel_renderbuffer removal | Brian | 2007-08-09 | 5 | -2/+19 |
| | |||||
* | Update opcode list. | michal | 2007-08-09 | 2 | -3/+54 |
| | |||||
* | Further opcode list reorg. | michal | 2007-08-09 | 1 | -20/+21 |
| | | | | | | Add TXP opcode. Alias SGN to SSG. Alias EXPP to EXP. | ||||
* | Quieten TGSI | Keith Whitwell | 2007-08-09 | 1 | -1/+4 |
| | |||||
* | Quieten TGSI | Keith Whitwell | 2007-08-09 | 2 | -5/+12 |
| | |||||
* | Supporting batchbuffer changes for 1st hwpipe triangles... | Keith Whitwell | 2007-08-09 | 2 | -11/+22 |
| | |||||
* | Remove unreferenced file. | Keith Whitwell | 2007-08-09 | 1 | -212/+0 |
| | |||||
* | Tweaks to state emit, acheives first hw triangles from a pipe driver. | Keith Whitwell | 2007-08-09 | 4 | -9/+20 |
| | |||||
* | Pull in debug code for human-readable batchbuffer dumps. | Keith Whitwell | 2007-08-09 | 3 | -254/+704 |
| | |||||
* | The pipe version of these files. Can probably relocate to pipe/i915simple. | Keith Whitwell | 2007-08-09 | 2 | -1/+492 |
| | |||||
* | Put back the old versions of intel_tex_layout.* in this shared directory. | Keith Whitwell | 2007-08-09 | 2 | -391/+42 |
| | | | | | | 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. | ||||
* | Hook up pipe flush functionality | Keith Whitwell | 2007-08-09 | 2 | -60/+56 |
| | |||||
* | Add flush/finish functionality to pipe. | Keith Whitwell | 2007-08-09 | 12 | -2/+212 |
| | | | | Not sure if finish() is the right interface yet. | ||||
* | Split swapbuffers and read/draw buffers functionality into two files. | Keith Whitwell | 2007-08-09 | 3 | -199/+244 |
| | |||||
* | Declare missing opcode aliases. Declare SGN opcode. | michal | 2007-08-09 | 1 | -3/+11 |
| | |||||
* | update lod bias, limits | Brian | 2007-08-08 | 1 | -0/+4 |
| | |||||
* | clean-up | Brian | 2007-08-08 | 1 | -10/+9 |
| | |||||
* | use surface offset value in get_tile() | Brian | 2007-08-08 | 1 | -2/+12 |
| | |||||
* | initial lod/mipmap texture supported | Brian | 2007-08-08 | 3 | -9/+47 |
| | |||||
* | setup frag shader state: color pass-through program | Brian | 2007-08-08 | 1 | -2/+62 |
| | |||||
* | added assertion | Brian | 2007-08-08 | 1 | -0/+2 |
| | |||||
* | print_vertex func for debugging | Brian | 2007-08-08 | 1 | -1/+19 |
| | |||||
* | new assertions | Brian | 2007-08-08 | 1 | -0/+2 |
| | |||||
* | Add D3D9 opcodes up to ps_2_x and vs_2_x. | michal | 2007-08-08 | 1 | -1/+316 |
| | |||||
* | Don't use hardware driver by default, until its working a bit better. | Keith Whitwell | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | The i915simple driver now runs well enough to lock up hardware. | Keith Whitwell | 2007-08-08 | 5 | -22/+36 |
| | |||||
* | Call init_state_funcs | Keith Whitwell | 2007-08-08 | 1 | -0/+1 |
| | |||||
* | Fix typo so that i915simple actually gets used. | Keith Whitwell | 2007-08-08 | 1 | -0/+1 |
| | |||||
* | remove unused file | keithw | 2007-08-08 | 1 | -145/+0 |
| | |||||
* | remove unused file | keithw | 2007-08-08 | 1 | -37/+0 |
| | |||||
* | Remove unused code, definitions. | Keith Whitwell | 2007-08-08 | 4 | -82/+5 |
| | |||||
* | very simple texture cache implementation | Brian | 2007-08-08 | 2 | -2/+29 |
| | |||||
* | fix qs->next tests | Brian | 2007-08-08 | 11 | -11/+13 |
| | |||||
* | 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 |
| |