Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Emit drawrect command as we no longer ask the kernel to do this. | Keith Whitwell | 2007-08-09 | 1 | -0/+13 |
| | |||||
* | Remove unused blit functions. | Keith Whitwell | 2007-08-09 | 1 | -187/+0 |
| | |||||
* | Don't reemit hardware state *every* primitive. | Keith Whitwell | 2007-08-09 | 4 | -1/+11 |
| | |||||
* | fix merge conflicts | Brian | 2007-08-09 | 2 | -37/+4 |
| | |||||
* | don't use intel_read_draw_buffer.c anymore | Brian | 2007-08-09 | 1 | -1/+0 |
| | |||||
* | assertions | Brian | 2007-08-09 | 1 | -0/+2 |
| | |||||
* | *numFormats = 3 | Brian | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | minor clean-ups | Brian | 2007-08-09 | 1 | -9/+4 |
| | |||||
* | remove intel_depthstencil.c and intel_fbo.c | Brian | 2007-08-09 | 1 | -3/+0 |
| | |||||
* | Obsolete files | Brian | 2007-08-09 | 4 | -975/+0 |
| | |||||
* | don't include intel_depthstencil.h | Brian | 2007-08-09 | 1 | -1/+0 |
| | |||||
* | remove some includes | Brian | 2007-08-09 | 4 | -16/+60 |
| | |||||
* | Checkpoint intel_renderbuffer removal. | Brian | 2007-08-09 | 8 | -92/+107 |
| | | | | | | Remove surface ptr from gl_renderbuffer. Use st_renderbuffer in most places. More clean-up. | ||||
* | remove dead code, remove intel_fbo.h includes | Brian | 2007-08-09 | 7 | -18/+39 |
| | |||||
* | surface-related prototypes | Brian | 2007-08-09 | 1 | -0/+14 |
| | |||||
* | checkpoint: no longer using intel_fbo.c | Brian | 2007-08-09 | 9 | -53/+241 |
| | |||||
* | 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 |
| |