Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-03 | swrast: restructure some glReadPixels() code | Brian Paul | |
2010-12-03 | swrast: accept GL_RG in glReadPixels() | Brian Paul | |
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=32088 | |||
2010-12-03 | swrast: fix indentation | Brian Paul | |
2010-12-03 | swrast: allow GL_RG format in glDrawPixels() | Brian Paul | |
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 | |||
2010-12-02 | swrast: avoid large stack allocations in tex combine code | Brian Paul | |
2010-12-02 | swrast: avoid large stack allocations in blend code | Brian Paul | |
2010-11-22 | swrast: init alpha value to 1.0 in opt_sample_rgb_2d() | Brian Paul | |
2010-10-27 | Track separate programs for each stage | Ian Romanick | |
The assumption is that all stages are the same program or that varyings are passed between stages using built-in varyings. | |||
2010-10-27 | swrast: Print out format on unexpected failure in _swrast_ReadPixels. | Vinson Lee | |
2010-10-23 | mesa: split up the image.c file | Brian Paul | |
New files: pack.c - image/row packing/unpacking functions pixeltransfer.c - pixel scale/bias/lookup functions | |||
2010-10-20 | swrast: Print out format on unexpected failure in _swrast_DrawPixels. | Vinson Lee | |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-10-04 | swrast: fix choose_depth_texture_level() to respect mipmap filtering state | Brian Paul | |
NOTE: this is a candidate for the 7.9 branch. | |||
2010-10-01 | ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODE | Ian Romanick | |
2010-09-30 | swrast: remove duplicated include | Nicolas Kaiser | |
Remove duplicated include. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-09-25 | swrast: update comments for REMAINDER() macro | Brian Paul | |
2010-09-23 | mesa: Remove EXT_convolution. | Eric Anholt | |
More optional code. | |||
2010-09-23 | mesa: Remove EXT_histogram. | Eric Anholt | |
This has always been optional, and not useful. | |||
2010-09-07 | mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it. | Eric Anholt | |
Fixes assertion failures in fbo-alpha with a debug build of Mesa. Bug #29781. | |||
2010-09-01 | mesa: Fix many printf-like warnings. | Eric Anholt | |
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. | |||
2010-08-10 | swrast: fix span color array pointer assignment for 32-bit/channel rendering | M.Froehlich@science-computing.de | |
See fd.o bug 29487. NOTE: This is a candidate for the 7.8 branch. Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-08-10 | swrast: Remove unnecessary header. | Vinson Lee | |
2010-08-07 | swrast: Reduce header file inclusion in s_zoom.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Fix header file inclusion in s_texfilter.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_context.h for texture_sample_func symbol. | |||
2010-08-07 | swrast: Reduce header file inclusion in s_texcombine.h. | Vinson Lee | |
Include mtypes.h for GLcontext sybmol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Reduce header file inclusion in s_stencil.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Reduce header file inclusion in s_masking.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Reduce header file inclusion in s_logic.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Reduce header file inclusion in s_fragprog.h. | Vinson Lee | |
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. | |||
2010-08-07 | swrast: Reduce header file inclusion in s_fog.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Clean up header file inclusion in s_depth.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Include missing header in s_context.h. | Vinson Lee | |
Include compiler.h for _ASMAPIP symbol. | |||
2010-08-07 | swrast: Clean up header file inclusion in s_blend.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-07 | swrast: Clean up header file inclusion in s_atifragshader.h. | Vinson Lee | |
s_atifragshader.h Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. s_atifragshader.c Include s_context.h for SWcontext symbol. | |||
2010-08-07 | swrast: Clean up header file inclusion in s_alpha.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol. | |||
2010-08-06 | swrast: Reduce header file inclusion in s_aatriangle.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. | |||
2010-08-06 | swrast: Reduce header file inclusion in s_aaline.h. | Vinson Lee | |
Include mtypes.h for GLcontext symbol. | |||
2010-07-31 | swrast: Remove unnecessary headers. | Vinson Lee | |
2010-07-30 | mesa: Remove unnecessary headers. | Vinson Lee | |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul | |
2010-06-10 | mesa: move atifragshader.[ch] to main/ | Brian Paul | |
2010-06-10 | swrast: When reading from a 0-bits r,g,b channel, return 0 not 1. | Eric Anholt | |
It looks like we were reading a fractional value, multiplying by an enormous negative value, then stuffing that value into a bitfield assuming it was already clamped. This becomes relevant for GL_ALPHA or R/RG FBOs. | |||
2010-03-28 | swrast: Remove unnecessary header. | Vinson Lee | |
2010-03-23 | swrast: improve depth texture mipmap selection | Brian Paul | |
We still don't do proper min/mag filtering but this is better than just sampling the base mipmap level all the time. Fixes piglit depth-level-clamp test. Fixes fd.o bug 27256. | |||
2010-03-17 | swrast: remove unused compute_coveragei() function | Brian Paul | |
2010-03-12 | Grammar and spelling fixes | Jeff Smith | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-03-10 | windows: fix compilation errors and warnings | Karl Schultz | |
2010-03-05 | swrast: Remove redundant test of the visual's accumulation buffer size | Ian Romanick | |
If the visual doesn't have an accumulation buffer, the renderbuffer passed into _swrast_clear_accum_buffer will be NULL anyway. There is no reason the check the visual. Moreover, the test erroneously checks the context's visual instead of the visual of the current DrawBuffer. With FBOs these may be different. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-03-05 | swrast: Adjust colors based on ReadBuffer visual, not context visual | Ian Romanick | |
In the presence of FBOs, the visual of the context may not match the, possibly fake, visual of the current ReadBuffer. Note that the caller of adjust_colors correctly uses the visual of the ReadBuffer. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-03-05 | swrast: Remove stray comment that mentions ctx->Visual | Ian Romanick | |
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> |