summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/Makefile
AgeCommit message (Expand)Author
2011-01-19i965/fs: Add an instruction scheduler.Eric Anholt
2010-12-06i965: Nuke brw_wm_glsl.c.Eric Anholt
2010-10-21i965: Split register allocation out of the ever-growing brw_fs.cpp.Eric Anholt
2010-10-07i965: Normalize cubemap coordinates like is done in the Mesa IR path.Eric Anholt
2010-08-26i965: Add new pass to split vectors into scalar variablesEric Anholt
2010-08-26i965: Add a pass for the FS to reduce vector expressions down to scalar.Eric Anholt
2010-08-26i965: Start building 965 FS backend.Eric Anholt
2010-07-27intel: Remove unused intel/server filesKristian Høgsberg
2010-06-11i965: Set the CC VP state immediately on state change.Eric Anholt
2010-04-28intel: Only register ES2 extensions for ES2 contextsKristian Høgsberg
2010-03-12i965: Fix up VS DP4 sequences to avoid dependency control.Eric Anholt
2010-03-06dri: drop MINIGLX_SOURCESGeorge Sapountzis
2010-02-25i965: Set up the SNB sampler state pointers.Eric Anholt
2010-02-25i965: Untested Sandybridge WM packets.Eric Anholt
2010-02-25i965: Untested Sandybridge SF setup.Eric Anholt
2010-02-25i965: Add Sandybridge viewport setup.Eric Anholt
2010-02-25i965: Add Sandybridge scissor state.Eric Anholt
2010-02-25i965: Set up the SNB URB.Eric Anholt
2010-02-25i965: Add untested REJECT_ALL clip state.Eric Anholt
2010-02-25i965: Add untested passthrough GS setup.Eric Anholt
2010-02-25i965: Add untested Sandybridge passthrough VS setup.Eric Anholt
2010-02-25i965: Start adding support for the Sandybridge CC unit.Eric Anholt
2010-01-04intel: Remove client-side vblank codeKristian Høgsberg
2010-01-04Check for libdrm_$chipset.pc when neededKristian Høgsberg
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul
2009-09-28intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt
2009-09-03intel: Add support for ARB_sync.Eric Anholt
2009-08-04i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}.Eric Anholt
2009-06-19intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt
2009-05-08intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt
2009-05-06i965: Disentangle VS constant surface state from WM surface state.Eric Anholt
2009-02-02i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt
2009-01-26intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul
2009-01-26intel: move glClear-related code into new intel_clear.c fileBrian Paul
2009-01-26intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...Brian Paul
2009-01-22intel: remove/disable the "paired depth/stencil" codeBrian Paul
2009-01-07i965: Remove dead brw_vs_tnl.cEric Anholt
2008-10-09i965: Actually hook up the accelerated DrawPixels support.Eric Anholt
2008-10-07i965: Add ARB_occlusion_query support.Eric Anholt
2008-09-10intel: track move of bo_exec from drivers to bufmgr.Eric Anholt
2008-09-10intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-06-24Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-24intel: Merge check_blit_fragment_ops between i915/i965.Eric Anholt
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt
2008-05-07GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt
2008-05-02Add intel_bufmgr_gem for new graphics execution manager.Eric Anholt
2008-02-14i965: remove unused hal hooksDave Airlie
2007-12-20[965] Enable EXT_framebuffer_object.Eric Anholt