summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke25-76/+100
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke25-25/+25
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke24-24/+24
2013-04-24mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functionsMarek Olšák5-5/+10
2013-04-24mesa: remove _NEW_PACKUNPACKMarek Olšák1-1/+0
2013-04-24mesa: convert _NEW_RASTERIZER_DISCARD to a driver flagMarek Olšák5-8/+12
2013-04-24mesa,i965: use NewDriverState to communicate TFB state changes with the driverMarek Olšák6-14/+22
2013-04-22i965/fs: Don't save value returned by emit() if it's not used.Matt Turner1-11/+11
2013-04-22i965: Fix a mistake in the comments for software counters.Kenneth Graunke1-2/+2
2013-04-22i965: Apply CMP NULL {Switch} work-around to other Gen7s.Matt Turner1-1/+4
2013-04-21mesa: Introduce a globally-available minify() macro.Eric Anholt6-36/+21
2013-04-21mesa: Generalize TexStorage allocator between swrast and intel.Eric Anholt2-27/+2
2013-04-21mesa: Add performance debug for meta code.Eric Anholt1-3/+25
2013-04-21intel: Mention how much data we're trying to subdata in perf debug.Eric Anholt1-2/+3
2013-04-19mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.Eric Anholt4-37/+44
2013-04-18Revert "i965: Check reg.nr for BRW_ARF_NULL instead of reg.file."Matt Turner1-1/+1
2013-04-17i965: Check reg.nr for BRW_ARF_NULL instead of reg.file.Matt Turner1-1/+1
2013-04-17i965: Implement work-around for CMP with null dest on Haswell.Matt Turner1-0/+12
2013-04-17i965/vec4: Fix hypothetical use of uninitialized data in attribute_map[].Paul Berry1-0/+11
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul14-14/+0
2013-04-17intel: Don't dereference a NULL pointer of calloc failsIan Romanick1-0/+4
2013-04-17i965: Trim trailing whitespace in brw_defines.h.Eric Anholt1-144/+144
2013-04-17r200: fix build failure introduced with cbbcb0247e6aa8d7adc274a94206ee02f9c70beaLaurent Carlier1-1/+1
2013-04-17mesa: remove gl_context::_TriangleCapsBrian Paul1-3/+4
2013-04-17mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul3-7/+16
2013-04-17mesa: remove DD_TRI_UNFILLED flagBrian Paul5-11/+31
2013-04-17mesa: remove DD_TRI_STIPPLE flagBrian Paul1-0/+2
2013-04-17mesa: remove DD_TRI_OFFSET flagBrian Paul1-0/+4
2013-04-17mesa: remove DD_POINT_ATTEN flagBrian Paul1-1/+3
2013-04-17mesa: remove DD_POINT_SMOOTH flagBrian Paul2-2/+2
2013-04-17mesa: remove DD_LINE_STIPPLE flagBrian Paul1-1/+3
2013-04-17mesa: remove DD_SEPARATE_SPECULAR flagBrian Paul3-3/+6
2013-04-17intel: Add a null pointer check before dereferencing the pointerAnuj Phogat1-0/+9
2013-04-16i965: Enable the Bay Trail platform.Kenneth Graunke3-0/+24
2013-04-15build: Get rid of DRIVER_DIRSMatt Turner1-22/+0
2013-04-12i965: Shut up the last release build warning.Eric Anholt1-0/+1
2013-04-12i965: Silence one more compile warning.Eric Anholt1-0/+1
2013-04-12i965: Fix a warning in the release build.Eric Anholt1-2/+1
2013-04-12i965: Fix an unused variable warning in the release build.Eric Anholt1-4/+2
2013-04-12i965: Fix an unused variable warning in the release build.Eric Anholt1-1/+0
2013-04-12intel: Return failure properly in the texsubimage blit path.Eric Anholt1-1/+1
2013-04-12intel: Fix a warning in the release build.Eric Anholt1-2/+1
2013-04-12intel: Fix an unused variable warning in the release build.Eric Anholt1-2/+2
2013-04-12intel: Improve diagnostics for emit_linear_blit failure path.Eric Anholt1-2/+5
2013-04-12i965: Fix error path for MCS allocation.Eric Anholt1-1/+1
2013-04-12i830: Move assert-only code into the assert.Eric Anholt1-4/+1
2013-04-12i965/fs: Fix some untriggered optimization bugs with uncompressed/sechalf.Eric Anholt1-4/+4
2013-04-12i965/fs: Add basic-block-level dead code elimination.Eric Anholt2-0/+161
2013-04-12i965/fs: Remove incorrect note of writing attr in centroid workaround.Eric Anholt1-1/+1
2013-04-12i965/fs: Add a helper function for checking for partial register updates.Eric Anholt5-22/+24