Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-01 | New SWspan and SWspanarrays typedefs. | Brian Paul | |
2006-09-29 | i915: Fix wait for scheduled swap on secondary display. | Michel Dänzer | |
2006-09-29 | updated protos for blend funcs | Brian Paul | |
2006-09-29 | more changes for runtime renderbuffer depths | Brian Paul | |
2006-09-29 | include mipmap.h | Brian Paul | |
2006-09-29 | Move mipmap generation functions, texture scaling functions into new | Brian Paul | |
mipmap.c file. | |||
2006-09-29 | updated info about name mangling | Brian Paul | |
2006-09-28 | Synchronize drawable to the pipe where the bigger part can be visible. | Michel Dänzer | |
This requires the DDX driver to set the corresponding fields in the SAREA, so check its minor version. | |||
2006-09-28 | Add new I830 SAREA fields. | Michel Dänzer | |
2006-09-28 | Add helper function that returns the current vblank sequence of a drawable. | Michel Dänzer | |
2006-09-28 | Add helper function to calculate the area of the intersection of two rectangles. | Michel Dänzer | |
2006-09-28 | i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps. | Michel Dänzer | |
2006-09-28 | i915: Attempt to schedule buffer swap on target vertical blank when possible. | Michel Dänzer | |
This has some advantages over the traditional way of first waiting for the target vertical blank and then emitting the buffer swap, e.g. * glXSwapBuffers returns immediately, only the next time the driver needs the hardware lock will it block until the target vertical blank. This should allow applications that don't intermix rendering and other processing to start processing for the next frame right away. * It's less likely to produce tearing. | |||
2006-09-28 | Add driGetVBlankInterval() helper function. | Michel Dänzer | |
This can be used by drivers to determine the current swap interval of a drawable. | |||
2006-09-28 | driWaitForVBlank: Add support for secondary vertical blank. | Michel Dänzer | |
2006-09-28 | Some restructuring of the driWaitForVBlank() code. | Michel Dänzer | |
Also some minor fixes for detecting when the deadline is met or missed, in particular wrt wraparounds of the sequence number. | |||
2006-09-28 | Make driDrawableInitVBlank() initialize the sequence number. | Michel Dänzer | |
This prevents the first wait for vertical blank from timing out when the X server has been running for a long time. | |||
2006-09-27 | remove obsolete comment | Brian Paul | |
2006-09-26 | Update to use the new XCB naming convention. | Jeremy Kolb | |
2006-09-26 | Added function convertStringForXCB. Deals with the recent XCB naming ↵ | Jeremy Kolb | |
convention switch. Updated the generated code to use the new XCB naming scheme. | |||
2006-09-26 | Update linux-dr-xcb config file to use LIBDRM_CFLAGS | Jeremy Kolb | |
2006-09-26 | Remove r200 dependency | Jerome Glisse | |
Remove r200 dependency from the code as r200 merged driver never worked (right ?) and we want to clean the code. | |||
2006-09-26 | Remove r200 dependency. | Jerome Glisse | |
Remove r200*.h files dependency. | |||
2006-09-26 | Prepend #extension 'MESA_shader_debug: require' to each shader. | Michal Krol | |
2006-09-26 | Add GLSL preprocessor. | Michal Krol | |
2006-09-26 | Fix Windows newlines. | Michal Krol | |
2006-09-26 | Add syntax files for expression and directive preprocessor. | Michal Krol | |
Fix syntax errors in builtin library 1.2 sources. All derivative files (*_gc.h and *_syn.h) are generated by Makefile. | |||
2006-09-25 | Initial work for supporting different renderbuffer color depths at runtime. | Brian Paul | |
2006-09-25 | Fix and re-enable swizzling paths for big endian platforms. | Michel Dänzer | |
2006-09-25 | bring in active_sz mechanism from i965 driver. Fixes bug 8410 | Keith Whitwell | |
2006-09-25 | Fixup one place where attrsz was being used instead of active_sz | Keith Whitwell | |
2006-09-24 | Change logicop, blend, masking functions to use the colors/indexes in the | Brian Paul | |
sw_span object, rather than an explicit parameter. | |||
2006-09-24 | Roll the multi_write_rgba_span() code into _swrast_write_rgba_span(). | Brian Paul | |
2006-09-24 | use span.array->rgba instead of local var in accum_return() | Brian Paul | |
2006-09-24 | use span.arrays for color/indexes instead of a local var when doing masked ↵ | Brian Paul | |
clears | |||
2006-09-24 | corrected cursor drawing | Sean D'Epagnier | |
added handling of SIGWINCH fixed input of recieving SIGIO while handling SIGIO corrected input code for return uncommented normal calculation to models | |||
2006-09-23 | allocate larger TempImage, use COMBO var to choose test format/type | Brian Paul | |
2006-09-22 | fix the broken fallback string/debug stuff | Brian Paul | |
2006-09-22 | remove extra indentation | Brian Paul | |
2006-09-22 | Get rid of _swrast_mask_rgba_array() and _swrast_mask_index_array(). | Brian Paul | |
2006-09-22 | fix up access to vertex attrib components which don't really exist but are ↵ | Roland Scheidegger | |
defined to some default value by the spec (fogcoord yzw, normal w, secondary color w), by replacing those components with zero/one respectively using swizzling. | |||
2006-09-22 | Explicit test for +ve pitches in intelEmitCopyBlit() | Keith Whitwell | |
2006-09-22 | don't skip user clip plane clipping when the current vertex program is ↵ | Roland Scheidegger | |
position invariant. | |||
2006-09-22 | Use _Enabled rather than _Active when checking for fragment shaders | Keith Whitwell | |
2006-09-22 | Flush driver, not just tnl module. | Keith Whitwell | |
2006-09-22 | resize buffers in MakeCurrent | Keith Whitwell | |
2006-09-22 | Remove unused variable. | Keith Whitwell | |
2006-09-22 | Correcting directory name in OpenVMS-Makefile | Jouk Jansen | |
2006-09-21 | remove rgb[] array from span_arrays_struct - was only used in a few places | Brian Paul | |
2006-09-21 | new comments, indentation fixes | Brian Paul | |