aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile
Commit message (Expand)AuthorAgeFilesLines
* intel: Remove client-side vblank codeKristian Høgsberg2010-01-041-1/+0
* Check for libdrm_$chipset.pc when neededKristian Høgsberg2010-01-041-1/+2
* mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
* intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt2009-09-281-1/+0
* intel: Add support for ARB_sync.Eric Anholt2009-09-031-0/+1
* i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}.Eric Anholt2009-08-041-0/+1
* intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt2009-06-191-0/+1
* intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt2009-05-081-0/+1
* i965: Disentangle VS constant surface state from WM surface state.Eric Anholt2009-05-061-0/+1
* i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt2009-02-021-1/+0
* intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul2009-01-261-0/+1
* intel: move glClear-related code into new intel_clear.c fileBrian Paul2009-01-261-0/+1
* intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...Brian Paul2009-01-261-0/+1
* intel: remove/disable the "paired depth/stencil" codeBrian Paul2009-01-221-1/+0
* i965: Remove dead brw_vs_tnl.cEric Anholt2009-01-071-1/+0
* i965: Actually hook up the accelerated DrawPixels support.Eric Anholt2008-10-091-1/+2
* i965: Add ARB_occlusion_query support.Eric Anholt2008-10-071-0/+1
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+0
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-0/+2
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-2/+0
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-0/+2
* Merge commit 'origin/master' into drm-gemEric Anholt2008-06-241-0/+1
|\
| * intel: Merge check_blit_fragment_ops between i915/i965.Eric Anholt2008-06-241-0/+1
* | [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-3/+0
* | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-0/+1
* | Add intel_bufmgr_gem for new graphics execution manager.Eric Anholt2008-05-021-1/+1
|/
* i965: remove unused hal hooksDave Airlie2008-02-141-1/+0
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-0/+3
* [965] Move to using shared texture management code.Eric Anholt2007-12-161-0/+2
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-1/+0
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-1/+3
* [965] Replace 965 texture format code with common code.Eric Anholt2007-11-201-0/+1
* Merge branch 'origin'Eric Anholt2007-10-291-0/+1
|\
| * Merge branch '965-glsl'Zou Nan hai2007-10-261-0/+1
| |\
| | * support branch and loop in pixel shaderZou Nan hai2007-06-211-0/+1
* | | Replace symlink generation from i915 with files in intel/ and symlinks there.Eric Anholt2007-10-161-15/+2
|/ /
* | [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt2007-09-271-0/+2
* | Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-1/+1
* | WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-1/+1
* | [965] Remove AUB file support.Eric Anholt2007-09-271-2/+0
* | i915/i965 merge serer directories along lines for radeon/r200Dave Airlie2007-09-271-1/+13
|/
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-1/+4
|\
| * Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers.Michel Dänzer2006-12-141-1/+4
* | cleanup code, compiles with vbo changesKeith Whitwell2006-10-311-1/+0
* | checkpoint - remove dead files, otherwise untestedKeith Whitwell2006-10-301-8/+0
|/
* Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell2006-10-051-0/+1
* add accelerated glCopyPixels pathKeith Whitwell2006-09-201-0/+1
* Basic facility for playing back captured aubfiles. Requires a smallKeith Whitwell2006-09-081-0/+1
* Simplify the immediate and displaylist code. Treat VertexAttrib*ARBKeith Whitwell2006-09-061-1/+0
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+97