summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-235-5/+5
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-234-4/+4
* 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-216-36/+21
* mesa: Generalize TexStorage allocator between swrast and intel.Eric Anholt2013-04-211-26/+0
* intel: Mention how much data we're trying to subdata in perf debug.Eric Anholt2013-04-211-2/+3
* mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.Eric Anholt2013-04-194-37/+44
* 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
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-1714-14/+0
* intel: Don't dereference a NULL pointer of calloc failsIan Romanick2013-04-171-0/+4
* i965: Trim trailing whitespace in brw_defines.h.Eric Anholt2013-04-171-144/+144
* r200: fix build failure introduced with cbbcb0247e6aa8d7adc274a94206ee02f9c70beaLaurent Carlier2013-04-171-1/+1
* mesa: remove gl_context::_TriangleCapsBrian Paul2013-04-171-3/+4
* mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul2013-04-173-7/+16
* mesa: remove DD_TRI_UNFILLED flagBrian Paul2013-04-175-11/+31
* mesa: remove DD_TRI_STIPPLE flagBrian Paul2013-04-171-0/+2
* mesa: remove DD_TRI_OFFSET flagBrian Paul2013-04-171-0/+4
* mesa: remove DD_POINT_ATTEN flagBrian Paul2013-04-171-1/+3
* mesa: remove DD_POINT_SMOOTH flagBrian Paul2013-04-172-2/+2
* mesa: remove DD_LINE_STIPPLE flagBrian Paul2013-04-171-1/+3
* mesa: remove DD_SEPARATE_SPECULAR flagBrian Paul2013-04-173-3/+6
* intel: Add a null pointer check before dereferencing the pointerAnuj Phogat2013-04-171-0/+9
* i965: Enable the Bay Trail platform.Kenneth Graunke2013-04-163-0/+24
* 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
* intel: Return failure properly in the texsubimage blit path.Eric Anholt2013-04-121-1/+1
* intel: Fix a warning in the release build.Eric Anholt2013-04-121-2/+1
* intel: Fix an unused variable warning in the release build.Eric Anholt2013-04-121-2/+2
* intel: Improve diagnostics for emit_linear_blit failure path.Eric Anholt2013-04-121-2/+5
* i965: Fix error path for MCS allocation.Eric Anholt2013-04-121-1/+1
* i830: Move assert-only code into the assert.Eric Anholt2013-04-121-4/+1
* 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