| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: make _mesa_save_vtxfmt_init() static | Brian Paul | 2013-04-23 | 2 | -5/+3 |
* | mesa: use new _mesa_inside_dlist_begin_end() function | Brian Paul | 2013-04-23 | 3 | -4/+14 |
* | mesa: use new _mesa_inside_begin_end() function | Brian Paul | 2013-04-23 | 4 | -10/+21 |
* | mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XOR | Marek Olšák | 2013-04-24 | 7 | -185/+0 |
* | mesa: don't flush vertices and don't flag _NEW_COLOR in ClearColor, ClearIndex | Marek Olšák | 2013-04-24 | 1 | -37/+12 |
* | mesa: don't flush vertices and don't flag _NEW_COLOR for GL_CLAMP_READ_COLOR | Marek Olšák | 2013-04-24 | 1 | -1/+0 |
* | mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functions | Marek Olšák | 2013-04-24 | 6 | -8/+14 |
* | mesa: don't flush vertices and don't flag _NEW_DEPTH in ClearDepth | Marek Olšák | 2013-04-24 | 1 | -7/+1 |
* | mesa: don't flush and don't flag _NEW_STENCIL in ClearStencil, ActiveStencilFace | Marek Olšák | 2013-04-24 | 1 | -5/+0 |
* | mesa: don't set _NEW_BUFFERS in GenerateMipmap and BlitFramebuffer | Marek Olšák | 2013-04-24 | 1 | -2/+2 |
* | mesa: remove _NEW_PACKUNPACK | Marek Olšák | 2013-04-24 | 6 | -28/+3 |
* | mesa: convert _NEW_RASTERIZER_DISCARD to a driver flag | Marek Olšák | 2013-04-24 | 10 | -18/+22 |
* | mesa,i965: use NewDriverState to communicate TFB state changes with the driver | Marek Olšák | 2013-04-24 | 8 | -22/+42 |
* | mesa: remove redundant _NEW_BUFFERS setting in ReadBuffer | Marek Olšák | 2013-04-24 | 1 | -1/+0 |
* | st/mesa: add a simple path to BufferData if it only discards buffer contents | Marek Olšák | 2013-04-24 | 1 | -0/+14 |
* | st/mesa: depth-stencil-alpha state also depends on _NEW_BUFFERS | Marek Olšák | 2013-04-24 | 1 | -1/+1 |
* | gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel... | José Fonseca | 2013-04-23 | 4 | -4/+10 |
* | i965/fs: Don't save value returned by emit() if it's not used. | Matt Turner | 2013-04-22 | 1 | -11/+11 |
* | mesa: Remove extra MapBufferRange in create_beginend_table() | Brian Paul | 2013-04-22 | 1 | -1/+0 |
* | i965: Fix a mistake in the comments for software counters. | Kenneth Graunke | 2013-04-22 | 1 | -2/+2 |
* | i965: Apply CMP NULL {Switch} work-around to other Gen7s. | Matt Turner | 2013-04-22 | 1 | -1/+4 |
* | st/mesa: minor indentation fixes | Brian Paul | 2013-04-22 | 1 | -2/+2 |
* | mesa: Introduce a globally-available minify() macro. | Eric Anholt | 2013-04-21 | 7 | -36/+27 |
* | mesa: Generalize TexStorage allocator between swrast and intel. | Eric Anholt | 2013-04-21 | 6 | -62/+37 |
* | mesa: Add performance debug for meta code. | Eric Anholt | 2013-04-21 | 2 | -3/+35 |
* | intel: Mention how much data we're trying to subdata in perf debug. | Eric Anholt | 2013-04-21 | 1 | -2/+3 |
* | 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 |