summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-07-29nv50: support non-blocking query_result()Ben Skeggs
2009-07-29nouveau: map_range returning -EBUSY isn't necessarily an errorBen Skeggs
2009-07-29nv50: correct zeta formatsChristoph Bumiller
2009-07-29nv50: use new 2D surface format namesChristoph Bumiller
2009-07-29nv50: support more vtxelt formatsChristoph Bumiller
2009-07-29nv50: should use uint32_t ptr in draw_elements_inline_u32Christoph Bumiller
2009-07-29nv50: TIC/TSC fixes and additionsChristoph Bumiller
2009-07-29nv50: fix sx/dx typo in transfer_rect_m2mfChristoph Bumiller
2009-07-29nv50: fix viewport transformChristoph Bumiller
2009-07-29nv50: use correct scissor regChristoph Bumiller
2009-07-28Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-28gallium: minor code/comments clean-upBrian Paul
2009-07-27softpipe: include sp_winsys.h to silence function prototype warningBrian Paul
2009-07-27nouveau: swizzle a single row or column, doing it one pixel at a timePatrice Mandin
2009-07-26r300g: Fix two trivial texture size issues.Corbin Simpson
2009-07-26radeon-gallium: If BO allocation fails, return NULL.Corbin Simpson
2009-07-26r300g: Add some debugging, correct little bits of math in texture setup.Corbin Simpson
2009-07-26nouveau: only swizzle square textures for copyPatrice Mandin
2009-07-26util: fix typo.José Fonseca
2009-07-26nouveau: Take into account destination position for copy_swizzle, need to spl...Patrice Mandin
2009-07-26nouveau: Recursively swizzle an NPOT sized copyPatrice Mandin
2009-07-24nouveau: use nv04_surface_copy_swizzle only for POT sizesPatrice Mandin
2009-07-24radeon-gallium: remove old getparam ioctlJoakim Sindholt
2009-07-23draw: correct address for machine struct in llvm pathKeith Whitwell
2009-07-23gallivm: updates for TGSI changesKeith Whitwell
2009-07-23r300g, radeon-gallium: Fix API, cleanup.Corbin Simpson
2009-07-23radeon-gallium: Build fixes wrt changed libdrm_radeon space check APINicolai Hähnle
2009-07-23r300g: PIPE_CAP_BLEND_EQUATION_SEPARATE.Corbin Simpson
2009-07-23gallium: clean up opcode definitionsKeith Whitwell
2009-07-23gallium: remove deprecated TGSI opcodesKeith Whitwell
2009-07-23util: Add support for Mac OS.Vinson Lee
2009-07-23r300g: Actually mark shaders as translated/untranslated.Corbin Simpson
2009-07-22cell: update TGSI_OPCODE_ casesBrian Paul
2009-07-23gallium: Fix PPC build.Michel Dänzer
2009-07-22nouveau: nv30: wrong variable for formatPatrice Mandin
2009-07-22nouveau: Take into account sx,sy parameters to read from source surfacePatrice Mandin
2009-07-22gallium: remove multiple aliases for TGSI opcodesKeith Whitwell
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-20tgsi: get texturing working in vertex shader sse2 pathKeith Whitwell
2009-07-20tgsi: get texturing working in vertex shader sse2 pathKeith Whitwell
2009-07-20tgsi: fix regression in indexed const lookupsKeith Whitwell
2009-07-20r300g: Fix SCons build.Michel Dänzer
2009-07-20gallium/trace: Fix SCons build.Michel Dänzer
2009-07-20r300g: Guard R500 register writes by is_r500 check.Michel Dänzer
2009-07-18gallium: make g3dvl build againDave Airlie
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-18st/egl: Fix broken build after EGL thread changesAndrew Randrianasulu
2009-07-17egl: Remove redundant DeletePending flag.Chia-I Wu
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu
2009-07-16python/retrace: Process the call no passed to --to option inclusively.José Fonseca