summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-02i915g: switch to tiled allocations, kill set_fenceDaniel Vetter4-60/+2
2010-12-02i915g: add winsys function to create tiled buffersDaniel Vetter4-14/+102
2010-12-02i915g: drop alignment parameter from iws->buffer_createDaniel Vetter6-21/+7
2010-12-01glsl: Mark the array access for whole-array comparisons.Eric Anholt1-0/+14
2010-12-01i965: Add support for loops in the VS.Eric Anholt1-25/+33
2010-12-01i965: Enable IF statements in the VS.Eric Anholt1-3/+0
2010-12-01i965: Add support for gen6 CONTINUE instruction emit.Eric Anholt3-4/+28
2010-12-01i965: Add support for gen6 BREAK ISA emit.Eric Anholt4-10/+112
2010-12-01i965: Add support for gen6 DO/WHILE ISA emit.Eric Anholt2-30/+74
2010-12-01i965: Dump the WHILE jump distance on gen6.Eric Anholt1-1/+2
2010-12-01r300g: disable ARB_texture_swizzle if S3TC is enabled on r3xx-onlyMarek Olšák1-1/+2
2010-12-01r300g: fix texture swizzling with compressed textures on r400-r500Marek Olšák7-13/+28
2010-12-01i915: Correctly generate unconditional KIL instructionsIan Romanick1-1/+5
2010-12-01i915: Request that POW instructions be loweredIan Romanick1-0/+1
2010-12-01glsl: Lower ir_binop_pow to a sequence of EXP2 and LOG2Ian Romanick4-4/+33
2010-12-01glsl: Use M_LOG2E constant instead of calling log2Ian Romanick2-3/+7
2010-12-01glsl: Add comments to lower_jumps (from the commit message).Kenneth Graunke1-0/+31
2010-12-01glsl: Remove "discard" support from lower_jumps.Kenneth Graunke1-11/+2
2010-12-01glsl: Add a lowering pass to move discards out of if-statements.Kenneth Graunke5-1/+204
2010-12-01glsl: Add an optimization pass to simplify discards.Kenneth Graunke5-0/+184
2010-12-01ir_to_mesa: Add support for conditional discards.Marek Olšák1-2/+7
2010-12-01r600c: fix some opcodes on evergreenAlex Deucher1-8/+56
2010-12-01r300/compiler: implement and lower OPCODE_CLAMPMarek Olšák4-1/+29
2010-12-01vega: Remove extraneous ;José Fonseca1-1/+1
2010-12-01scons: Move MSVS_VERSION option to common module.José Fonseca2-1/+1
2010-12-01svga: Silence debug printf.José Fonseca1-1/+0
2010-12-01st/vega: Avoid unnecessary constant bufer upload.Chia-I Wu1-30/+48
2010-12-01st/vega: Initialize pipe states with renderer.Chia-I Wu3-26/+28
2010-12-01st/vega: Create drawing surface mask as needed.Chia-I Wu3-35/+38
2010-12-01st/vega: Delay blend texture creation until needed.Chia-I Wu4-57/+32
2010-12-01st/vega: Remove st_inlines.h.Chia-I Wu5-127/+1
2010-12-01st/vega: Simplify radial gradient.Chia-I Wu1-73/+46
2010-12-01st/vega: Fix degenerate paints.Chia-I Wu6-9/+80
2010-12-01i965: also using align1 mode for math2 on sandybridgeZhenyu Wang1-6/+50
2010-12-01st/vega: Fix negated logic in image_draw.Chia-I Wu1-4/+4
2010-12-01st/vega: Fix paint coordinates transformations.Chia-I Wu9-39/+94
2010-12-01st/vega: Bump version to 1.1.Chia-I Wu1-2/+2
2010-12-01st/vega: Add color transformation support.Chia-I Wu7-50/+123
2010-12-01st/vega: More flexible shader selection.Chia-I Wu3-107/+130
2010-12-01st/vega: Revive mask layer support.Chia-I Wu5-47/+64
2010-12-01st/vega: Add primitive text support.Chia-I Wu5-80/+353
2010-12-01st/vega: Make image_draw take a matrix.Chia-I Wu3-6/+4
2010-12-01st/vega: Make path_render and path_stroke take a matrix.Chia-I Wu4-10/+10
2010-12-01st/vega: Fix image sampler views for alpha-only formats.Chia-I Wu1-0/+7
2010-12-01st/vega: Update to latest headers.Chia-I Wu7-482/+544
2010-12-01st/vega: Get rid of renderer_copy_texture.Chia-I Wu4-78/+29
2010-12-01st/vega: vg_copy_texture and vg_copy_surface should share code.Chia-I Wu1-44/+31
2010-12-01st/vega: Clean up renderer fields and functions.Chia-I Wu2-108/+46
2010-12-01st/vega: Clean up vg_context fields and functions.Chia-I Wu4-163/+9
2010-12-01st/vega: vg_manager should care about only the color buffer.Chia-I Wu2-182/+184