Age | Commit message (Expand) | Author | Files | Lines |
2006-03-22 | Support for separate depth and stencil renderbuffers. | Brian Paul | 6 | -18/+319 |
2006-03-22 | Fix a number of issues in the _mesa_extract/insert_stencil() functions. | Brian Paul | 3 | -76/+120 |
2006-03-22 | Call check_begin/end_render_texture() whenever the framebuffer binding | Brian Paul | 1 | -13/+49 |
2006-03-22 | minor clean-up | Brian Paul | 1 | -1/+1 |
2006-03-22 | remove unused var | Brian Paul | 1 | -1/+0 |
2006-03-22 | fix some _ActualFormat initializations | Brian Paul | 1 | -1/+7 |
2006-03-22 | Disable texture memory initialization. | Thomas Hellström | 2 | -3/+17 |
2006-03-22 | New functions for manipulating depth/stencil renderbuffers: | Brian Paul | 2 | -79/+134 |
2006-03-22 | Export _mesa_lookup_renderbuffer() and _mesa_lookup_framebuffer() functions. | Brian Paul | 2 | -18/+22 |
2006-03-22 | New _mesa_lookup_texture() function to wrap the hashtable lookup. | Brian Paul | 2 | -12/+24 |
2006-03-22 | Reorganize the code relating to updating the framebuffer's _DepthBuffer | Brian Paul | 2 | -76/+102 |
2006-03-21 | Lots of updates for new gl_renderbuffer ClassID and _ActualFormat fields. | Brian Paul | 8 | -78/+121 |
2006-03-21 | A number of renderbuffer changes: | Brian Paul | 5 | -50/+114 |
2006-03-21 | added -DDEBUG so core mesa debug/ASSERT code is activated (temporary on this ... | Brian Paul | 1 | -0/+1 |
2006-03-21 | fix token in assertion | Brian Paul | 1 | -1/+1 |
2006-03-21 | GL_EXT_packed_depth_stencil should be off by default | Brian Paul | 1 | -2/+2 |
2006-03-21 | When s/w rendering to texture memory, don't invert Y as for regular rendering. | Brian Paul | 1 | -3/+5 |
2006-03-21 | Use 64 byte-aligned pitches for RBO's | Keith Whitwell | 1 | -4/+7 |
2006-03-21 | Add a few assertions, currently hit by fgl_glxgears | Keith Whitwell | 1 | -0/+8 |
2006-03-21 | Protect depth buffer emit with test for state->depth_region | Keith Whitwell | 1 | -3/+5 |
2006-03-21 | Need to set hardware viewport params depending on window vs. FBO rendering | Brian Paul | 4 | -15/+48 |
2006-03-21 | comments, #if 0 / #endif some apparently unused context fields | Brian Paul | 1 | -6/+8 |
2006-03-21 | In intelReadBuffer() check/update framebuffer completeness. | Brian Paul | 7 | -54/+92 |
2006-03-21 | include intel_buffers.h | Brian Paul | 1 | -0/+1 |
2006-03-21 | Additional login in intel_draw_buffer() to check if any needed renderbuffers | Brian Paul | 6 | -50/+87 |
2006-03-21 | Added _mesa_finish_render_texture() function and reference counting for | Brian Paul | 3 | -0/+17 |
2006-03-20 | Created new intel_buffers.h file with appropriate prototypes. | Brian Paul | 10 | -42/+92 |
2006-03-20 | use correct renderbuffer regions in intelClearWithTris() | Brian Paul | 1 | -3/+10 |
2006-03-20 | fix up some loose ends for render to texture, clean-ups | Brian Paul | 1 | -77/+105 |
2006-03-20 | Checkpoint: render-to-texture starting to work. Had to turn off stencil | Brian Paul | 2 | -14/+32 |
2006-03-20 | debug code to enable/disable depth/stencil operations | Brian Paul | 1 | -1/+19 |
2006-03-20 | Checkpoint render-to-texture. Doesn't function, but doesn't crash either. | Brian Paul | 1 | -15/+68 |
2006-03-20 | update get_teximage_source() to use renderbuffer regions | Brian Paul | 1 | -9/+20 |
2006-03-20 | updates to sync with trunk merge | Brian Paul | 1 | -10/+38 |
2006-03-20 | Merge from CVS trunk (get render-to-texture updates). | Brian Paul | 7 | -96/+247 |
2006-03-20 | Use an rgba image so that hw pbos work. | Keith Whitwell | 1 | -1/+1 |
2006-03-20 | Restore animation | Keith Whitwell | 1 | -1/+1 |
2006-03-20 | Remove old DRM_SOURCE_PATH defn | Keith Whitwell | 1 | -3/+0 |
2006-03-20 | Call _mesa_update_state() before checking FragmentProgram->_Enabled | Keith Whitwell | 1 | -12/+12 |
2006-03-20 | Fixed bug in intelClearWithBlit(). If clearing multiple cliprects, the | Brian Paul | 1 | -19/+19 |
2006-03-20 | XXX comments | Brian Paul | 1 | -2/+2 |
2006-03-20 | In intelCopyBuffer(), use renderbuffer regions instead of context's region | Brian Paul | 1 | -16/+28 |
2006-03-20 | Fix up intelSwapBuffers: | Brian Paul | 1 | -10/+19 |
2006-03-20 | merge from trunk (additional renderbuffer error checks, debug code) | Brian Paul | 5 | -53/+189 |
2006-03-20 | Replace intel_clip_to_framebuffer(), intel_clip_to_drawable(), and | Brian Paul | 5 | -132/+24 |
2006-03-20 | added _mesa_clip_to_region() | Brian Paul | 2 | -2/+49 |
2006-03-19 | FBO test - teapot | Brian Paul | 2 | -0/+205 |
2006-03-19 | Fix some issues with depth renderbuffers. 3D rendering into FBOs seems OK now. | Brian Paul | 6 | -45/+36 |
2006-03-19 | remove debug code | Brian Paul | 1 | -4/+0 |
2006-03-19 | simplify intelClearWithTris() for renderbuffers | Brian Paul | 1 | -64/+28 |