summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2009-12-08Simplify the redundant meaning of format layout.Michal Krol
2009-12-08nouveau: use boolean instead of boolRoland Scheidegger
2009-12-08cell: use boolean instead of boolRoland Scheidegger
2009-12-08Format layout cannot be used to distinguish scaled/normalised formats.Michal Krol
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-08gallium: fix more potential strict aliasing issuesRoland Scheidegger
2009-12-08Remove remaining pipe format utility functions.Michal Krol
2009-12-08move assert to avoid crash in debug build.Alan Hourihane
2009-12-08Merge branch 'mesa_7_7_branch'Andre Maasikas
2009-12-08Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas
2009-12-07llvmpipe: Initialize variables in emit_instruction.Vinson Lee
2009-12-07Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger
2009-12-06softpipe: sp_winsys.h should define/include what it needs.Corbin Simpson
2009-12-06r300g: Clean up previous commit.Corbin Simpson
2009-12-06r300g: enhance ZTOP conditionsMarek Olšák
2009-12-06nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.Younes Manton
2009-12-06r300g: don't render if everything is culled by scissoringMarek Olšák
2009-12-06r300g: remove redundant code and clean upMarek Olšák
2009-12-05r300g: Need to emit a hardware scissor rectangle even if scissor is disabled.Michel Dänzer
2009-12-05svga: Dump SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN commands.José Fonseca
2009-12-05svga: Use _debug_printf, so that output may be dumped in release builds too.José Fonseca
2009-12-05llvmpipe: Tweak disassembly to match gdb.José Fonseca
2009-12-05llvmpipe: Stop disassembling when an unsupported opcode is found.José Fonseca
2009-12-04llvmpipe: Port vertex sampler support from softpipe.José Fonseca
2009-12-04llvmpipe: Ensure transfers are mapped.José Fonseca
2009-12-04llvmpipe: Remove debug printf.José Fonseca
2009-12-04identity: fix copy&paste errorRoland Scheidegger
2009-12-04radeong: flush CS if a buffer being mapped is referenced by itMarek Olšák
2009-12-04r300g, radeong: fix the CS overflowMarek Olšák
2009-12-04r300g: fix warningsMarek Olšák
2009-12-04svga: fix another pipe_reference strict aliasing violationRoland Scheidegger
2009-12-04r300g: use $(MAKE) variableColeman Kane
2009-12-04softpipe: dont claim to support PIPE_FORMAT_NONEKeith Whitwell
2009-12-04softpipe: fix double-minify in texture layoutKeith Whitwell
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-03gallium: fix remaining users of pipe_reference functionRoland Scheidegger
2009-12-03gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger
2009-12-03Remove pf_swizzle_* internal macros.Michal Krol
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_compressed() to u_format auxiliary module.Michal Krol
2009-12-02r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson
2009-12-02r300g: No vertex textures here.Corbin Simpson
2009-12-02Revert "llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures fun...Brian Paul
2009-12-02llvmpipe: return 0 for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul
2009-12-02llvmpipe: plug in dummy pipe_context::set_vertex_sampler_textures functionBrian Paul
2009-12-02cell: fix TGSI breakageBrian Paul
2009-12-02gallium: adapt nv drivers to interface cleanupsRoland Scheidegger