| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Fix up program_parse.y to avoid uninitialized $$ | Paul Berry | 2013-04-19 | 1 | -0/+5 |
* | mesa: Use quotes on bool driconf options to prevent stdbool.h breakage. | Eric Anholt | 2013-04-19 | 4 | -37/+44 |
* | Revert "i965: Check reg.nr for BRW_ARF_NULL instead of reg.file." | Matt Turner | 2013-04-18 | 1 | -1/+1 |
* | gallium: handle drirc disable_glsl_line_continuations option | Vadim Girlin | 2013-04-19 | 1 | -0/+3 |
* | st/mesa: optionally apply texture swizzle to border color v2 | Christoph Bumiller | 2013-04-18 | 4 | -4/+30 |
* | mesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENABLED is defined | Brian Paul | 2013-04-18 | 1 | -1/+3 |
* | i965: Check reg.nr for BRW_ARF_NULL instead of reg.file. | Matt Turner | 2013-04-17 | 1 | -1/+1 |
* | i965: Implement work-around for CMP with null dest on Haswell. | Matt Turner | 2013-04-17 | 1 | -0/+12 |
* | i965/vec4: Fix hypothetical use of uninitialized data in attribute_map[]. | Paul Berry | 2013-04-17 | 1 | -0/+11 |
* | mesa: generate glGetInteger/Boolean/Float/Doublev() code for all APIs | Brian Paul | 2013-04-17 | 4 | -35/+7 |
* | mesa: remove mfeatures.h | Brian Paul | 2013-04-17 | 1 | -53/+0 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 123 | -127/+0 |
* | mesa: remove FEATURE_remap_table from remap.[ch] | Brian Paul | 2013-04-17 | 2 | -40/+0 |
* | intel: Don't dereference a NULL pointer of calloc fails | Ian Romanick | 2013-04-17 | 1 | -0/+4 |
* | i965: Trim trailing whitespace in brw_defines.h. | Eric Anholt | 2013-04-17 | 1 | -144/+144 |
* | r200: fix build failure introduced with cbbcb0247e6aa8d7adc274a94206ee02f9c70bea | Laurent Carlier | 2013-04-17 | 1 | -1/+1 |
* | st/mesa: clean up formatting in st_cb_msaa.c | Brian Paul | 2013-04-17 | 1 | -12/+18 |
* | mesa: remove gl_context::_TriangleCaps | Brian Paul | 2013-04-17 | 2 | -8/+4 |
* | mesa: remove DD_TRI_LIGHT_TWOSIDE flag | Brian Paul | 2013-04-17 | 10 | -71/+22 |
* | mesa: remove DD_TRI_UNFILLED flag | Brian Paul | 2013-04-17 | 10 | -32/+41 |
* | mesa: remove DD_TRI_SMOOTH flag | Brian Paul | 2013-04-17 | 4 | -7/+2 |
* | mesa: remove DD_TRI_STIPPLE flag | Brian Paul | 2013-04-17 | 5 | -6/+3 |
* | mesa: remove DD_TRI_OFFSET flag | Brian Paul | 2013-04-17 | 4 | -26/+5 |
* | mesa: remove DD_POINT_ATTEN flag | Brian Paul | 2013-04-17 | 5 | -18/+5 |
* | mesa: remove DD_POINT_SMOOTH flag | Brian Paul | 2013-04-17 | 6 | -8/+3 |
* | mesa: remove DD_LINE_STIPPLE flag | Brian Paul | 2013-04-17 | 5 | -13/+4 |
* | mesa: remove DD_SEPARATE_SPECULAR flag | Brian Paul | 2013-04-17 | 6 | -21/+7 |
* | mesa: remove unused DD_LINE_SMOOTH flag | Brian Paul | 2013-04-17 | 4 | -6/+1 |
* | intel: Add a null pointer check before dereferencing the pointer | Anuj Phogat | 2013-04-17 | 1 | -0/+9 |
* | gallium: Disambiguate TGSI_OPCODE_IF. | José Fonseca | 2013-04-17 | 2 | -3/+17 |
* | i965: Enable the Bay Trail platform. | Kenneth Graunke | 2013-04-16 | 3 | -0/+24 |
* | mesa/swrast: Move memory allocation outside the blit loop | Ian Romanick | 2013-04-16 | 1 | -23/+20 |
* | mesa/swrast: Move free calls outside the attachment loop | Ian Romanick | 2013-04-16 | 1 | -4/+5 |
* | mesa/swrast: Refactor no-memory error checking in blit_linear | Ian Romanick | 2013-04-16 | 1 | -29/+11 |
* | build: Get rid of DRIVER_DIRS | Matt Turner | 2013-04-15 | 2 | -23/+13 |
* | build: Rename sources.mak -> Makefile.sources | Matt Turner | 2013-04-15 | 7 | -7/+7 |
* | i965: Shut up the last release build warning. | Eric Anholt | 2013-04-12 | 1 | -0/+1 |
* | i965: Silence one more compile warning. | Eric Anholt | 2013-04-12 | 1 | -0/+1 |
* | i965: Fix a warning in the release build. | Eric Anholt | 2013-04-12 | 1 | -2/+1 |
* | i965: Fix an unused variable warning in the release build. | Eric Anholt | 2013-04-12 | 1 | -4/+2 |
* | i965: Fix an unused variable warning in the release build. | Eric Anholt | 2013-04-12 | 1 | -1/+0 |
* | intel: Return failure properly in the texsubimage blit path. | Eric Anholt | 2013-04-12 | 1 | -1/+1 |
* | intel: Fix a warning in the release build. | Eric Anholt | 2013-04-12 | 1 | -2/+1 |
* | intel: Fix an unused variable warning in the release build. | Eric Anholt | 2013-04-12 | 1 | -2/+2 |
* | intel: Improve diagnostics for emit_linear_blit failure path. | Eric Anholt | 2013-04-12 | 1 | -2/+5 |
* | i965: Fix error path for MCS allocation. | Eric Anholt | 2013-04-12 | 1 | -1/+1 |
* | i830: Move assert-only code into the assert. | Eric Anholt | 2013-04-12 | 1 | -4/+1 |
* | i965/fs: Fix some untriggered optimization bugs with uncompressed/sechalf. | Eric Anholt | 2013-04-12 | 1 | -4/+4 |
* | i965/fs: Add basic-block-level dead code elimination. | Eric Anholt | 2013-04-12 | 2 | -0/+161 |
* | i965/fs: Remove incorrect note of writing attr in centroid workaround. | Eric Anholt | 2013-04-12 | 1 | -1/+1 |