Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: whitespace cleanups | Brian Paul | 2010-11-16 | 1 | -35/+37 |
| | |||||
* | mesa: fix error messages and minor reindenting | Brian Paul | 2010-11-16 | 1 | -6/+9 |
| | |||||
* | mesa: Add definitions for inverse hyperbolic function on MSVC. | Vinson Lee | 2010-11-15 | 1 | -0/+3 |
| | |||||
* | mesa: add more work-arounds for acoshf(), asinhf(), atahf() | Brian Paul | 2010-11-15 | 1 | -0/+3 |
| | |||||
* | mesa: Clean up header file inclusion in points.h. | Vinson Lee | 2010-11-13 | 1 | -1/+3 |
| | |||||
* | mesa: consolidate assertions in teximage code | Brian Paul | 2010-11-12 | 1 | -10/+1 |
| | |||||
* | mesa: fix glDeleteBuffers() regression | Brian Paul | 2010-11-11 | 1 | -2/+2 |
| | | | | | | | | This fixes a regression (failed assertion) from commit c552f273f559968dfd770367e25329baccbcd0c4 which was hit if glDeleteBuffers() was called on a buffer that was never bound. NOTE: this is a candidate for the 7.9 branch. | ||||
* | mesa: make glIsBuffer() return false for never bound buffers | Brian Paul | 2010-11-11 | 1 | -14/+18 |
| | | | | | | | Use a dummy buffer object as we do for frame/renderbuffer objects. Fixes http://bugs.freedesktop.org/show_bug.cgi?id=31514 Note: this is a candidate for the 7.9 branch. | ||||
* | mesa: handle more pixel types in mipmap generation code | Brian Paul | 2010-11-11 | 1 | -0/+166 |
| | | | | NOTE: This is a candidate for the 7.9 branch. | ||||
* | mesa: add missing formats in _mesa_format_to_type_and_comps() | Brian Paul | 2010-11-11 | 1 | -1/+26 |
| | | | | NOTE: this is a candidate for the 7.9 branch | ||||
* | mesa: improve error message | Brian Paul | 2010-11-11 | 1 | -1/+2 |
| | |||||
* | mesa: #include mfeatures.h in enums.h | Brian Paul | 2010-11-11 | 1 | -0/+1 |
| | |||||
* | mesa: Fix printf format warnings. | Vinson Lee | 2010-11-10 | 1 | -1/+1 |
| | |||||
* | mesa: Allow query of MAX_SAMPLES with EXT_framebuffer_multisample | Ian Romanick | 2010-11-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | Previously queries of MAX_SAMPLES were only allowed with ARB_framebuffer_object, but EXT_framebuffer_multisample also enables this query. This seems to only effect the i915. All other drivers support both extensions or neither extension. This patch is based on a patch that Kenneth sent along with the report. NOTE: this is a candidate for the 7.9 branch. Reported-by: Kenneth Waters <[email protected]> | ||||
* | mesa: remove unneeded DD_POINT_SIZE and DD_LINE_WIDTH tricaps | Roland Scheidegger | 2010-11-10 | 4 | -16/+3 |
| | | | | | | | | DD_POINT_SIZE was broken for quite some time, and the only driver (r200) relying on this no longer needs it. Both DD_POINT_SIZE and DD_LINE_WIDTH have no users left outside of debugging output, hence instead of fixing DD_POINT_SIZE setting just drop both of them - there was a plan to remove tricaps flags entirely at some point. | ||||
* | mesa: Clean up header file inclusion in pixelstore.h. | Vinson Lee | 2010-11-10 | 1 | -1/+2 |
| | |||||
* | mesa: Clean up header file inclusion in pixel.h. | Vinson Lee | 2010-11-10 | 1 | -1/+6 |
| | |||||
* | mesa: no-op glBufferSubData() on size==0 | Brian Paul | 2010-11-09 | 1 | -0/+3 |
| | | | | | | Fixes http://bugs.freedesktop.org/show_bug.cgi?id=31439 NOTE: this is a candidate for the 7.9 branch | ||||
* | mesa: Clean up header file inclusion in nvprogram.h. | Vinson Lee | 2010-11-09 | 1 | -1/+3 |
| | |||||
* | mesa: Clean up header file inclusion in multisample.h. | Vinson Lee | 2010-11-09 | 1 | -1/+3 |
| | |||||
* | mesa: Clean up header file inclusion in matrix.h. | Vinson Lee | 2010-11-09 | 1 | -1/+2 |
| | |||||
* | mesa: Clean up header file inclusion in lines.h. | Vinson Lee | 2010-11-09 | 1 | -1/+2 |
| | |||||
* | mesa: Clean up header file inclusion in light.h. | Vinson Lee | 2010-11-09 | 1 | -1/+6 |
| | |||||
* | mesa: Add missing header and forward declarations in dd.h. | Vinson Lee | 2010-11-09 | 1 | -1/+13 |
| | |||||
* | mesa: Clean up header file inclusion in image.h. | Vinson Lee | 2010-11-09 | 1 | -1/+3 |
| | |||||
* | mesa: Clean up header file inclusion in histogram.h. | Vinson Lee | 2010-11-09 | 1 | -1/+4 |
| | |||||
* | mesa: Clean up header file inclusion in hint.h. | Vinson Lee | 2010-11-09 | 1 | -1/+3 |
| | |||||
* | mesa: Clean up header file inclusion in framebuffer.h. | Vinson Lee | 2010-11-09 | 1 | -1/+4 |
| | |||||
* | mesa: Clean up header file inclusion in fog.h. | Vinson Lee | 2010-11-09 | 1 | -1/+4 |
| | |||||
* | mesa: Clean up header file inclusion in ffvertex_prog.h. | Vinson Lee | 2010-11-09 | 1 | -1/+1 |
| | |||||
* | mesa: Clean up header file inclusion in fbobject.h. | Vinson Lee | 2010-11-09 | 1 | -1/+4 |
| | |||||
* | mesa: Clean up header file inclusion in extensions.h. | Vinson Lee | 2010-11-07 | 1 | -1/+4 |
| | |||||
* | mesa: Clean up header file inclusion in enable.h. | Vinson Lee | 2010-11-07 | 1 | -1/+3 |
| | |||||
* | mesa: Clean up header file inclusion in drawtex.h. | Vinson Lee | 2010-11-07 | 1 | -1/+2 |
| | |||||
* | mesa: Clean up header file inclusion in drawpix.h. | Vinson Lee | 2010-11-07 | 1 | -1/+4 |
| | |||||
* | mesa: Clean up header file inclusion in depthstencil.h. | Vinson Lee | 2010-11-07 | 1 | -1/+1 |
| | |||||
* | mesa: Clean up header file inclusion in depth.h. | Vinson Lee | 2010-11-07 | 1 | -1/+4 |
| | |||||
* | mesa: Clean up header file inclusion in debug.h. | Vinson Lee | 2010-11-07 | 1 | -1/+4 |
| | |||||
* | mesa: Clean up header file inclusion in convolve.h. | Vinson Lee | 2010-11-07 | 1 | -3/+4 |
| | |||||
* | mesa: Clean up header file inclusion in colortab.h. | Vinson Lee | 2010-11-07 | 1 | -3/+6 |
| | |||||
* | mesa: Clean up header file inclusion in buffers.h. | Vinson Lee | 2010-11-07 | 1 | -1/+2 |
| | |||||
* | mesa: Clean up header file inclusion in blend.h. | Vinson Lee | 2010-11-07 | 1 | -1/+3 |
| | |||||
* | mesa: Clean up header file inclusion in attrib.h. | Vinson Lee | 2010-11-07 | 1 | -3/+5 |
| | |||||
* | mesa: Clean up header file inclusion in atifragshader.h. | Vinson Lee | 2010-11-07 | 1 | -1/+6 |
| | |||||
* | mesa: make fixed-pt and byte-valued arrays a runtime feature | Brian Paul | 2010-11-07 | 2 | -23/+25 |
| | | | | | | These ES1 features were only tested for in the vertex array code. Checking the ctx->API field at runtime is cleaner than the #ifdef stuff and supports choosing the API at runtime. | ||||
* | mesa: remove stray GL_FLOAT case in _mesa_is_legal_format_and_type() | Brian Paul | 2010-11-07 | 1 | -1/+0 |
| | |||||
* | mesa: implement uint texstore code | Brian Paul | 2010-11-07 | 1 | -24/+127 |
| | | | | | We used float temporary images before which could lose precision for uint-valued texture images. | ||||
* | mesa: rename vars in pixel pack/unpack code | Brian Paul | 2010-11-07 | 1 | -403/+397 |
| | |||||
* | mesa: consolidate pixel packing/unpacking code | Brian Paul | 2010-11-07 | 1 | -397/+244 |
| | |||||
* | mesa: Clean up header file inclusion in arrayobj.h. | Vinson Lee | 2010-11-07 | 1 | -1/+3 |
| |