Revert "i965/wm: use proper API buffer size for the surfaces."
[mesa.git] / src / mesa / drivers / dri / i965 / intel_buffer_objects.c
2016-01-05 Ilia MirkinRevert "i965/wm: use proper API buffer size for the...
2016-01-04 Samuel Iglesias... i965/wm: use proper API buffer size for the surfaces.
2015-09-25 Iago Toral Quirogai965: Implement DriverFlags.NewShaderStorageBuffer
2015-09-10 Ian Romanicki965: Fix typos in license
2015-09-10 Ian Romanicki965: Remove horizontal bars from file header comments
2015-06-24 Chris Wilsoni965: Rename intel_emit* to reflect their new location...
2015-04-17 Kenneth Graunkei965: Issue perf_debug messages for unsynchronized...
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2014-10-29 Kenneth Graunkei965: Rename intel_bufferobj_* functions to match GL...
2014-10-23 Matt Turneri965: Silence unused variable warning.
2014-10-16 Kenneth Graunkemesa: Drop the "target" parameter from NewBufferObject().
2014-10-16 Chris Forbesi965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible...
2014-10-16 Chris Forbesi965: Dirty state in BO reallocation based on usage...
2014-10-13 Kenneth Graunkei965: Issue performance warnings on MapBufferRange...
2014-09-23 Juha-Pekka Heikkilai965: Add extra null check in intel_bufferobj_alloc()
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
2014-03-14 Eric Anholti965: Add support for GL_ARB_buffer_storage.
2014-03-14 Eric Anholti965: Always use CPU mappings for BOs on LLC platforms.
2014-03-14 Eric Anholti965: Drop the system-memory temporary allocations...
2014-03-14 Eric Anholti965: Switch mapping modes for non-explicit-flush blit...
2014-02-25 Eric Anholti965: Fix segfaults since the buffer_storage changes.
2014-02-25 Marek Olšákmesa: allow buffers to be mapped multiple times
2014-02-25 Marek Olšákmesa: add storage flags parameter to Driver.BufferData
2014-02-21 Eric Anholti965: Stop throwing away our double precision for time...
2014-02-04 Kenneth Graunkei965: Create drm_intel_bo_map wrappers with performance...
2014-01-20 Ian Romanicki965: Ensure that intel_bufferobj_map_range meets align...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-09 Eric Anholti965: Don't do the temporary-and-blit-copy for INVALIDA...
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-10-23 Eric Anholti965: Try to avoid stalls on the GPU when doing glBuffe...
2013-10-23 Eric Anholti965: Add a note about the late-allocation in intel_buf...
2013-10-23 Eric Anholti965: Drop intel_bufferobj_source().
2013-08-30 Eric Anholti965: Directly call intel_batchbuffer_flush() after...
2013-08-17 Kenneth Graunkei965: Improve comments for driver hooks in intel_buffer...
2013-08-17 Kenneth Graunkei965: Split intel_upload code out into a separate file.
2013-08-17 Kenneth Graunkei965: Move GL_APPLE_object_purgeable functionality...
2013-07-09 Kenneth Graunkei965: Move intel_context::upload to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::bufmgr to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-09 Kenneth Graunkei965: Replace #include "intel_context.h" with brw_conte...
2013-07-03 Kenneth Graunkei965: Remove intel_buffer_object::source.
2013-07-03 Kenneth Graunkei965: Fix buffer object segfault since removal of syste...
2013-06-28 Eric Anholti965: Drop the system-memory VBO support for i915.
2013-06-28 Eric Anholti965: Drop #ifdef I915 code.
2013-06-26 Eric Anholti965: Move the remaining intel code to the i965 directory.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-11 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-09 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-28 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-25 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-19 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-12 Pekka PaalanenMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-10 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-06 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-27 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into gallium-0.2
2008-10-17 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-12 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into nouveau...
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-15 Eric Anholt[intel] Merge intel_buffer_objects to shared.
2007-12-13 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-12 Eric Anholt[intel] Move bufmgr back to context instead of screen...
2007-12-08 Eric Anholt[965] Convert the driver to dri_bufmgr interface and...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-27 Eric AnholtRevert "WIP 965 conversion to dri_bufmgr."
2007-09-27 Eric AnholtWIP 965 conversion to dri_bufmgr.
2007-09-27 Eric Anholt[965] Remove AUB file support.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-09-07 Keith WhitwellUse lower alignments where possible. Also pad out...
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.