i965/fs: Don't try to use bogus interpolation modes pre-Gen6.
[mesa.git] / src / mesa /
2013-04-29 Chris Forbesi965/fs: Don't try to use bogus interpolation modes...
2013-04-28 Matt Turneri965/vs: Fix order of source arguments to LRP.
2013-04-26 Brian Paulmesa: fix the compressed TexSubImage size checking...
2013-04-26 Brian Paulmesa: updated read_buffer_enum_to_index() comment
2013-04-26 Tapani Pällimesa: fix type comparison errors in sub-texture error...
2013-04-26 Matt Turneri965/vs: Add support for LRP instruction.
2013-04-26 Matt Turneri965/vs: Add a function to fix-up uniform arguments...
2013-04-25 Eric Anholti965: Avoid recompiles for fragment clamping on non...
2013-04-25 José Fonsecascons: Support clang.
2013-04-25 Chris Forbesmesa: fix bogus comment about PrimitiveRestart fields
2013-04-25 Chris Forbesi965: report correct sample positions
2013-04-24 Chia-I Wui965/gen7: fix encoding of (huge) surface size for...
2013-04-24 Chia-I Wui965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERN
2013-04-24 Chia-I Wui965: fix SURFACE_STATE dumping
2013-04-24 Matt Turneri965: Remove strange comments about math functions.
2013-04-24 Matt Turneri965: Remove traces of nonexistent TAN math function.
2013-04-24 Laurent Carlierr200: fix build regression introduced with 9a32203e1618...
2013-04-24 Kenneth Graunkemesa: Add unpack functions for A/I/L/LA [U]INT8/16...
2013-04-24 Kenneth Graunkemesa: Add unpack functions for R/RG/RGB [U]INT8/16...
2013-04-24 Kenneth Graunkemesa: Add an unpack function for ARGB2101010_UINT.
2013-04-24 Kenneth Graunkemesa: Fix unpack function for ETC2_SRGB8_PUNCHTHROUGH_A...
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL OR IBM" to "THE AUTHORS" in...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-24 Brian Paulmesa: make _mesa_save_vtxfmt_init() static
2013-04-24 Brian Paulmesa: use new _mesa_inside_dlist_begin_end() function
2013-04-24 Brian Paulmesa: use new _mesa_inside_begin_end() function
2013-04-24 Marek Olšákmesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4...
2013-04-24 Marek Olšákmesa: don't flush vertices and don't flag _NEW_COLOR...
2013-04-24 Marek Olšákmesa: don't flush vertices and don't flag _NEW_COLOR...
2013-04-24 Marek Olšákmesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver...
2013-04-24 Marek Olšákmesa: don't flush vertices and don't flag _NEW_DEPTH...
2013-04-24 Marek Olšákmesa: don't flush and don't flag _NEW_STENCIL in ClearS...
2013-04-24 Marek Olšákmesa: don't set _NEW_BUFFERS in GenerateMipmap and...
2013-04-24 Marek Olšákmesa: remove _NEW_PACKUNPACK
2013-04-24 Marek Olšákmesa: convert _NEW_RASTERIZER_DISCARD to a driver flag
2013-04-24 Marek Olšákmesa,i965: use NewDriverState to communicate TFB state...
2013-04-24 Marek Olšákmesa: remove redundant _NEW_BUFFERS setting in ReadBuffer
2013-04-24 Marek Olšákst/mesa: add a simple path to BufferData if it only...
2013-04-24 Marek Olšákst/mesa: depth-stencil-alpha state also depends on...
2013-04-23 José Fonsecagallium: Replace gl_rasterization_rules with lower_left...
2013-04-22 Matt Turneri965/fs: Don't save value returned by emit() if it...
2013-04-22 Brian Paulmesa: Remove extra MapBufferRange in create_beginend_ta...
2013-04-22 Kenneth Graunkei965: Fix a mistake in the comments for software counters.
2013-04-22 Matt Turneri965: Apply CMP NULL {Switch} work-around to other...
2013-04-22 Brian Paulst/mesa: minor indentation fixes
2013-04-21 Eric Anholtmesa: Introduce a globally-available minify() macro.
2013-04-21 Eric Anholtmesa: Generalize TexStorage allocator between swrast...
2013-04-21 Eric Anholtmesa: Add performance debug for meta code.
2013-04-21 Eric Anholtintel: Mention how much data we're trying to subdata...
2013-04-19 Paul Berrymesa: Fix up program_parse.y to avoid uninitialized $$
2013-04-19 Eric Anholtmesa: Use quotes on bool driconf options to prevent...
2013-04-19 Matt TurnerRevert "i965: Check reg.nr for BRW_ARF_NULL instead...
2013-04-18 Vadim Girlingallium: handle drirc disable_glsl_line_continuations...
2013-04-18 Christoph Bumillerst/mesa: optionally apply texture swizzle to border...
2013-04-18 Brian Paulmesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENAB...
2013-04-18 Matt Turneri965: Check reg.nr for BRW_ARF_NULL instead of reg...
2013-04-18 Matt Turneri965: Implement work-around for CMP with null dest...
2013-04-18 Paul Berryi965/vec4: Fix hypothetical use of uninitialized data...
2013-04-17 Brian Paulmesa: generate glGetInteger/Boolean/Float/Doublev(...
2013-04-17 Brian Paulmesa: remove mfeatures.h
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2013-04-17 Brian Paulmesa: remove FEATURE_remap_table from remap.[ch]
2013-04-17 Ian Romanickintel: Don't dereference a NULL pointer of calloc fails
2013-04-17 Eric Anholti965: Trim trailing whitespace in brw_defines.h.
2013-04-17 Laurent Carlierr200: fix build failure introduced with cbbcb0247e6aa8d...
2013-04-17 Brian Paulst/mesa: clean up formatting in st_cb_msaa.c
2013-04-17 Brian Paulmesa: remove gl_context::_TriangleCaps
2013-04-17 Brian Paulmesa: remove DD_TRI_LIGHT_TWOSIDE flag
2013-04-17 Brian Paulmesa: remove DD_TRI_UNFILLED flag
2013-04-17 Brian Paulmesa: remove DD_TRI_SMOOTH flag
2013-04-17 Brian Paulmesa: remove DD_TRI_STIPPLE flag
2013-04-17 Brian Paulmesa: remove DD_TRI_OFFSET flag
2013-04-17 Brian Paulmesa: remove DD_POINT_ATTEN flag
2013-04-17 Brian Paulmesa: remove DD_POINT_SMOOTH flag
2013-04-17 Brian Paulmesa: remove DD_LINE_STIPPLE flag
2013-04-17 Brian Paulmesa: remove DD_SEPARATE_SPECULAR flag
2013-04-17 Brian Paulmesa: remove unused DD_LINE_SMOOTH flag
2013-04-17 Anuj Phogatintel: Add a null pointer check before dereferencing...
2013-04-17 José Fonsecagallium: Disambiguate TGSI_OPCODE_IF.
2013-04-16 Kenneth Graunkei965: Enable the Bay Trail platform.
2013-04-16 Ian Romanickmesa/swrast: Move memory allocation outside the blit...
2013-04-16 Ian Romanickmesa/swrast: Move free calls outside the attachment...
2013-04-16 Ian Romanickmesa/swrast: Refactor no-memory error checking in blit_...
2013-04-15 Matt Turnerbuild: Get rid of DRIVER_DIRS
2013-04-15 Matt Turnerbuild: Rename sources.mak -> Makefile.sources
2013-04-12 Eric Anholti965: Shut up the last release build warning.
2013-04-12 Eric Anholti965: Silence one more compile warning.
2013-04-12 Eric Anholti965: Fix a warning in the release build.
2013-04-12 Eric Anholti965: Fix an unused variable warning in the release...
2013-04-12 Eric Anholti965: Fix an unused variable warning in the release...
2013-04-12 Eric Anholtintel: Return failure properly in the texsubimage blit...
2013-04-12 Eric Anholtintel: Fix a warning in the release build.
2013-04-12 Eric Anholtintel: Fix an unused variable warning in the release...
2013-04-12 Eric Anholtintel: Improve diagnostics for emit_linear_blit failure...
2013-04-12 Eric Anholti965: Fix error path for MCS allocation.
2013-04-12 Eric Anholti830: Move assert-only code into the assert.
2013-04-12 Eric Anholti965/fs: Fix some untriggered optimization bugs with...
2013-04-12 Eric Anholti965/fs: Add basic-block-level dead code elimination.
next