summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-0810-21/+29
| |\ \
| | * | gallium: fix more potential strict aliasing issuesRoland Scheidegger2009-12-082-6/+9
| | * | gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-076-14/+16
| | * | identity: fix copy&paste errorRoland Scheidegger2009-12-041-1/+1
| | * | svga: fix another pipe_reference strict aliasing violationRoland Scheidegger2009-12-041-1/+2
| | * | gallium: fix remaining users of pipe_reference functionRoland Scheidegger2009-12-031-1/+2
| | * | gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger2009-12-031-1/+2
| * | | move assert to avoid crash in debug build.Alan Hourihane2009-12-081-1/+2
| * | | Merge branch 'mesa_7_7_branch'Andre Maasikas2009-12-082-4/+4
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas2009-12-081-3/+3
| | |\ \
| | | * | llvmpipe: Initialize variables in emit_instruction.Vinson Lee2009-12-071-3/+3
| | * | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-071-1/+1
| | |\| |
| | | * | r300g: use $(MAKE) variableColeman Kane2009-12-041-1/+1
| * | | | softpipe: sp_winsys.h should define/include what it needs.Corbin Simpson2009-12-061-1/+3
| * | | | r300g: Clean up previous commit.Corbin Simpson2009-12-061-11/+15
| * | | | r300g: enhance ZTOP conditionsMarek Olšák2009-12-061-6/+31
| * | | | nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.Younes Manton2009-12-0610-2/+17
| * | | | r300g: don't render if everything is culled by scissoringMarek Olšák2009-12-063-0/+29
| * | | | r300g: remove redundant code and clean upMarek Olšák2009-12-063-46/+57
| * | | | r300g: Need to emit a hardware scissor rectangle even if scissor is disabled.Michel Dänzer2009-12-053-2/+28
| * | | | svga: Dump SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN commands.José Fonseca2009-12-052-4/+43
| * | | | svga: Use _debug_printf, so that output may be dumped in release builds too.José Fonseca2009-12-053-687/+687
| * | | | llvmpipe: Tweak disassembly to match gdb.José Fonseca2009-12-051-2/+8
| * | | | llvmpipe: Stop disassembling when an unsupported opcode is found.José Fonseca2009-12-051-1/+2
| * | | | llvmpipe: Port vertex sampler support from softpipe.José Fonseca2009-12-046-8/+101
| * | | | llvmpipe: Ensure transfers are mapped.José Fonseca2009-12-041-0/+4
| * | | | llvmpipe: Remove debug printf.José Fonseca2009-12-041-1/+0
| * | | | radeong: flush CS if a buffer being mapped is referenced by itMarek Olšák2009-12-041-2/+0
| * | | | r300g, radeong: fix the CS overflowMarek Olšák2009-12-042-2/+9
| * | | | r300g: fix warningsMarek Olšák2009-12-042-2/+4
| * | | | softpipe: dont claim to support PIPE_FORMAT_NONEKeith Whitwell2009-12-041-0/+1
| * | | | softpipe: fix double-minify in texture layoutKeith Whitwell2009-12-041-1/+1
| * | | | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-0431-344/+219
| |\ \ \ \
| | * | | | gallium: adapt nv drivers to interface cleanupsRoland Scheidegger2009-12-0213-120/+51
| | * | | | gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-0212-168/+138
| | * | | | fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-304-32/+11
| | * | | | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-302-24/+19
| * | | | | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2009-12-022-0/+290
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| | * | | svga: Add header files for overlay supportJakob Bornecrantz2009-12-012-0/+290
* | | | | s/desc->type/desc->channel[0].type/Michal Krol2009-12-172-4/+4
* | | | | Revert "Simplify the redundant meaning of format layout."Michal Krol2009-12-092-4/+10
* | | | | Simplify the redundant meaning of format layout.Michal Krol2009-12-082-10/+4
* | | | | Format layout cannot be used to distinguish scaled/normalised formats.Michal Krol2009-12-082-15/+5
* | | | | Remove remaining pipe format utility functions.Michal Krol2009-12-083-50/+88
* | | | | Remove pf_swizzle_* internal macros.Michal Krol2009-12-032-5/+12
* | | | | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-032-4/+10
* | | | | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-034-10/+15
* | | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-033-4/+9
* | | | | Move pf_is_compressed() to u_format auxiliary module.Michal Krol2009-12-031-2/+3
|/ / / /
* | | | r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson2009-12-028-86/+23