Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-28 | i965: Fix occlusion query on sandybridge | Zhenyu Wang | |
Clear target query buffer fixed occlusion query on sandybridge. https://bugs.freedesktop.org/show_bug.cgi?id=32167 | |||
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-09-28 | i965: fix occlusion query on sandybridge | Zhenyu Wang | |
Fix pipe control command for depth stall and PS_DEPTH_COUNT write. | |||
2010-06-08 | intel: Change dri_bo_* to drm_intel_bo* to consistently use new API. | Eric Anholt | |
The slightly less mechanical change of converting the emit_reloc calls will follow. | |||
2010-05-26 | i965: Add support for EXT_timer_query on Ironlake. | Eric Anholt | |
We could potentially do this on G45 as well, though the units are different. On 965, the timestamp is tied to hclk, which would make supporting it harder. | |||
2010-05-16 | i965: Remove the half-baked code for multiple OQs at the same time. | Eric Anholt | |
GL doesn't actually let you begin an OQ while one is active, so the extra work was pointless. | |||
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | |
2010-01-04 | intel: Drop batchbuffer cliprect_mode tracking | Kristian Høgsberg | |
2009-08-29 | i965: Fix segfault with ARB_oq CheckQuery when results are already fetched. | Eric Anholt | |
2009-08-28 | i965: Implement ARB_oq CheckQuery in the intended way. | Eric Anholt | |
Previously we blocked because I hadn't added the libdrm function. Now it's there, so update your libdrm. | |||
2008-10-28 | i965: Fix check_aperture calls to cover everything needed for the prim at once. | Eric Anholt | |
Previously, since my check_aperture API change, we would check each piece of state against the batchbuffer individually, but not all the state against the batchbuffer at once. In addition to not being terribly useful in assuring success, it probably also increased CPU load by calling check_aperture many times per primitive. | |||
2008-10-07 | i965: Add ARB_occlusion_query support. | Eric Anholt | |