aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile
Commit message (Expand)AuthorAgeFilesLines
* i965: Factor our source lists into Makefile.sourcesChad Versace2011-08-261-127/+11
* i965/vs: Copy the live intervals calculation over from the FS.Eric Anholt2011-08-191-0/+1
* i965: Start adding the VS visitor and codegen.Eric Anholt2011-08-161-1/+4
* dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr2011-06-021-1/+3
* i965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_visitor.cpp.Eric Anholt2011-05-271-0/+1
* i965/fs: Split the BRW native code emit to brw_fs_emit.cppEric Anholt2011-05-271-0/+1
* i965: Move non-FS-specific shader support to brw_shader.cpp.Eric Anholt2011-05-271-1/+2
* i965: Fix SAMPLER_STATE on Ivybridge.Kenneth Graunke2011-05-171-0/+1
* i965: Update SURFACE_STATE for Ivybridge.Kenneth Graunke2011-05-171-1/+2
* i965: Add depth buffer support on Ivybridge.Kenneth Graunke2011-05-171-0/+1
* i965: Explicitly disable unused pipeline stages on Ivybridge.Kenneth Graunke2011-05-171-0/+1
* i965: Initial Ivybridge VS state.Kenneth Graunke2011-05-171-0/+1
* i965: Initial Ivybridge Viewport state setup.Kenneth Graunke2011-05-171-0/+1
* i965: Initial Ivybridge Clip state setup.Kenneth Graunke2011-05-171-0/+1
* i965: Initial Ivybridge CC state setup.Kenneth Graunke2011-05-171-0/+1
* i965: Initial Ivybridge WM/PS state setup.Kenneth Graunke2011-05-171-1/+2
* i965: Initial Ivybridge SF/SBE state setup.Kenneth Graunke2011-05-171-0/+1
* i965: Initial Ivybridge URB space partitioning, including push constants.Kenneth Graunke2011-05-171-1/+2
* i965: Move the CC VP to state streaming.Eric Anholt2011-04-291-1/+0
* i965/fs: Add an instruction scheduler.Eric Anholt2011-01-191-0/+1
* i965: Nuke brw_wm_glsl.c.Eric Anholt2010-12-061-1/+0
* i965: Split register allocation out of the ever-growing brw_fs.cpp.Eric Anholt2010-10-211-0/+1
* i965: Normalize cubemap coordinates like is done in the Mesa IR path.Eric Anholt2010-10-071-0/+1
* i965: Add new pass to split vectors into scalar variablesEric Anholt2010-08-261-1/+2
* i965: Add a pass for the FS to reduce vector expressions down to scalar.Eric Anholt2010-08-261-1/+2
* i965: Start building 965 FS backend.Eric Anholt2010-08-261-0/+3
* intel: Remove unused intel/server filesKristian Høgsberg2010-07-271-1/+1
* i965: Set the CC VP state immediately on state change.Eric Anholt2010-06-111-0/+1
* intel: Only register ES2 extensions for ES2 contextsKristian Høgsberg2010-04-281-0/+1
* i965: Fix up VS DP4 sequences to avoid dependency control.Eric Anholt2010-03-121-0/+1
* dri: drop MINIGLX_SOURCESGeorge Sapountzis2010-03-061-1/+0
* i965: Set up the SNB sampler state pointers.Eric Anholt2010-02-251-0/+1
* i965: Untested Sandybridge WM packets.Eric Anholt2010-02-251-1/+2
* i965: Untested Sandybridge SF setup.Eric Anholt2010-02-251-0/+1
* i965: Add Sandybridge viewport setup.Eric Anholt2010-02-251-0/+1
* i965: Add Sandybridge scissor state.Eric Anholt2010-02-251-0/+1
* i965: Set up the SNB URB.Eric Anholt2010-02-251-0/+1
* i965: Add untested REJECT_ALL clip state.Eric Anholt2010-02-251-0/+1
* i965: Add untested passthrough GS setup.Eric Anholt2010-02-251-0/+1
* i965: Add untested Sandybridge passthrough VS setup.Eric Anholt2010-02-251-1/+2
* i965: Start adding support for the Sandybridge CC unit.Eric Anholt2010-02-251-1/+3
* 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