i965: Always set tiling for depth buffer on sandybridge
[mesa.git] / src / mesa / drivers / dri / intel /
2010-03-03 Eric Anholtintel: Use GTT mapping in the blit fallback path in...
2010-03-03 Kristian Høgsbergintel: Set InternalFormat for renderbuffers created...
2010-03-02 José FonsecaMerge branch 'gallium-format-cleanup'
2010-03-02 Brian Paulintel: passs correct context type to intel_prepare_rend...
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-02-26 Kristian Høgsbergintel: Lookup requested renderbuffer in intel_create_im...
2010-02-26 Eric Anholtintel: Fix up INTEL_NO_HW support.
2010-02-25 Eric AnholtMerge branch 'sandybridge'
2010-02-25 Eric Anholti965: Fix up some Sandybridge define checks for the...
2010-02-25 Eric Anholti965: Untested Sandybridge SF setup.
2010-02-25 Eric Anholti965: Add basic decode of new gen6 packet boundaries.
2010-02-25 Eric Anholti965: Set up sandybridge depthbuffer.
2010-02-25 Eric Anholtintel: Start adding defines and some bits for sandybrid...
2010-02-24 Kristian Høgsbergintel: Implement GL_OES_EGL_image entrypoints
2010-02-24 Kristian Høgsbergintel: Implement DRI image extension
2010-02-24 Kristian Høgsbergintel: Call intel_prepare_render() in intelMakeCurrent()
2010-02-23 Eric Anholti965: Enable GL_ARB_fragment_coord_conventions now...
2010-02-22 Chris Wilsonintel: assert that we do not overflow the batch buffer.
2010-02-22 Chris Wilsonintel: Check that we have a bufmgr or bail out when...
2010-02-20 Vinson Leeintel: Silence compiler format warnings.
2010-02-19 Kristian Høgsbergintel: Set buffer stamp before getting new buffers
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-19 Kristian HøgsbergReplace _mesa_malloc, _mesa_calloc and _mesa_free with...
2010-02-18 Kristian Høgsbergintel: Include main/hash.h using "" instead of <>
2010-02-18 Kristian Høgsbergintel: Implement the DRI2 invalidate function properly
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-16 Francisco Jerezdri2: Event driven buffer validation.
2010-02-12 Vinson Leeintel: Remove unused variable.
2010-02-12 Kristian Høgsbergintel: Avoid dri_bo_flink() in intel_update_renderbuffers()
2010-02-12 Kristian Høgsbergintel: Track named regions and make sure we only have...
2010-02-12 Roland ScheideggerMerge branch 'gallium-dynamicstencilref'
2010-02-11 Kristian Høgsbergi915: Remove always-true irq_active struct intel_screen...
2010-02-11 Kristian Høgsbergi915: Remove a few DRI1 era struct intel_screen fields
2010-02-11 Kristian Høgsbergi915: Drop intelScreenPrivate typedef and just call...
2010-02-11 Kristian Høgsbergi915: Remove unused intelRegion struct
2010-02-11 Kristian Høgsbergi915: Remove left-over drmUnmap()
2010-02-10 Karl SchultzMerge branch 'master' of git+ssh://git.freedesktop...
2010-02-10 Ian Romanickintel: Don't expose GLX_SWAP_EXCHANGE_OML
2010-02-10 Ian Romanickintel: Expose a minimal number of configs with accumula...
2010-02-10 Ian Romanickdri: Allow selective generation of accum. buffer configs
2010-02-10 Ian Romanickintel: Stop exposing useless 24 depth/0 stencil configs
2010-02-10 Ian Romanickintel: Remove redundant init of depth_bits / stencil_bi...
2010-02-10 Ian Romanickintel: Update comment in intelInitScreen2 to noting...
2010-02-09 Kristian Høgsbergdri_interface: Introduce DRI tokens for the texBuffer...
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-06 Damien Lespiauintel: Allow L8 PBO blit uploads.
2010-02-06 Eric Anholtintel: Check aperture size when doing a blit glClear.
2010-02-06 Eric Anholtintel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_...
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-03 José FonsecaMerge branch 'gallium-embedded'
2010-02-03 Francisco Jerezmesa: Factor out the fb initialization details from...
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-31 Vinson Leeintel: Remove unnecessary headers.
2010-01-30 Eric Anholtintel: Respect texture tiling when doing a PBO blit...
2010-01-30 Eric Anholtintel: Fix inverting of inversion test for windows...
2010-01-28 Eric Anholtintel: Set the region's tiling to none when attaching...
2010-01-28 Eric Anholtintel: Remove long-disabled meta readpixels, and associ...
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-27 Eric Anholtintel: Remove dead code from having to clip copyteximag...
2010-01-27 Eric Anholtintel: Use a handy helper in glReadPixels source clipping.
2010-01-27 Eric Anholtintel: Clean up stale comments about cliprects.
2010-01-27 Eric Anholtintel: Remove the remaining cliprects code from DRI1.
2010-01-27 Eric Anholtintel: Remove DRI1 junk from spans code.
2010-01-27 Eric Anholtintel: Remove DRI1 junk from blit glBitmap.
2010-01-27 Eric Anholtintel: Remove DRI1 junk from CopyPixels.
2010-01-27 Eric Anholtintel: Remove DRI1 junk from glClear blit implementation.
2010-01-27 Eric Anholtintel: Fix PBO blit ReadPixels from an FBO.
2010-01-26 Eric Anholti965: Add support for EXT_draw_buffers2.
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-26 Jesse Barnesintel: make sure we update the renderbuffers after...
2010-01-26 Eric Anholtintel: Don't do client-side frame throttling with DRI2...
2010-01-26 Eric AnholtRevert "intel: Use the new DRI2 flush invalidate entryp...
2010-01-26 Eric Anholti965: Remove unnecessary malloc/free in VS binding...
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-23 Vinson Leeintel: Remove unnecessary headers.
2010-01-23 Dave AirlieMerge branch 'arb_half_float_vertex'
2010-01-23 Dave Airliei965: add support for ARB_half_float_vertex
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-21 Chia-I Wudri: Remove unnecessary glapi headers.
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-19 Eric Anholtintel: Remove dead note_fence vtbl hook.
2010-01-19 Eric Anholtintel: Use the new DRI2 flush invalidate entrypoint...
2010-01-16 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-14 Michal KrolMerge branch 'instanced-arrays'
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-11 Jesse BarnesMerge branch 'master' of ssh://people.freedesktop.org...
2010-01-08 Kristian Høgsbergintel/DRI2: add DRI2flushExtension support with invalid...
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Kristian HøgsbergMerge branch 'remove-intel-dri1'
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Michal KrolMerge branch 'master' into instanced-arrays
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-04 Eric Anholtintel: Fix CopyTexImage from tiled mipmap levels > 0.
2010-01-04 Kristian Høgsbergintel: intelScreenContext() is no longer used
next