Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Remove empty header file s_trispan.h. | Kenneth Graunke | 2011-02-10 | 1 | -31/+0 |
| | |||||
* | mesa: begin implementation of GL_ARB_draw_buffers_blend | Brian Paul | 2011-01-15 | 1 | -46/+46 |
| | |||||
* | swrast: Include mtypes.h in s_triangle.c. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
| | | | | Include mtypes.h for gl_context symbol. | ||||
* | swrast: Remove unnecessary headers. | Vinson Lee | 2011-01-05 | 2 | -2/+0 |
| | |||||
* | swrast: Clean up header file inclusion in s_texfilter.h. | Vinson Lee | 2010-12-25 | 1 | -1/+3 |
| | |||||
* | swrast: Clean up header file inclusion in s_texcombine.h. | Vinson Lee | 2010-12-25 | 1 | -1/+2 |
| | |||||
* | swrast: Clean up header file inclusion in s_masking.h. | Vinson Lee | 2010-12-25 | 1 | -1/+4 |
| | |||||
* | swrast: Clean up header file inclusion in s_logic.h. | Vinson Lee | 2010-12-24 | 1 | -1/+3 |
| | |||||
* | swrast: Clean up header file inclusion in s_fragprog.h. | Vinson Lee | 2010-12-24 | 1 | -1/+2 |
| | |||||
* | swrast: Clean up header file inclusion in s_span.h. | Vinson Lee | 2010-12-24 | 1 | -1/+6 |
| | |||||
* | swrast: Clean up header file inclusion in s_fog.h. | Vinson Lee | 2010-12-24 | 1 | -1/+2 |
| | |||||
* | swrast: Clean up header file inclusion in s_depth.h. | Vinson Lee | 2010-12-24 | 1 | -1/+4 |
| | |||||
* | swrast: Clean up header file inclusion in s_blend.h. | Vinson Lee | 2010-12-24 | 1 | -1/+4 |
| | |||||
* | swrast: Clean up header file inclusion in s_atifragshader.h. | Vinson Lee | 2010-12-24 | 1 | -1/+1 |
| | |||||
* | swrast: Clean up header file inclusion in s_alpha.h. | Vinson Lee | 2010-12-24 | 1 | -2/+2 |
| | |||||
* | swrast: Clean up header file inclusion in s_accum.h. | Vinson Lee | 2010-12-24 | 1 | -1/+2 |
| | |||||
* | swrast: Clean up header file inclusion in s_aatriangle.h. | Vinson Lee | 2010-12-24 | 1 | -1/+1 |
| | |||||
* | swrast: Clean up header file inclusion in s_aaline.h. | Vinson Lee | 2010-12-24 | 1 | -1/+1 |
| | |||||
* | swrast: restructure some glReadPixels() code | Brian Paul | 2010-12-03 | 1 | -28/+25 |
| | |||||
* | swrast: accept GL_RG in glReadPixels() | Brian Paul | 2010-12-03 | 1 | -16/+3 |
| | | | | Fixes http://bugs.freedesktop.org/show_bug.cgi?id=32088 | ||||
* | swrast: fix indentation | Brian Paul | 2010-12-03 | 1 | -6/+6 |
| | |||||
* | swrast: allow GL_RG format in glDrawPixels() | Brian Paul | 2010-12-03 | 1 | -18/+6 |
| | | | | | | | Restructure the switch statement to avoid having to add additional color formats in the future. Fixes http://bugs.freedesktop.org/show_bug.cgi?id=32086 | ||||
* | swrast: avoid large stack allocations in tex combine code | Brian Paul | 2010-12-02 | 1 | -6/+39 |
| | |||||
* | swrast: avoid large stack allocations in blend code | Brian Paul | 2010-12-02 | 1 | -1/+13 |
| | |||||
* | swrast: init alpha value to 1.0 in opt_sample_rgb_2d() | Brian Paul | 2010-11-22 | 1 | -0/+1 |
| | |||||
* | Track separate programs for each stage | Ian Romanick | 2010-10-27 | 1 | -1/+1 |
| | | | | | The assumption is that all stages are the same program or that varyings are passed between stages using built-in varyings. | ||||
* | swrast: Print out format on unexpected failure in _swrast_ReadPixels. | Vinson Lee | 2010-10-27 | 1 | -1/+1 |
| | |||||
* | mesa: split up the image.c file | Brian Paul | 2010-10-23 | 4 | -4/+7 |
| | | | | | | New files: pack.c - image/row packing/unpacking functions pixeltransfer.c - pixel scale/bias/lookup functions | ||||
* | swrast: Print out format on unexpected failure in _swrast_DrawPixels. | Vinson Lee | 2010-10-20 | 1 | -1/+1 |
| | |||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 55 | -355/+355 |
| | |||||
* | swrast: fix choose_depth_texture_level() to respect mipmap filtering state | Brian Paul | 2010-10-04 | 1 | -5/+10 |
| | | | | NOTE: this is a candidate for the 7.9 branch. | ||||
* | ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODE | Ian Romanick | 2010-10-01 | 1 | -0/+3 |
| | |||||
* | swrast: remove duplicated include | Nicolas Kaiser | 2010-09-30 | 1 | -1/+0 |
| | | | | | | Remove duplicated include. Signed-off-by: Brian Paul <[email protected]> | ||||
* | swrast: update comments for REMAINDER() macro | Brian Paul | 2010-09-25 | 1 | -2/+5 |
| | |||||
* | mesa: Remove EXT_convolution. | Eric Anholt | 2010-09-23 | 3 | -217/+2 |
| | | | | More optional code. | ||||
* | mesa: Remove EXT_histogram. | Eric Anholt | 2010-09-23 | 2 | -42/+33 |
| | | | | This has always been optional, and not useful. | ||||
* | mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it. | Eric Anholt | 2010-09-07 | 2 | -3/+6 |
| | | | | | Fixes assertion failures in fbo-alpha with a debug build of Mesa. Bug #29781. | ||||
* | mesa: Fix many printf-like warnings. | Eric Anholt | 2010-09-01 | 1 | -1/+1 |
| | | | | | | | | Most of these are just typecasting to long to match the arg type. I don't really care too much about getting a GLsizei or whatever appropriate type in. However, there were a number of real bugs, like missing arguments or passing floats to integer format specifiers. My favorite: printflike("%s, argument") is missing an argument. | ||||
* | swrast: fix span color array pointer assignment for 32-bit/channel rendering | [email protected] | 2010-08-10 | 1 | -0/+17 |
| | | | | | | | | See fd.o bug 29487. NOTE: This is a candidate for the 7.8 branch. Signed-off-by: Brian Paul <[email protected]> | ||||
* | swrast: Remove unnecessary header. | Vinson Lee | 2010-08-10 | 1 | -1/+0 |
| | |||||
* | swrast: Reduce header file inclusion in s_zoom.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Fix header file inclusion in s_texfilter.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_context.h for texture_sample_func symbol. | ||||
* | swrast: Reduce header file inclusion in s_texcombine.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext sybmol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Reduce header file inclusion in s_stencil.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Reduce header file inclusion in s_masking.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Reduce header file inclusion in s_logic.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Reduce header file inclusion in s_fragprog.h. | Vinson Lee | 2010-08-07 | 2 | -1/+3 |
| | | | | | | | | | s_fragprog.h Include mtype.h for GLcontext symbol. Include s_span.h for SWspan symbol. s_fragprog.c Include s_context.h now that it is removed from s_fragprog.h. | ||||
* | swrast: Reduce header file inclusion in s_fog.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Clean up header file inclusion in s_depth.h. | Vinson Lee | 2010-08-07 | 1 | -1/+2 |
| | | | | | Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | ||||
* | swrast: Include missing header in s_context.h. | Vinson Lee | 2010-08-07 | 1 | -0/+1 |
| | | | | Include compiler.h for _ASMAPIP symbol. |