Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added pipe->max_texture_size() query, use it in st_drawpixels() | Brian | 2007-08-10 | 4 | -0/+76 |
| | |||||
* | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell | 2007-08-10 | 33 | -896/+494 |
| | |||||
* | fix image orientation | Brian | 2007-08-10 | 1 | -5/+8 |
| | |||||
* | readpixels handles any format/type/packing/transfer ops now | Brian | 2007-08-10 | 1 | -10/+56 |
| | |||||
* | setup sampler state, computed wincoords with pixel zoom factors | Brian | 2007-08-10 | 1 | -30/+59 |
| | |||||
* | don't hardcode cpp | Brian | 2007-08-10 | 1 | -6/+8 |
| | |||||
* | added st_sizeof_format() | Brian | 2007-08-10 | 2 | -0/+13 |
| | |||||
* | glRead/DrawPixels test | Brian | 2007-08-10 | 2 | -0/+89 |
| | |||||
* | basic texture-based glDrawPixels path works | Brian | 2007-08-10 | 1 | -21/+60 |
| | |||||
* | use st_mesa_format_to_pipe_format() | Brian | 2007-08-10 | 1 | -17/+2 |
| | |||||
* | added st_mesa_format_to_pipe_format() | Brian | 2007-08-10 | 2 | -0/+18 |
| | |||||
* | alignment/pitch/width clean-ups | Brian | 2007-08-10 | 2 | -7/+19 |
| | |||||
* | minor clean-ups | Brian | 2007-08-10 | 1 | -17/+16 |
| | |||||
* | Handle glFlush/glFinish through the state tracker. | Keith Whitwell | 2007-08-10 | 15 | -57/+212 |
| | |||||
* | pipe->region_alloc() now takes width instead of pitch, plus a flags param | Brian | 2007-08-10 | 9 | -33/+44 |
| | |||||
* | fix asst glitches | Brian | 2007-08-10 | 1 | -3/+3 |
| | |||||
* | Add SGT/LT/GE/LE/EQ/NE opcodes for ps/vs_2_x. | michal | 2007-08-10 | 1 | -0/+10 |
| | |||||
* | Support predicates. | michal | 2007-08-10 | 1 | -17/+54 |
| | | | | | | | | | | | Predicates, as per D3D9 spec, are a complete subset of NVIDIA's condition codes. However, due to its broad support in non-NVIDIA hardware, it is being exposed in TGSI to ease hw driver development. Two decomposition functions are expected in the future. 1. GetRidOfPredicates() - predicates are implemented with condition codes. 2. There is no second function, it's just this pesky VI that does not allow me to move with arrow keys and so I cannot edit previous paragraphs. | ||||
* | added st_cb_readpixels.c | Brian | 2007-08-10 | 1 | -1/+2 |
| | |||||
* | 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 |
| |