Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-24 | st/xorg: Rename driver functions | Jakob Bornecrantz | |
2009-11-24 | st/xorg: Rename output functions | Jakob Bornecrantz | |
2009-11-24 | st/xorg: Rename dri2 functions | Jakob Bornecrantz | |
2009-11-24 | st/xorg: Standardise all function names defined in xorg_tracker.h | Jakob Bornecrantz | |
2009-11-25 | svga: try harder to make the cachable flag work | Keith Whitwell | |
It doesn't though. | |||
2009-11-25 | st/xorg: accelerate src luminance | Zack Rusin | |
2009-11-25 | util: also print out memory statistics | Zack Rusin | |
2009-11-25 | svga: revert packing of surface key | Keith Whitwell | |
Over-ambitious packing of values broke my cursor. | |||
2009-11-25 | radeon: fix context destroy needing lock for flushing. | Dave Airlie | |
Thanks to Intel code which I've just stolen pretty much as usual. This fixes fdo bug 22851 which is a dri1 regression since rewrite. Tested by: fpiobaf (Fabio) on #radeon Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-11-25 | glu/sgi: Fix memory leak in gluBuild1DMipmapLevelsCore. | Vinson Lee | |
2009-11-25 | glu/sgi: Fix memory leak in gluBuild2DMipmapLevelsCore. | Vinson Lee | |
2009-11-25 | glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore. | Vinson Lee | |
2009-11-24 | svga: cache textures as well as buffers | Keith Whitwell | |
2009-11-24 | st/xorg: use surface_copy for blits if available | Keith Whitwell | |
Even if its not available, we really want to be coalescing blit operations better. | |||
2009-11-24 | tgsi: Document Declaration Semantic token and FACE semantic name. | Michal Krol | |
2009-11-24 | slang: Fix allocation size. | Michal Krol | |
We don't need 16K+ to store a single pointer. | |||
2009-11-24 | mesa: Fix pointer arithmetic. | Michal Krol | |
2009-11-24 | tgsi: Implement predicated instructions in exec. | Michal Krol | |
2009-11-24 | tgsi: Add ureg_DECL_loop(). | Michal Krol | |
2009-11-24 | tgsi: Account for gallium shader token representation changes. | Michal Krol | |
2009-11-24 | gallium: Refactor the instruction predicate TGSI token. | Michal Krol | |
Rename it to tgsi_instruction_predicate -- it's no longer an extended token. Its presence is indicated by a new flag in tgsi_instruction that indicates whether an instruction is predicated. Also, change predicate index representation to match the other tokens that specify register indices. | |||
2009-11-23 | i915: Initialize Length and Offset fields when mapping a buffer object | Ian Romanick | |
This fixes an assertion failure in _mesa_MapBufferARB. Fixes bugzilla #25253. | |||
2009-11-23 | shaderutil: Fix detection of shaders | Ian Romanick | |
Check for versions >= 2.0 (because some drivers return 3.0), and return GL_FALSE if shaders are not detected. | |||
2009-11-24 | r300: fix swtcl bo leak problem. | Dave Airlie | |
We can get a lot of swtcl bo allocations - need to probably abstract this a bit further. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-11-24 | radeon/r200/r300/r600: make bo mapping be explicit | Dave Airlie | |
This moves the bo mapping outside the DMA layer and makes it explicit, this should in theory make it simpler to split the clean up the dma/cmdbuf linkage that I created before that is broken. Tested on: r600, rv380 (tcl/no-tcl), rv200 (tcl/no-tcl) Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2009-11-23 | mesa: use gcc __builtin_popcount() | Brian Paul | |
2009-11-23 | r300g: use util_bitcount() | Brian Paul | |
2009-11-23 | egl: use util_bitcount() | Brian Paul | |
2009-11-23 | gallium/util: added util_bitcount() | Brian Paul | |
2009-11-24 | svga: Filter out pendantic and ansi flags | Jakob Bornecrantz | |
Rather have the driver compile without the flags then having to disable them. | |||
2009-11-24 | glu/sgi: Fix memory leak in gluBuild3DMipmapLevelsCore. | Vinson Lee | |
2009-11-24 | dri: Fix potential null pointer deference in dri_put_drawable. | Vinson Lee | |
2009-11-23 | Merge commit 'origin/mesa_7_7_branch' | Maciej Cencora | |
2009-11-23 | radeon: fix errors in miptree related function | Maciej Cencora | |
- typo - memory leak - off by one (spotted by airlied) | |||
2009-11-23 | Merge branch 'mesa_7_7_branch' of ↵ | Maciej Cencora | |
http://anongit.freedesktop.org/git/mesa/mesa into mesa_7_7_branch | |||
2009-11-23 | autoconf: Fix case for not having package | Jakob Bornecrantz | |
(cherry picked from commit 5c4bdbd825934fe01330890d360b61caa06fdc8d) | |||
2009-11-23 | svga: Scrub Makefiles a bit | Jakob Bornecrantz | |
Remove x86 specific hacks. Not that they will ever be used on none x86 arches, but they are built by default. And the way the flags where added was a hack. | |||
2009-11-23 | Fix the DRI swrast driver for big endian platforms. | Michel Dänzer | |
Too bad I didn't realize earlier how easy this could be... Fixes http://bugs.freedesktop.org/show_bug.cgi?id=22767 . | |||
2009-11-23 | slang: Check return value from emit_instruction(). | Michal Krol | |
2009-11-23 | tgsi: Clamp the source argument in micro_exp2() to avoid Inf. | Michal Krol | |
2009-11-23 | tgsi: Remove code that actually had no effect. | Michal Krol | |
2009-11-23 | softpipe: Initialise TGSI machine's Face. | Michal Krol | |
2009-11-23 | tgsi: Fix POSITION and FACE fragment shader inputs. | Michal Krol | |
2009-11-23 | tgsi: Bring BGNFOR/ENDFOR implementation up to spec. | Michal Krol | |
2009-11-23 | tgsi: Fake TXD implementation in exec. | Michal Krol | |
2009-11-23 | tgsi: Add execution debugging facilities to exec. | Michal Krol | |
2009-11-23 | slang: Be more robust with memory in concat_shaders(). | Michal Krol | |
2009-11-23 | mesa: Initialize variable in _mesa_get_texel_fetch_func. | Vinson Lee | |
2009-11-23 | glx: Prevent potential null pointer deference in driCreateContext. | Vinson Lee | |
2009-11-23 | glu/sgi: Fix memory leak in bitmapBuild2DMipmaps. | Vinson Lee | |