Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change triangle orientation, fix exit() | Brian | 2007-08-10 | 1 | -6/+6 |
| | |||||
* | asst changes to get softpipe rendering again (no zbuf support for now) | Brian | 2007-08-09 | 6 | -216/+369 |
| | |||||
* | init strb->Base.DataType appropriately, clean-ups | Brian | 2007-08-09 | 2 | -3/+13 |
| | |||||
* | export softpipe_init_surface_funcs() | Brian | 2007-08-09 | 2 | -7/+7 |
| | |||||
* | added null ptr checks | Brian | 2007-08-09 | 1 | -4/+9 |
| | |||||
* | Split texfilter enums to match common hardware usage. | Keith Whitwell | 2007-08-09 | 4 | -26/+54 |
| | |||||
* | silence warning | Keith Whitwell | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | silence warning | Keith Whitwell | 2007-08-09 | 1 | -1/+2 |
| | |||||
* | more work toward texture-based glDrawPixels | Brian | 2007-08-09 | 1 | -1/+129 |
| | |||||
* | comments | Brian | 2007-08-09 | 1 | -1/+3 |
| | |||||
* | move viewport Y inversion to state tracker | Brian | 2007-08-09 | 2 | -49/+21 |
| | |||||
* | Add more i915 state packets. | Keith Whitwell | 2007-08-09 | 10 | -156/+527 |
| | | | | | These correspond to the dynamic indirect state, though they are currently just pushed straight to the batch buffer. | ||||
* | Remove unused file | Keith Whitwell | 2007-08-09 | 1 | -141/+0 |
| | |||||
* | invert Y axis with the viewport transformation to put things right side up | Brian | 2007-08-09 | 1 | -1/+14 |
| | |||||
* | vertex colors are ARGB | Brian | 2007-08-09 | 1 | -7/+8 |
| | |||||
* | Missing files | Keith Whitwell | 2007-08-09 | 2 | -0/+515 |
| | |||||
* | Some basic state - blend and ztest sort of work. | Keith Whitwell | 2007-08-09 | 6 | -8/+88 |
| | |||||
* | Remove references to fallbacks from this directory | Keith Whitwell | 2007-08-09 | 2 | -4/+0 |
| | |||||
* | comments, assertions, etc | Brian | 2007-08-09 | 1 | -3/+11 |
| | |||||
* | Obsolete | Brian | 2007-08-09 | 1 | -243/+0 |
| | |||||
* | dead code removal | Brian | 2007-08-09 | 1 | -83/+11 |
| | |||||
* | 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 |
| |