Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-02 | progs/glsl: Include local headers before installed headers during compilation. | Vinson Lee | |
Fixes compilation errors on platforms with insufficient older installed GL headers. (cherry picked from commit d17af7d1e19e637e29db47bd8f6e3e579760c530) | |||
2009-12-02 | progs/glsl: minor Makefile clean-ups | Brian Paul | |
(cherry picked from commit 4df2f7af5e9b2c00ead92fe0ae49ed8491aef1d0) | |||
2009-12-02 | intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers. | Eric Anholt | |
2009-12-02 | mesa: Fix bad conversion in AL1616_REV texstore. | Eric Anholt | |
2009-12-02 | mesa: Fix copy'n'paste problem in al1616 texel fetch. | Eric Anholt | |
2009-12-02 | progs: Ignore Mac OS dSYM directories. | Vinson Lee | |
(cherry picked from commit a420056750908f7c2f9a7c18b3ab20f04e49711d) | |||
2009-12-02 | cell: added tex_usage param to xm_surface_buffer_create() | Brian Paul | |
2009-12-02 | gallium: adapt drivers to interface cleanups | Roland Scheidegger | |
2009-12-01 | mesa: added comment for target_enum_to_index() | Brian Paul | |
2009-12-01 | softpipe: setup machine->Face without a conditional | Brian Paul | |
2009-12-01 | progs/demos: remove unused glFogCoordPointer_ext var | Brian Paul | |
2009-12-01 | Simplify hackery added to fix AIX build. | Tom Fogal | |
Borrow an idiom from the GNU build system which can handle `for' loops over empty lists. | |||
2009-12-01 | intel: Remove GL_NV_point_sprite from extension list | Ian Romanick | |
i830 does not (and cannot!) support the any of the non-default GL_POINT_SPRITE_R_MODE_NV settings. i915 and i965 could, but currently do not. In both cases it would require mucking about with the fragment shader. | |||
2009-12-01 | vmware/xorg: Add video support | Jakob Bornecrantz | |
By using the hooks st/xorg provides us we can create a driver specific implementation that uses the svga overlay engines. | |||
2009-12-01 | vmware/xorg: Create a small driver that sits ontop of st/xorg | Jakob Bornecrantz | |
2009-12-01 | st/xorg: Create winsys hooks that we call into | Jakob Bornecrantz | |
2009-12-01 | vmware/core: Update vmwgfx_drm.h to latest version | Jakob Bornecrantz | |
2009-12-01 | svga: Add header files for overlay support | Jakob Bornecrantz | |
2009-12-02 | intel: Fix more front-buffer rendering after Brian's less flushing patch. | Eric Anholt | |
bcbfda71b03303d3f008a6f3cf8cb7d9667bf8d2 left out many blit paths. This fixes up more of them to get Blender to work again. Bug #25030. | |||
2009-12-02 | wgl: Call st_swapbuffers instead of st_notify_swapbuffers. | José Fonseca | |
This will get single buffer, double buffer, and joint single/double buffer (typical in CAD applications) done right, at least as far as the frambuffer is concerned. There are still problems with multiple contexts using the same framebuffer because st_framebuffer_* calls assume the framebuffer is bound to a single context. | |||
2009-12-02 | Revert "radeon/r300: no need to flush the cmdbuf when changing scissors ↵ | Dave Airlie | |
state in KMM mode" This reverts commit 286bf89e5a1fc931dbf523ded861b809859485e2. This doesn't appear to be correct, regression so revert it. http://bugs.freedesktop.org/show_bug.cgi?id=25193 | |||
2009-12-01 | vbo: make flush recursion check code per-context | Brian Paul | |
This fixes invalid failed assertions when running multi-threaded apps. | |||
2009-12-01 | st/mesa: updated emit_swz() comment | Brian Paul | |
2009-12-01 | tgsi: fix ureg emit after version token change | Keith Whitwell | |
2009-12-01 | st/xorg: fix merge droppings | Keith Whitwell | |
These were stranded in emacs and not saved before committing. | |||
2009-12-01 | Merge commit 'origin/tgsi-simplify-ext' | Keith Whitwell | |
Conflicts: src/gallium/drivers/r300/r300_vs.c | |||
2009-12-01 | Merge commit 'origin/mesa_7_7_branch' | Keith Whitwell | |
Conflicts: src/gallium/drivers/svga/svga_screen_texture.c src/gallium/state_trackers/xorg/xorg_composite.c src/gallium/state_trackers/xorg/xorg_exa.c src/gallium/state_trackers/xorg/xorg_renderer.c src/gallium/state_trackers/xorg/xorg_xv.c src/mesa/main/texgetimage.c src/mesa/main/version.h | |||
2009-12-01 | mesa: Update vertex texture code after gallium changes. | Michal Krol | |
2009-12-01 | r300g: simplify allocations of VS output registers | Marek Olšák | |
No need to parse TGSI tokens since it's easier to walk through shader semantics. Also fog coordinates now work reliably. | |||
2009-12-01 | r300g: simplify allocations of FS input registers | Marek Olšák | |
2009-12-01 | r300g: clean up derived states | Marek Olšák | |
The state setups which aren't derived anymore have been moved to the VS and FS objects. | |||
2009-12-01 | r300g: VS->FS attribute routing rework | Marek Olšák | |
Now it always correctly pairs up VS and FS even if the semantics and indices of VS outputs and FS inputs don't match. | |||
2009-12-01 | r300g: add R300 prefix in reg definitions | Marek Olšák | |
2009-12-01 | cso: Fix function prototype. | Michal Krol | |
2009-12-01 | trace: Implement separate vertex sampler state. | Michal Krol | |
2009-12-01 | fo: Implement separate vertex sampler state. | Michal Krol | |
2009-12-01 | id: Implement separate vertex sampler state. | Michal Krol | |
2009-12-01 | trace: Reduce double semicolons to single ones. | Michal Krol | |
2009-12-01 | sp: Do not falsely advertise support for some SNORM formats. | Michal Krol | |
2009-12-01 | sp: Implement separate vertex sampler state. | Michal Krol | |
2009-12-01 | python: Update for renamed sampler/texture state setters. | Michal Krol | |
2009-12-01 | st: Update for renamed sampler/texture state setters. | Michal Krol | |
2009-12-01 | trace: Update for renamed sampler/texture state setters. | Michal Krol | |
2009-12-01 | svga: Update for renamed sampler/texture state setters. | Michal Krol | |
2009-12-01 | r300: Update for renamed sampler/texture state setters. | Michal Krol | |
2009-12-01 | nv: Update for renamed sampler/texture state setters. | Michal Krol | |
2009-12-01 | lp: Update for renamed sampler/texture state setters. | Michal Krol | |
2009-12-01 | id: Update for renamed sampler/texture state setters. | Michal Krol | |
2009-12-01 | i915: Update for renamed sampler/texture state setters. | Michal Krol | |
2009-12-01 | fo: Update for renamed sampler/texture state setters. | Michal Krol | |