| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Instead of using read/write_quad() functions, do framebuffer accesses via
get/put_tile(). A cache of tiles is used to avoid frequent get/put() calls.
Only implemented for color buffers right now.
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix warnings in draw_create_vertex_shader()
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
function)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This controls whether texcoords are interpreted as-is or scaled up from [0,1].
Fixes glDrawPixels/glBitmap problems on i915 when image is non power-of-two.
Also, cleans up the CSO sampler state for i915 a bit.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ignore stencil
|
| |
|
| |
|
|
|
|
| |
We weren't rendering correctly if the first thing drawn was a point (PRIM_MODE_POINT=0).
|
|
|
|
|
|
| |
This is used to wrap user-space data in a pipe buffer object to allow more
uniform treatment of various things. For example, wrapping client-side
vertex arrays so they look like VBOs.
|
| |
|
| |
|
| |
|
|
|
|
| |
ignored for now
|
| |
|
|
|
|
| |
texture and level!=0)
|
| |
|
| |
|