summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-22fallback: Initialize rects.is_bounded for span renderer.HEADmasterChris Wilson1-1/+2
2010-02-22gl: Initialise glyphs mask to ensure allocation in absence of stash.Chris Wilson1-0/+1
2010-02-22gl: Avoid attempting to create a program on GLSL-incapable h/w for spansChris Wilson2-5/+18
2010-02-22gl: Return unsupported for h/w that cannot handle shaders.Chris Wilson1-13/+15
2010-02-22bo-rectangular: Prevent invalid read during edge traversalChris Wilson1-0/+6
2010-02-22text: Fix assert failure from compositing by SOURCE with a mask internally.M Joonas Pihlaja1-1/+1
2010-02-21xcb: Fix compilation without dri2Andrea Canciani1-0/+2
2010-02-19Update version to 1.9.7.Carl Worth1-1/+1
2010-02-19Update REFERENCE_IMAGES list for "make distcheck".Carl Worth1-1/+3
2010-02-19Update version to 1.9.6Carl Worth1-1/+1
2010-02-19NEWS: Add notes for the 1.9.6 snapshot.Carl Worth1-2/+112
2010-02-17test: Add an option to explicitly specify a test name to the runner.Eric Anholt1-3/+11
2010-02-17gl: Be sure to do linear interpolation on gradients.Eric Anholt1-1/+3
2010-02-17gl: Stop trying to handle first/last stop offset in the gradient shaders.Eric Anholt3-64/+3
2010-02-17gl: Remove the old unused radial/linear gradients shaders.Eric Anholt2-123/+0
2010-02-17gl: Reduce complexity of radial fragment shaders.Eric Anholt1-8/+2
2010-02-16gl: Implement draw_image for window targets.Eric Anholt1-33/+124
2010-02-16gl: Fix glyphs texture coordinates for ARB_texture_rectangle.Eric Anholt1-6/+10
2010-02-16gl: Add GLSL support for ARB_texture_rectangle, and repeat/reflect fallbacks.Eric Anholt2-6/+59
2010-02-16gl: initial support for EXT_texture_rectangle extensionDave Airlie3-61/+89
2010-02-16gl: Reduce the size of the gradient texture for small numbers of stops.Eric Anholt1-18/+45
2010-02-12drm/i915: Set a source for unbounded fixups.Chris Wilson1-11/+41
2010-02-12drm/i915: Use correct linear mode for mask.Chris Wilson1-2/+2
2010-02-12clip: Avoiding derefencing NULL clip_regionChris Wilson2-24/+28
2010-02-12boilerplate: Include X11.h for GL/GLXChris Wilson1-0/+3
2010-02-12clip: Restrict composite extents to clip extentsChris Wilson7-270/+137
2010-02-12test: Add clip-twice-rectangleChris Wilson4-0/+72
2010-02-11gl: Remove eagle supportChris Wilson9-240/+0
2010-02-10build: Add -Wdeclaration-after-statementBenjamin Otte4-7/+9
2010-02-10drm/i965: fix use of uninitialized variable whilst dumping errorsChris Wilson1-4/+2
2010-02-10script: Compile without mmapChris Wilson1-2/+3
2010-02-10drm/intel: An interrupted SET_TILING modifies the input parametersChris Wilson1-4/+4
2010-02-09qt: Fix compile error.Chris Wilson1-1/+0
2010-02-07ps: Initialise page bbox to page sizeChris Wilson1-0/+5
2010-02-07ps: Propagate NOTHING_TO_DOChris Wilson1-32/+4
2010-02-07test: Add linear-gradient-subsetChris Wilson4-0/+129
2010-02-07gl: Use pixman to create the gradient textureChris Wilson1-65/+80
2010-02-06[gl] Make the VBO once at startup instead of recreating per glyphs/spans.Eric Anholt3-13/+6
2010-02-05[gl] Add radial gradients acceleration.Eric Anholt3-3/+216
2010-02-05[gl] When making a boilerplate GLX window, ensure it has alpha.Eric Anholt1-8/+9
2010-02-04[gl] When filling a gradient texture, multiply alpha after interpolating.Eric Anholt1-11/+9
2010-02-04[gl] Implement linear gradients acceleration.Eric Anholt4-14/+176
2010-02-04[gl] Fix create_gradient_texture to premultiply alpha.Eric Anholt1-0/+3
2010-02-04[gl] Pull the gradient operand setup out to its own function.Eric Anholt1-34/+43
2010-02-04[gl] Add function for creating a 1D texture to use for gradient lookups.T. Zachary Laine2-0/+118
2010-02-04[gl] Sanity check the sampler uniform binding.Eric Anholt1-2/+4
2010-02-04[gl] Convert the spans code to using GLSL when available.Eric Anholt3-23/+65
2010-02-04[gl] Test for required EXT_bgra and explain what it's used for.Eric Anholt1-1/+8
2010-02-04[gl] Use the shader source choice from operand setup instead of DIY.Eric Anholt1-14/+1
2010-02-04[gl] Move the component alpha composite to using GLSL when available.Eric Anholt1-57/+108