summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_span.c
AgeCommit message (Expand)Author
2010-12-10intel: Add a couple of helper functions to reduce rb code duplication.Eric Anholt
2010-12-10intel: Add spans code for the ARB_texture_rg support.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-24i965: Add support for rendering to SARGB8 FBOs.Eric Anholt
2010-06-18intel: Finalize the miptree before mapping it for fallbacks.Eric Anholt
2010-06-10i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt
2010-05-10intel: Drop intelFlush()Kristian Høgsberg
2010-03-17intel: Rename the z24_x8 depth spans to z24_s8 since they do stencil too.Eric Anholt
2010-03-16i965: Fix readpixels from ReadBuffer != DrawBuffer.Eric Anholt
2010-03-04intel: Remove non-kernel-exec-fencing support.Eric Anholt
2010-03-04intel: Remove the unused s8 spans code. Not hit during no_rast piglit.Eric Anholt
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg
2010-01-26intel: Remove DRI1 junk from spans code.Eric Anholt
2010-01-04intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-10intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick
2009-12-10intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888Ian Romanick
2009-12-10intel: Axe intel_renderbuffer::texformatIan Romanick
2009-11-19intel: Remove non-GEM support.Eric Anholt
2009-11-06intel: Remove obsolete comment about GEM in the spans code.Eric Anholt
2009-11-03intel: avoid unnecessary front buffer flushing/updatingBrian Paul
2009-10-30intel: Use GTT mapping when available for swrast.Eric Anholt
2009-10-30intel: Fix up z24_x8 depth spans since the texformat merge.Eric Anholt
2009-10-30intel: fix up some XRGB breakageBrian Paul
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-28Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-27intel: added region draw_x/y offsets in x/y_tile_swizzle() funcsBrian Paul
2009-10-21intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversionsBrian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-10-01i915: Enable ARB_vertex_shader for both i915 and i830.Eric Anholt
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-14intel: minor code clean-upsBrian Paul
2009-09-14intel: fix renderbuffer map/unmap regressionBrian Paul
2009-09-10intel: Don't forget to map the depth read buffer in spans.Eric Anholt
2009-08-07intel: fix typo: s/softare/software/Brian Paul
2009-04-16intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt
2009-02-26intel: Add span code for z24 without stencil.Eric Anholt
2009-02-25intel: make template wrappers for the spans templates.Eric Anholt
2009-01-29intel: fix check for Y orientation in span functions.Brian Paul
2009-01-27intel: clean up more pf mess.Eric Anholt
2009-01-14intel: SW fallback maps texture images, not texture coordinatesIan Romanick
2008-10-28intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-10intel: track move of bo_exec from drivers to bufmgr.Eric Anholt
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-08-08Merge branch 'drm-gem'Eric Anholt