Brian Paul
008ed1df83
Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whether
all formats or just those without restrictions/limitations should be returned.
We want all when validating the internalFormat parameter to
glCompressedTexImage2D but only want unrestricted formats when handling the
GL_COMPRESSED_TEXTURE_FORMATS query.
19 år sedan
Brian Paul
5e4c39dc0e
use _mesa_compressed_texture_size() for GL_TEXTURE_COMPRESSED_IMAGE_SIZE query
19 år sedan
Brian Paul
a546769733
two more texture compression fixes
19 år sedan
Brian Paul
c3c19be8e0
More updates for texture compression.
Added _mesa_compressed_texture_size_glenum() for validating the imageSize
parameter to glCompressedTex[Sub]Image1/2/3() which does _not_ call
ctx->Driver.CompressedTextureSize() - since that could return a padded size.
19 år sedan
Brian Paul
5999c5b620
Fix a number of texture compression issues.
Pass the MESA_FORMAT_* token to the _mesa_compressed_row_stride(),
_mesa_compressed_texture_size() and _mesa_compressed_image_address()
functions since we want to use the driver-chosen format, not the user's
internalFormat hint.
Consolidate code related to choosing the texture format in texstoree.c
19 år sedan
Brian Paul
c93c18abf1
fix warning
19 år sedan
Keith Whitwell
71b2504e03
updates to dri drivers for recent stencil changes
19 år sedan
Brian Paul
960973b2ec
added CHAN_BITS != 8 test
19 år sedan
Brian Paul
85bc17495b
misc clean-ups
19 år sedan
Brian Paul
ca8b235188
minor clean-ups around DepthScale/Bias
19 år sedan
Brian Paul
8a1848bf99
restore -O flag (bug 6814)
19 år sedan
Brian Paul
0c7cbf0a7c
Check for overflow when converting floating pt Z values to 32-bit GLuint.
19 år sedan
Brian Paul
efbf170cfb
updated GLX_EXT_texture_from_pixmap tokens (Dave Reveman)
19 år sedan
Brian Paul
9b20b68af1
check for float->uint overflow in _mesa_unpack_depth_span()
19 år sedan
Keith Whitwell
6717a7aca0
Define VERT_RESULT_EDGE
19 år sedan
Dave Airlie
86740f1593
remove temporary code from keithw, this in theory isn't used at the moment
anyways unless INTEL_BATCH is turned on
19 år sedan
Dave Airlie
2364d9abd3
Fix i915 driver after stencil changes in Mesa 6.5
19 år sedan
Keith Whitwell
ab377ce414
Release temporary
19 år sedan
Ian Romanick
6e2ab82f5c
Fix some silly spelling errors.
19 år sedan
Dave Airlie
ee251d4313
remove some unneeded includes
19 år sedan
David Reveman
bea7fe57c1
Update to final EXT_tfp tokens
19 år sedan
Dave Airlie
698b04c735
move the pkg config flags for libdrm to the bottom
19 år sedan
Adam Jackson
0157624557
Update function signatures for EXT_tfp entrypoints.
19 år sedan
Brian Paul
ae7f22f1ef
new, faster version of __gluInvertMatrixd(), bug 6748
19 år sedan
Jeremy Kolb
0174d894ef
Bumped support for xcb 0.9
19 år sedan
Tilman Sauerbeck
c5b3343e65
added a trailing newline to pacify gcc
19 år sedan
Tilman Sauerbeck
9ecd280f33
fptest1 requires GL_NV_fragment_program
19 år sedan
Brian Paul
6a769d97e3
fix second memory leak (bug 5557)
19 år sedan
Brian Paul
49a80ca2bc
fix first memory leak (bug 5557)
19 år sedan
Brian Paul
c4fe46f0b8
fixes for CHAN_BITS!=8
19 år sedan
Brian Paul
444cd293fd
assorted clean-ups, fixes
19 år sedan
Brian Paul
e814d5e89f
replace a bunch of casts with GET_XRB macro
19 år sedan
Brian Paul
edc16a5f7a
fix a few stride computations in _mesa_texstore_rgba()
19 år sedan
Aapo Tahkola
e440bcf41a
fix warnings.
19 år sedan
Aapo Tahkola
d44c3e647f
R300_SPAN_DISABLE_LOCKING env var
19 år sedan
Brian Paul
a4ebd5f684
remove _glthread_INIT_MUTEX() call
19 år sedan
Brian Paul
65dccf377d
fix an assertion
19 år sedan
Brian Paul
faee3f0f1e
minor clean-up
19 år sedan
Brian Paul
901ac21938
remove old XFree86 tag
19 år sedan
Brian Paul
9c4fd26bca
update some tests for visual bit depths to use renderbuffers
19 år sedan
Brian Paul
2486267dda
use _TNL_FIRST/LAST_MAT indexes
19 år sedan
Michal Krol
6acf1e93a2
Remove carriage returns.
19 år sedan
Brian Paul
cb0ae25a4e
vertex attrib alias change, glPopAttrib/GL_DRAW_BUFFER bug fix
19 år sedan
Brian Paul
94b30dc390
Put color index attribute into the 6th attribute slot.
Update a lot of loops, conditionals to use the _TNL_FIRST/LAST_* values
instead of specific vertex attributes.
Remove the EdgeFlagv function from the GLvertexformat struct.
19 år sedan
Brian Paul
5bdc6fdebc
silence warnings
19 år sedan
Brian Paul
095c6699f4
No longer alias generic vertex attribs with conventional attribs for GL_ARB_vertex_program.
19 år sedan
Brian Paul
f12ea2d402
extended swizzle (bug 6727)
19 år sedan
Brian Paul
9cd1cc0535
fprintf() clean-up (bug 6730)
19 år sedan
Brian Paul
263fff44b4
updated assertion
19 år sedan
Aapo Tahkola
44a22a2c28
enable feedback rendering
19 år sedan