dri: unify __DriverAPIRec
[mesa.git] / src / mesa / drivers /
2011-11-04 George Sapountzisdri: unify __DriverAPIRec
2011-11-04 George Sapountzisdri: drop drmLock remnants
2011-11-04 Dave Airlieradeon/r200: strip texture borders.
2011-11-04 Dave Airlieradeon/r200: fix r100/r200 blit to use the offsets.
2011-11-04 Dave Airlieradeon: drop mtface/mtlevel, use ones in base class.
2011-11-04 Eric Anholti965/gen6: Improve glReadPixels() performance by blitti...
2011-11-04 Eric Anholtintel: Add safety asserts for the blit engine's pitch...
2011-11-04 Eric Anholtintel: Don't force a batchbuffer flush in readpixels.
2011-11-04 Eric Anholtradeon: Remove early dereference of src/dst width in...
2011-11-04 Vinson Leeradeon: Fix variable initialization typo.
2011-11-04 Paul Berryi965: Fix constant propagation into 32-bit integer...
2011-11-03 Eric Anholtradeon: Check an error return instead of assigning...
2011-11-03 Dave Airlieradeon: fix some regressions in texturing code.
2011-11-03 Chia-I Wumesa, i965: prepare for more than 8 texture targets
2011-11-02 Carl-Philip Haenschdriconf: updated german translation
2011-11-02 Carl-Philip Haenschdriconf: updated de.po
2011-11-02 Morgan ArmandwglSetPixelFormat should ignore the ppfd parameter.
2011-11-02 Paul Berryi965: Add support for integral vertex attributes.
2011-11-02 Kristian Høgsbergdri: Remove unused memops.h
2011-11-02 Kristian Høgsbergdri: Remove a few unused dri helper functions
2011-11-02 Kristian Høgsbergdri: Remove unused dri texmem.c
2011-11-02 Kristian Høgsbergdri: Move _dri_texformat_* to radeon_texture.c
2011-11-02 Kristian Høgsbergr200: Don't use driIsTextureResident helper
2011-11-02 Kristian Høgsbergdri: Drop unused dri renderbuffer helper functions
2011-11-02 Kristian Høgsbergdri: Move driUpdateFramebufferSize to dri_util.c
2011-11-02 Kristian Høgsbergdri: Remove unnecessary #defines and #includes
2011-11-02 Kristian Høgsbergdri: Remove unnecessary timestamp pointer indirection
2011-11-02 Kristian Høgsbergdri: Remove unused fields from __DriverAPIRec
2011-11-02 Kristian Høgsbergdri: Remove dri2.enabled flag
2011-11-02 Kristian Høgsbergdri: Remove DRI1 fields from DRI structs
2011-11-02 Kristian Høgsbergdri: Remove remaining DRI1 vblank code
2011-11-02 Kristian Høgsbergdri: Remove cliprect information from __DRIdrawable
2011-11-02 Kristian Høgsbergdri: Drop unused driCalculateSwapUsage
2011-11-02 Kristian Høgsbergdri: Remove unused driIntersectArea
2011-11-02 Kristian Høgsbergdri: Drop __driUtilUpdateDrawableInfo and helper macros
2011-11-02 Kristian Høgsbergdri: Remove unused driSwapBuffers
2011-11-02 Kristian Høgsbergdri: Drop unused driCreateNewContext
2011-11-02 Kristian Høgsbergdri: Fold driCreateNewDrawable into dri2CreateNewDrawable
2011-11-02 Kristian Høgsbergdri: Remove unsused driCreateNewScreen
2011-11-02 Kristian Høgsbergdri: Remove unused __DRIswapInfoRec
2011-11-02 Kristian Høgsbergdri: Remove driMediaStreamCounterExtension
2011-11-02 Kristian Høgsbergdri: Remove driSwapControlExtension
2011-11-02 Kristian Høgsbergdri: Drop driCopySubBufferExtension
2011-11-02 Kristian Høgsbergdri: Drop driReadDrawableExtension
2011-11-02 Kristian Høgsbergdri: Drop driLegacyExtension
2011-11-02 Jeremy HuddlestonBuild fix for -Werror=int-to-pointer-cast -Werror=point...
2011-11-02 Yuanhan Liuintel: fix potential segfault error
2011-11-01 Eric Anholtnouveau: Add implementation of MapRenderbuffer.
2011-11-01 Eric Anholtradeon: Add implementation of MapRenderbuffer.
2011-11-01 Eric Anholtintel: Use MapRenderbuffer in spans setup.
2011-11-01 Eric Anholtintel: Add an implementation of MapRenderbuffer.
2011-11-01 Eric Anholtintel: Improve the debug info for renderbuffer allocation.
2011-11-01 Eric AnholtAdd MapRenderbuffer implementations for software drivers.
2011-11-01 Eric AnholtRevert "intel: Drop the immediate validation of the...
2011-11-01 Nicholas Mielldri/nouveau: Enable NV_fog_distance on NV10 and NV20...
2011-10-31 Paul Berryi965: Fix flat integral varyings.
2011-10-31 Paul Berryi965/gen6+: Switch GLSL from ALT to IEEE floating point...
2011-10-31 Brian Paulswrast: implement GL_ARB_texture_storage
2011-10-30 Dave Airlieradeon/r200: drop remains of r300/r600 support along...
2011-10-30 Chia-I Wuintel: enable GL_OES_draw_texture
2011-10-30 Chia-I Wumeta: add _mesa_meta_DrawTex()
2011-10-29 Eric Anholti965: Remove the prepare() hook from state atoms.
2011-10-29 Eric Anholti965: Remove the memcpy()ed atoms array now that everyt...
2011-10-29 Eric Anholti965: Merge brw_validate_state() and brw_upload_state...
2011-10-29 Eric Anholti965: Remove state upload code for calling prepare...
2011-10-29 Eric Anholti965: Remove some old texturing debug code.
2011-10-29 Eric Anholti965: Finally, move the global fallbacks check to emit...
2011-10-29 Eric Anholti965: Move index buffer upload to emit() time.
2011-10-29 Eric Anholti965: Do a hack job of merging VB prepare()/emit()...
2011-10-29 Eric Anholti965: Move the WM input sizes calculation to emit(...
2011-10-29 Eric Anholti965: Move program compile to emit() time.
2011-10-29 Eric Anholti965/gen4: Move CURBE offset calculation to emit()...
2011-10-29 Eric Anholti965/gen4: Fold push constant prepare()/emit() together.
2011-10-29 Eric Anholti965/gen6: Move viewport state setup to emit() time.
2011-10-29 Eric Anholti965/gen4: Move URB fence recalculate to emit() time.
2011-10-29 Eric Anholti965: Fold the gen6/7 URB state prepare()/emit() together.
2011-10-29 Eric Anholti965: Move VS pull constant upload to emit() time.
2011-10-29 Eric Anholti965: Fold prepare() and emit() of VS surface state...
2011-10-29 Eric Anholti965: Move WM pull constant setup to emit() time.
2011-10-29 Eric Anholti965/gen7: Fold WM surface state prepare()/emit() together.
2011-10-29 Eric Anholti965/gen4: Fold WM surface state prepare()/emit() together.
2011-10-29 Eric Anholti965: Move sampler state to emit() time.
2011-10-29 Eric Anholti965/gen4: Move unit state setup to emit() time.
2011-10-29 Eric Anholti965/gen7: Fold prepare() and emit() of SF CLIP/VP...
2011-10-29 Eric Anholti965/gen4: Move CC VP to emit() time, since it's only...
2011-10-29 Eric Anholti965: Move push constants setup to emit() time.
2011-10-29 Eric Anholti965/gen6: Move setup of CC state batches to emit time.
2011-10-29 Eric Anholti965: Check Fallback again after upload.
2011-10-29 Eric Anholti965: Remove the validated BO list, now that it's unused.
2011-10-29 Eric Anholti965: Use the batch save/reset code to avoid needing...
2011-10-29 Eric Anholtintel: Return error value from intel_batchbuffer_flush().
2011-10-29 Eric Anholti965: Add a note about an unsafe-looking state check.
2011-10-29 Eric Anholtintel: Add an interface for saving/restoring the batchb...
2011-10-29 Eric Anholti915: Move the always_flush_cache code to triangle...
2011-10-29 Dave Airlieradeon/r200: forgot one somehow
2011-10-29 Dave Airlieradeon/r200: drop remains of non-libdrm_radeon build
2011-10-28 Ian Romanicki965: Use glsl_type::column_type instead of open-coding it
2011-10-28 Marek Olšákr300c/compiler: remove the compiler too
2011-10-28 Kenneth Graunkei965/fs: Use the actual hardware g0 register for texel...
2011-10-28 Eric Anholtradeon: Remove the non-libdrm kernel memory manager...
next