Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replace void *key parameter with const struct state_key *
|
|
|
|
Added some const qualifiers.
|
|
|
|
|
|
Initialize some values correctly.
|
|
separate list of free segments.
|
|
Some hardware lays out 3D mipmaps in a manner that can't be expressed
with a simple image stride.
The ImageOffsets array is allocated and initialized to typical defaults
in the _mesa_init_teximage_fields() function. If needed, a driver will
then have to replace these offsets.
TexStore and TexelFetch routines updated to use offsets array.
|
|
|
|
|
|
|
|
|
|
Added _mesa_dereference_renderbuffer() to encapsulate renderbuffer
reference count decrement, delete, locking.
|
|
decrement, delete and locking.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Like older osdemo.c program, but test more OpenGL features like texturing,
blending, lines.
|
|
|
|
Uses new renderbuffer adaptors.
|
|
|
|
|
|
|
|
When compiling Mesa with CHAN_BITS=16 or 32, these adaptors allow rendering
into color buffers with smaller channel sizes.
|
|
|
|
|
|
|
|
|
|
non-constant array initializers
|
|
|
|
|
|
|
|
|
|
bug 6941)
|
|
|
|
2 years ago, I finally dug out an i815 and got it working
|
|
|
|
|
|
|
|
|