Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-21 | mesa: move rastpos helper to tnl | Keith Whitwell | |
2008-09-21 | mesa: improved driver query interface | Keith Whitwell | |
Brought over from gallium-0.2 branch. | |||
2008-09-18 | mesa: fix asst path/include mistakes in prev commits | Chris Rankin | |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2008-09-18 | mesa: prefix more #includes with "main/" | Brian Paul | |
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | |
This is another step toward removing a whole bunch of -I flags from the cc commands. Still need to address driver code... | |||
2008-09-16 | intel: Destroy bufmgr in screen destroy, not context. | Eric Anholt | |
Caused server crashes on second context creation since 7e0bbdcf033981282978554c2e68ce48b55aa291. Bug #17600. | |||
2008-09-13 | tdfx: fix crash and lack of visuals bug | Jakub Bogusz | |
2008-09-13 | i915: fix himask constant init for 64-bit build | Guillaume Melquiond | |
2008-09-12 | intel: Add a width field to regions, and use it for making miptrees in TFP. | Eric Anholt | |
Otherwise, we would use the pitch as width of the texture, and compiz would render the pitch padding on the right hand side. | |||
2008-09-12 | intel: Don't segfault on TFP from a bad drawable. | Eric Anholt | |
2008-09-12 | intel: Remove dead allow_batchbuffer param. | Eric Anholt | |
2008-09-12 | i965: Add support for G41 chipset which is another 4 series. | Xiang, Haihao | |
2008-09-11 | added 24bpp support | Shane Blackett | |
2008-09-10 | intel: track move of bo_exec from drivers to bufmgr. | Eric Anholt | |
2008-09-10 | intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change. | Eric Anholt | |
2008-09-10 | intel: Move the bufmgr back to the screen. | Eric Anholt | |
Mesa requires that we be able to share objects between contexts, which means that the objects need to be created by the same bufmgr, and the bufmgr internally requires pthread protection for thread safety. Rely on the bufmgr having appropriate locking. | |||
2008-09-05 | intel: only enable occlusion query if the drm has defines. | Dave Airlie | |
This interface has to be re-written to not be dumb and to work for multiple apps. | |||
2008-09-04 | intel: Fix depth_stencil texture. | Xiang, Haihao | |
2008-09-03 | intel: Fix prototype warning. | Eric Anholt | |
2008-09-03 | intel: Fix refcounting on depth buffer initialization in DRI2. | Eric Anholt | |
(Reverts a change to work around the problem on 965). | |||
2008-09-03 | intel: Fix a crash if dri2 is disabled. | Xiang, Haihao | |
2008-09-01 | Fix build by removing #include of removed dri_sarea.h. | Michel Dänzer | |
Thanks to JohnFlux on IRC for pointing out the problem. | |||
2008-08-29 | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg | |
2008-08-29 | i965: force thread switch after IF/ELSE/ENDIF. partial fix for #16882. | Xiang, Haihao | |
A thread switch is implicitly invoked after the issuance of an IF/ELSE/ENDIF instruction if necessary. Unfortunately it seems sometimes a forced thread switch is needed. | |||
2008-08-29 | i965: mask control for BREAK/CONT/DO/WHILE. partial fix fox #16882 | Xiang, Haihao | |
2008-08-29 | i965: Push/pop instruction state. partial fix for #16882 | Xiang, Haihao | |
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | |
This reverts commit 7c81124d7c4a4d1da9f48cbf7e82ab1a3a970a7a. | |||
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie | |
This reverts commit 53675e5c05c0598b7ea206d5c27dbcae786a2c03. Conflicts: src/mesa/drivers/dri/i965/brw_wm_surface_state.c | |||
2008-08-21 | 965: Fix incorrect backface culling | Krzysztof Czurylo | |
Fix incorrect backface culling for OGL tunnel in wireframe and point mode. | |||
2008-08-21 | 965: Fix color clamping issues | Krzysztof Czurylo | |
Patch is correctly applied this time. | |||
2008-08-21 | Formatting changes to ease application of patches | Ian Romanick | |
2008-08-21 | i965: use dri_bo_subdata in vertex upload to get pwrite used. | Eric Anholt | |
Otherwise, we would ping-pong objects to GTT and back as we did pwrite on indices (flushed and mapped to GTT) and mapped for vertices (moved back to CPU domain). Fixes bug #17180. | |||
2008-08-21 | Report damage before modifying the area, not after. | Peter Hutterer | |
If we copy the area before reporting the damage in this area, the server may restore buffered data over the new data, leading to artefacts on the screen. Reproducable with two cursors (second of which is SW rendered) and moving windows around in compiz. Fixes http://bugs.freedesktop.org/show_bug.cgi?id=16384 . | |||
2008-08-20 | intel: Fix SGIS_generate_mipmap after a miptree had been validated. | Eric Anholt | |
Previously, the updated images would be ignored because the miptree in the image matched the miptree in the object, even though Mesa core had just attached updated contents in ->Data. Additionally, Mesa core could have tried to free inside our miptree if it had already been validated. Fixes bug #17077. | |||
2008-08-20 | i965: fixup format for TFP zero copy | Dave Airlie | |
(cherry picked from commit 9bc9e0ecb0fb2069b2c123e665eb2118e358098f which was lost in a merge) | |||
2008-08-20 | i965: make tex offset override work.. | Dave Airlie | |
should fix fd.o 14441 (cherry-picked from commit d4244683a61f66cfb78408a37cf2587587847f96 which was lost in a merge) | |||
2008-08-20 | i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. ↵ | Xiang, Haihao | |
(bug #16852, #16853) | |||
2008-08-19 | r5xx: Final fog option fix. | Corbin Simpson | |
Is there some kind of git hook we could use to keep me from committing after like 10PM or so? | |||
2008-08-19 | r5xx: Don't squish GL context when using FogOption | Corbin Simpson | |
2008-08-18 | r5xx: Enable fog options. | Corbin Simpson | |
This uses fog HW instead of fragment programs. If it breaks you, let me know! | |||
2008-08-18 | fix byte vs. pixel offset bug for 3D textures (see bug 17170) | Henri Verbeet | |
2008-08-17 | r5xx: Add DDX and DDY instructions. | Corbin Simpson | |
Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com> | |||
2008-08-14 | intel: remove unneeded mem type and args | Dave Airlie | |
2008-08-14 | r300: Fix 3D texture support. | Michel Dänzer | |
2008-08-11 | Apple: Cleaned up some linking and dylib ids issues | Jeremy Huddleston | |
2008-08-09 | dri: fix crash in driGetConfigAttribIndex | Dave Miller | |
Accessing a GLboolean via an int pointer on big-endian == bad. | |||
2008-08-08 | Merge branch 'drm-gem' | Eric Anholt | |
Conflicts: src/mesa/drivers/dri/intel/intel_span.c src/mesa/main/fbobject.c This converts the i915 driver to use the GEM interfaces for object management. | |||
2008-08-08 | intel-gem: Update to new check_aperture API for classic mode. | Eric Anholt | |
To do this, I had to clean up some of 965 state upload stuff. We may end up over-emitting state in the aperture overflow case, but that should be rare, and I'd rather have the simplification of state management. | |||
2008-08-08 | 965: cleanups to state emission from aperture checking and state ordering. | Eric Anholt | |