summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-01st/vega: Make shader_bind call into the renderer.Chia-I Wu3-31/+45
2010-12-01st/vega: Move g3d states to renderer.Chia-I Wu4-200/+230
2010-12-01st/vega: Use st_framebuffer for fb width/height.Chia-I Wu4-30/+27
2010-12-01st/vega: Delay fb state update to vg_validate_state.Chia-I Wu3-64/+73
2010-12-01st/vega: Add POLYGON_STENCIL and POLYGON_FILL renderer state.Chia-I Wu3-240/+277
2010-12-01st/vega: Use the renderer for vgMask.Chia-I Wu1-189/+44
2010-12-01st/vega: Add FILTER renderer state for image filtering.Chia-I Wu3-176/+227
2010-12-01st/vega: Add CLEAR renderer state for vgClear.Chia-I Wu3-113/+68
2010-12-01st/vega: Add SCISSOR renderer state.Chia-I Wu3-49/+126
2010-12-01st/vega: Add DRAWTEX renderer state.Chia-I Wu2-116/+103
2010-12-01st/vega: Overhaul renderer with renderer states.Chia-I Wu2-254/+496
2010-12-01llvmpipe: Fix build errors on x86.Chia-I Wu2-4/+5
2010-11-30docs: Fix MESA_drm_image typoKristian Høgsberg1-1/+1
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul83-2261/+2912
2010-11-30r300g: fix texture border color once againMarek Olšák1-2/+37
2010-11-30glsl/linker: Free any IR discarded by optimization passes.Kenneth Graunke1-4/+19
2010-11-30glsl: Remove anti-built-in hacks from the print visitor.Kenneth Graunke1-7/+0
2010-11-30glsl: Lazily import built-in function prototypes.Kenneth Graunke3-31/+40
2010-11-30glsl: Refactor out cloning of function prototypes.Kenneth Graunke3-27/+24
2010-11-30glsl: fix matrix type check in ir_algebraicAras Pranckevicius1-2/+2
2010-11-30glsl: Quiet unreachable no-return-from-function warning.Eric Anholt1-0/+2
2010-11-30scons: add alias for identityZack Rusin1-0/+2
2010-11-30glsl: Fix structure and array comparisions.Eric Anholt1-2/+70
2010-11-30glsl: Add a helper constructor for expressions that works out result type.Eric Anholt2-0/+104
2010-11-30llvmpipe: shortcircuit some calls to set_scene_stateKeith Whitwell1-1/+1
2010-11-30llvmpipe: remove misleading debug stringKeith Whitwell1-1/+0
2010-11-30llvmpipe: raise dirty flag on transfers to bound constbufKeith Whitwell1-0/+5
2010-11-30wgl: More complete WGL_ARB_pbuffer support.José Fonseca4-11/+169
2010-11-30wgl: Stub WGL_ARB_pbuffer support.José Fonseca4-0/+89
2010-11-30scons: Alias for svgaJosé Fonseca1-0/+2
2010-11-30svga: Use consistent hexadecimal representation on debug output.José Fonseca1-1/+1
2010-11-30util: rename u_mempool -> u_slabMarek Olšák9-95/+95
2010-11-30gallivm: fix storing of the addr registerZack Rusin1-1/+1
2010-11-29glsl: Make the symbol table's add_variable just use the variable's name.Eric Anholt7-15/+15
2010-11-29glsl: Make the symbol table's add_function just use the function's name.Eric Anholt6-9/+9
2010-11-29i965: Fix type of gl_FragData[] dereference for FB write.Eric Anholt1-1/+3
2010-11-29drivers/x11: unifdef XFree86ServerAdam Jackson14-401/+10
2010-11-29st/mesa: fix texture border color for RED and RG base formatsMarek Olšák1-0/+12
2010-11-29mesa: check for posix_memalign() errorspontus lidman1-1/+2