aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "i965: Check reg.nr for BRW_ARF_NULL instead of reg.file."Matt Turner2013-04-181-1/+1
* i965: Check reg.nr for BRW_ARF_NULL instead of reg.file.Matt Turner2013-04-171-1/+1
* i965: Implement work-around for CMP with null dest on Haswell.Matt Turner2013-04-171-0/+12
* i965/vec4: Fix hypothetical use of uninitialized data in attribute_map[].Paul Berry2013-04-171-0/+11
* i965: Trim trailing whitespace in brw_defines.h.Eric Anholt2013-04-171-144/+144
* i965: Shut up the last release build warning.Eric Anholt2013-04-121-0/+1
* i965: Silence one more compile warning.Eric Anholt2013-04-121-0/+1
* i965: Fix a warning in the release build.Eric Anholt2013-04-121-2/+1
* i965: Fix an unused variable warning in the release build.Eric Anholt2013-04-121-4/+2
* i965: Fix an unused variable warning in the release build.Eric Anholt2013-04-121-1/+0
* i965/fs: Fix some untriggered optimization bugs with uncompressed/sechalf.Eric Anholt2013-04-121-4/+4
* i965/fs: Add basic-block-level dead code elimination.Eric Anholt2013-04-122-0/+161
* i965/fs: Remove incorrect note of writing attr in centroid workaround.Eric Anholt2013-04-121-1/+1
* i965/fs: Add a helper function for checking for partial register updates.Eric Anholt2013-04-125-22/+24
* mesa: Add a macro to bitset for determining bitset size.Eric Anholt2013-04-122-3/+2
* i965: Fix compiler warnings since the introduction of texture multisample.Eric Anholt2013-04-121-1/+1
* i965/vs: Print error if vertex shader fails to compile.Matt Turner2013-04-111-0/+4
* i965: NULL check prog on shader compilation failure.Matt Turner2013-04-112-7/+11
* i965/vs: Don't hardcode DEBUG_VS in generic vec4 code.Paul Berry2013-04-115-14/+25