Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | draw: Initialize variable in draw_pt.c. | Vinson Lee | 2009-12-05 | 1 | -1/+2 | |
| | | * | | | | | r300g: use $(MAKE) variable | Coleman Kane | 2009-12-04 | 1 | -1/+1 | |
| | | * | | | | | gallium/util: Initialize variables in u_pack_color.h. | Vinson Lee | 2009-12-03 | 1 | -1/+4 | |
| | * | | | | | | vmware/xorg: Use Write instead of WriteRead for cursor bypass | Jakob Bornecrantz | 2009-12-04 | 1 | -2/+2 | |
| | * | | | | | | vmware/xorg: Give kernel infromation about cursor bypass | Jakob Bornecrantz | 2009-12-04 | 3 | -4/+75 | |
| | * | | | | | | vmware/xorg: Handle no init of video in vmw_video_close | Jakob Bornecrantz | 2009-12-04 | 1 | -0/+2 | |
| | * | | | | | | vmware/core: Update vmwgfx_drm.h to include cursor bypass | Jakob Bornecrantz | 2009-12-04 | 1 | -0/+32 | |
| * | | | | | | | util/tile: Support R8G8B8A8_UNORM format. | Michal Krol | 2009-12-07 | 1 | -3/+53 | |
| * | | | | | | | radeong: Automatically softpipe for non-r3xx. | Corbin Simpson | 2009-12-06 | 1 | -9/+12 | |
| * | | | | | | | radeong: Call softpipe_create directly. | Corbin Simpson | 2009-12-06 | 6 | -90/+4 | |
| * | | | | | | | softpipe: sp_winsys.h should define/include what it needs. | Corbin Simpson | 2009-12-06 | 1 | -1/+3 | |
| * | | | | | | | r300g: Clean up previous commit. | Corbin Simpson | 2009-12-06 | 1 | -11/+15 | |
| * | | | | | | | r300g: enhance ZTOP conditions | Marek Olšák | 2009-12-06 | 1 | -6/+31 | |
| * | | | | | | | nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree. | Younes Manton | 2009-12-06 | 10 | -2/+17 | |
| * | | | | | | | r300g: don't render if everything is culled by scissoring | Marek Olšák | 2009-12-06 | 3 | -0/+29 | |
| * | | | | | | | r300g: remove redundant code and clean up | Marek Olšák | 2009-12-06 | 3 | -46/+57 | |
| * | | | | | | | st/xvmc: No more pf_get_block(). | Younes Manton | 2009-12-05 | 1 | -6/+5 | |
| * | | | | | | | r300g: Need to emit a hardware scissor rectangle even if scissor is disabled. | Michel Dänzer | 2009-12-05 | 3 | -2/+28 | |
| * | | | | | | | svga: Dump SVGA_3D_CMD_BLIT_SURFACE_TO_SCREEN commands. | José Fonseca | 2009-12-05 | 2 | -4/+43 | |
| * | | | | | | | svga: Use _debug_printf, so that output may be dumped in release builds too. | José Fonseca | 2009-12-05 | 3 | -687/+687 | |
| * | | | | | | | llvmpipe: Tweak disassembly to match gdb. | José Fonseca | 2009-12-05 | 1 | -2/+8 | |
| * | | | | | | | llvmpipe: Stop disassembling when an unsupported opcode is found. | José Fonseca | 2009-12-05 | 1 | -1/+2 | |
| * | | | | | | | llvmpipe: Port vertex sampler support from softpipe. | José Fonseca | 2009-12-04 | 6 | -8/+101 | |
| * | | | | | | | llvmpipe: Ensure transfers are mapped. | José Fonseca | 2009-12-04 | 1 | -0/+4 | |
| * | | | | | | | llvmpipe: Remove debug printf. | José Fonseca | 2009-12-04 | 1 | -1/+0 | |
| * | | | | | | | gallium: Disable force_align_arg_pointer attribute on x86_64. | José Fonseca | 2009-12-04 | 1 | -1/+1 | |
| * | | | | | | | radeong: flush CS if a buffer being mapped is referenced by it | Marek Olšák | 2009-12-04 | 2 | -2/+5 | |
| * | | | | | | | r300g, radeong: fix the CS overflow | Marek Olšák | 2009-12-04 | 3 | -4/+12 | |
| * | | | | | | | r300g: fix warnings | Marek Olšák | 2009-12-04 | 3 | -2/+6 | |
| * | | | | | | | softpipe: dont claim to support PIPE_FORMAT_NONE | Keith Whitwell | 2009-12-04 | 1 | -0/+1 | |
| * | | | | | | | softpipe: fix double-minify in texture layout | Keith Whitwell | 2009-12-04 | 1 | -1/+1 | |
| * | | | | | | | vega: fix missing include | Roland Scheidegger | 2009-12-04 | 1 | -0/+1 | |
| * | | | | | | | Merge branch 'gallium-noblocks' | Roland Scheidegger | 2009-12-04 | 79 | -688/+435 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gallium: adapt nv drivers to interface cleanups | Roland Scheidegger | 2009-12-02 | 13 | -120/+51 | |
| | * | | | | | | | gallium: adapt drivers to interface cleanups | Roland Scheidegger | 2009-12-02 | 12 | -168/+138 | |
| | * | | | | | | | fixups for interface changes (mostly state trackers) | Roland Scheidegger | 2009-11-30 | 38 | -233/+87 | |
| | * | | | | | | | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger | 2009-11-30 | 17 | -167/+159 | |
| * | | | | | | | | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz | 2009-12-02 | 16 | -43/+1781 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Merge commit 'mesa_7_6_branch' into mesa_7_7_branch | Jakob Bornecrantz | 2009-12-02 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||||
| | | * | | | | | | cell: added tex_usage param to xm_surface_buffer_create() | Brian Paul | 2009-12-02 | 1 | -0/+1 | |
| | | * | | | | | | xorg/st: fixup builds against later dpms headers. | Brian Paul | 2009-11-18 | 2 | -0/+8 | |
| | | * | | | | | | draw: Fix memory leak. | Vinson Lee | 2009-10-27 | 1 | -0/+2 | |
| | * | | | | | | | vmware/xorg: Add video support | Jakob Bornecrantz | 2009-12-01 | 5 | -0/+1199 | |
| | * | | | | | | | vmware/xorg: Create a small driver that sits ontop of st/xorg | Jakob Bornecrantz | 2009-12-01 | 5 | -4/+205 | |
| | * | | | | | | | st/xorg: Create winsys hooks that we call into | Jakob Bornecrantz | 2009-12-01 | 2 | -0/+11 | |
| | * | | | | | | | vmware/core: Update vmwgfx_drm.h to latest version | Jakob Bornecrantz | 2009-12-01 | 1 | -1/+65 | |
| | * | | | | | | | svga: Add header files for overlay support | Jakob Bornecrantz | 2009-12-01 | 2 | -0/+290 | |
| | * | | | | | | | wgl: Call st_swapbuffers instead of st_notify_swapbuffers. | José Fonseca | 2009-12-02 | 3 | -38/+10 | |
| * | | | | | | | | util: Fix generated swizzle comments. | José Fonseca | 2009-12-03 | 1 | -10/+9 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | util/format: Fix bogus assertion. | Michal Krol | 2009-12-17 | 1 | -1/+1 |