Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use st_cb_readpixels.c | Brian | 2007-08-10 | 1 | -0/+3 |
| | |||||
* | glReadPixels | Brian | 2007-08-10 | 2 | -0/+111 |
| | |||||
* | add missing break stmt | Brian | 2007-08-10 | 1 | -0/+1 |
| | |||||
* | more render to texture work | Brian | 2007-08-10 | 1 | -11/+8 |
| | |||||
* | sketch out some render-to-texture code | Brian | 2007-08-10 | 1 | -2/+16 |
| | |||||
* | remove some temporary hacks | Brian | 2007-08-10 | 1 | -47/+3 |
| | |||||
* | added pipe_surface_unreference() | Brian | 2007-08-10 | 1 | -0/+11 |
| | |||||
* | include surface.offset in address calculations | Brian | 2007-08-10 | 1 | -10/+24 |
| | |||||
* | Clean up / sanitize debugging | Keith Whitwell | 2007-08-10 | 6 | -64/+40 |
| | |||||
* | Missing files | Keith Whitwell | 2007-08-10 | 2 | -0/+491 |
| | |||||
* | Remove dead include line | Keith Whitwell | 2007-08-10 | 1 | -1/+0 |
| | |||||
* | Fix merge issue | Keith Whitwell | 2007-08-10 | 2 | -16/+19 |
| | |||||
* | Give softpipe a native texture layout of its own. | Keith Whitwell | 2007-08-10 | 1 | -3/+344 |
| | | | | Basically the same as the 945's for now. | ||||
* | Add printf handlers, pass pci id and move texlayout code to driver. | Keith Whitwell | 2007-08-10 | 9 | -525/+37 |
| | |||||
* | Pass pci_id to i915_create() | Keith Whitwell | 2007-08-10 | 3 | -7/+43 |
| | |||||
* | Add a printf method to winsys and use for all debugging. | Keith Whitwell | 2007-08-10 | 7 | -109/+164 |
| | |||||
* | Add a printf method to winsys. Not currently used. | Keith Whitwell | 2007-08-10 | 1 | -0/+4 |
| | |||||
* | obsolete files | Brian | 2007-08-10 | 2 | -94/+0 |
| | |||||
* | no longer need intel_surface.c | Brian | 2007-08-10 | 1 | -1/+0 |
| | |||||
* | move intel_supported_formats() into intel_context.c | Brian | 2007-08-10 | 1 | -1/+18 |
| | |||||
* | we can now just rely on softpipe for surface creation, quad_read/write, etc | Brian | 2007-08-10 | 3 | -224/+1 |
| | |||||
* | flesh out w/ more formats, y=0=top convention | Brian | 2007-08-10 | 1 | -148/+116 |
| | |||||
* | return (softpipe) in GL_RENDERER string - temporarily | Brian | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | rename st_cb_teximage.h st_format.h | Brian | 2007-08-10 | 5 | -6/+6 |
| | |||||
* | Rename (file contains surface format-related functions) | Brian | 2007-08-10 | 2 | -0/+0 |
| | |||||
* | code movement | Brian | 2007-08-10 | 4 | -266/+219 |
| | |||||
* | invert Y axis | Brian | 2007-08-10 | 1 | -19/+16 |
| | |||||
* | 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 |
| |