summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-08-25Add support for building the Xorg state tracker with scons.Michel Dänzer
2009-08-24xorg: fix compilationZack Rusin
2009-08-24xorg: start on code accelerating renderZack Rusin
2009-08-24Merge branch 'master' of ssh://zack@git.freedesktop.org/git/mesa/mesaZack Rusin
2009-08-24openvg: fix vgTransformPath with relative coordsZack Rusin
2009-08-24xlib: fix single buffer window resize bugBrian Paul
2009-08-24tgsi: Fix build error due to commit acc7da90Cooper Yuan
2009-08-24tgsi: Only free temp uregs.José Fonseca
2009-08-24tgsi: Pass pipe_context as a parameter to ureg_create_shader.José Fonseca
2009-08-24tgsi: add generic instruction builderKeith Whitwell
2009-08-24r300g: Set the vector address in the input memory for bypass_vs_clip_and_view...Cooper Yuan
2009-08-22st/dri: Remove some debug printsJakob Bornecrantz
2009-08-22st/dri: Find out if the drawable is a pixmapJakob Bornecrantz
2009-08-22st/dri: Fix frontbuffer rendering with DRI2Jakob Bornecrantz
2009-08-22st/xorg: Handle fake fronts correctly for pixmapsJakob Bornecrantz
2009-08-22i915g: Remove bad assert on fenceJakob Bornecrantz
2009-08-21egl_softpipe: Do not flush unlinked context.Chia-I Wu
2009-08-21st/egl: Add support for drmModeDirtyFB command if foundJakob Bornecrantz
2009-08-20nv50: use VTX_ATTR_nF for constant vtxeltsChristoph Bumiller
2009-08-20nv50: set vertex buffer limitsChristoph Bumiller
2009-08-20nv50: modify vbo format to hw translation, add BGRA swizzleChristoph Bumiller
2009-08-20st/egl: Open the first drm nodeJakob Bornecrantz
2009-08-20tgsi: when printing/dumping programs indent loops and conditionalsBrian Paul
2009-08-20tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul
2009-08-20tgsi: handle SOA dependencies for MOV/SWZBrian Paul
2009-08-20tgsi: added tgsi_full_instruction::Flags fieldBrian Paul
2009-08-19gallium: rename copy/fill_rect utility functionsBrian Paul
2009-08-19gallium: fix tags target in Makefile.templateBrian Paul
2009-08-19tgsi: Add missing include.José Fonseca
2009-08-19tgsi: Fix typo in ureg constant creation.José Fonseca
2009-08-19st/xlib: remove a couple more 'fake' referencesKeith Whitwell
2009-08-19st/xlib: remove dead ungrab helperKeith Whitwell
2009-08-19tgsi: silence compiler warningKeith Whitwell
2009-08-19tgsi: remove unused function argumentKeith Whitwell
2009-08-19tgsi: add missing functionality to support instructions with labelsKeith Whitwell
2009-08-18r300g: Force off ZTOP optimizations for now.Corbin Simpson
2009-08-18r300g: Utilize DONTBLOCK.Corbin Simpson
2009-08-18radeon-gallium: Oh, look, we *do* already support DONTBLOCK.Corbin Simpson
2009-08-18r300g: Massively cleanup OQ.Corbin Simpson
2009-08-18r300g: Add high_second_pipe cap for R3xx chipsets.Corbin Simpson
2009-08-18radeon-gallium: Stop using outdated ioctls.Corbin Simpson
2009-08-18Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson
2009-08-18Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-18egl/xlib: move call to create_configs() after we set the Xdpy fieldBrian Paul
2009-08-18tgsi/ppc: we don't implement saturation modes yetBrian Paul
2009-08-18tgsi/sse: we don't implement saturation modes yetBrian Paul
2009-08-18egl: Create the front texture the properlyJakob Bornecrantz
2009-08-18gallium: improved comments, minor whitespace changesBrian Paul
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu
2009-08-18egl: Overhaul driver API.Chia-I Wu