aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Use brw_blorp_blit_miptrees() for CopyTexSubImage().Eric Anholt2013-05-061-43/+41
* i965: Move blorp resolve setup into brw_blorp_blit_miptrees().Eric Anholt2013-05-061-7/+5
* i965: Lower bitfieldInsert.Matt Turner2013-05-061-0/+4
* i965/vs: Add support for bit instructions.Matt Turner2013-05-064-1/+106
* i965/fs: Add support for bit instructions.Matt Turner2013-05-065-0/+142
* i965: Add support for emitting and disassembling bit instructions.Matt Turner2013-05-064-0/+28
* i965: Print the correct dst and shared-src types for 3-src instructions.Matt Turner2013-05-061-4/+22
* i965/gen7: Set src/dst types for 3-src instructions.Matt Turner2013-05-061-4/+36
* i965: Add 3-src destination and shared-source type macros.Matt Turner2013-05-061-0/+11
* i965: Add Gen7+ fields to brw_instruction and add comments.Matt Turner2013-05-061-12/+19
* i965: Enable fast clears on non-8x4-aligned sizes.Eric Anholt2013-05-031-13/+0
* i965/vs: Add instruction scheduling.Eric Anholt2013-05-023-0/+229
* i965: Move most of the FS instruction scheduler code to a general class.Eric Anholt2013-05-021-49/+75
* i965: Pull a couple of FS scheduling functions out to methods.Eric Anholt2013-05-021-55/+77
* i965: Move FS instruction scheduling to a non-FS-specific file.Eric Anholt2013-05-022-1/+1
* i965: Share the register file enum between the two backends.Eric Anholt2013-05-027-34/+24
* i965: Make dump_instructions be a virtual method of the visitor.Eric Anholt2013-05-026-28/+22
* i965/vs: Do round-robin register allocation on gen6+ like we do in the FS.Eric Anholt2013-05-021-0/+4
* i965: Fix SNB GPU hangs when a blorp batch is the first thing to execute.Eric Anholt2013-05-021-0/+35
* intel: use automake conditionals for defining FEATURE_{ES1,ES2}Andreas Boll2013-05-011-1/+10
* i965/vs: Fix textureGrad() with shadow samplers on Haswell.Kenneth Graunke2013-05-011-2/+8
* i965: Lower textureGrad() for samplerCubeShadow.Kenneth Graunke2013-05-013-6/+27
* i965: Implement color clears using a simple shader in blorp.Eric Anholt2013-04-308-14/+344
* mesa: Make a Mesa core function for sRGB render encoding handling.Eric Anholt2013-04-302-41/+15
* i965: Don't flush the batch at the end of blorp.Eric Anholt2013-04-303-18/+19
* intel: Remove the last spans code!Eric Anholt2013-04-302-4/+0
* i965/fs: Print out the estimated cycle count in INTEL_DEBUG=wmEric Anholt2013-04-291-0/+5
* i965/fs: Allow LRPs with uniform registers.Eric Anholt2013-04-293-1/+11
* i965: Disable Z16 on contexts that don't require it.Eric Anholt2013-04-291-1/+14
* intel: Fold the one last function intel_tex_format.c into the caller.Eric Anholt2013-04-292-2/+0
* i965: Move is_math/is_tex/is_control_flow() to backend_instruction.Kenneth Graunke2013-04-296-76/+49
* i965/fs: Don't try to use bogus interpolation modes pre-Gen6.Chris Forbes2013-04-301-9/+17
* i965/vs: Fix order of source arguments to LRP.Matt Turner2013-04-281-1/+4
* i965/vs: Add support for LRP instruction.Matt Turner2013-04-255-3/+22
* i965/vs: Add a function to fix-up uniform arguments for 3-src insts.Matt Turner2013-04-252-0/+25
* i965: Avoid recompiles for fragment clamping on non-clamping APIs.Eric Anholt2013-04-252-2/+2
* i965: report correct sample positionsChris Forbes2013-04-251-4/+4
* i965/gen7: fix encoding of (huge) surface size for BRW_SURFACE_BUFFERChia-I Wu2013-04-241-6/+10
* i965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERNChia-I Wu2013-04-241-3/+14
* i965: fix SURFACE_STATE dumpingChia-I Wu2013-04-241-4/+4
* i965: Remove strange comments about math functions.Matt Turner2013-04-241-3/+3
* i965: Remove traces of nonexistent TAN math function.Matt Turner2013-04-242-2/+1
* mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functionsMarek Olšák2013-04-245-5/+10
* mesa: remove _NEW_PACKUNPACKMarek Olšák2013-04-241-1/+0
* mesa: convert _NEW_RASTERIZER_DISCARD to a driver flagMarek Olšák2013-04-245-8/+12
* mesa,i965: use NewDriverState to communicate TFB state changes with the driverMarek Olšák2013-04-246-14/+22
* i965/fs: Don't save value returned by emit() if it's not used.Matt Turner2013-04-221-11/+11
* i965: Fix a mistake in the comments for software counters.Kenneth Graunke2013-04-221-2/+2
* i965: Apply CMP NULL {Switch} work-around to other Gen7s.Matt Turner2013-04-221-1/+4
* mesa: Introduce a globally-available minify() macro.Eric Anholt2013-04-211-4/+4