gallium: fix type of flags in pipe_context::flush()
[mesa.git] / src / mesa / drivers /
2013-05-04 Eric Anholti965: Enable fast clears on non-8x4-aligned sizes.
2013-05-02 Eric Anholti965/vs: Add instruction scheduling.
2013-05-02 Eric Anholti965: Move most of the FS instruction scheduler code...
2013-05-02 Eric Anholti965: Pull a couple of FS scheduling functions out...
2013-05-02 Eric Anholti965: Move FS instruction scheduling to a non-FS-specif...
2013-05-02 Eric Anholti965: Share the register file enum between the two...
2013-05-02 Eric Anholti965: Make dump_instructions be a virtual method of...
2013-05-02 Eric Anholti965/vs: Do round-robin register allocation on gen6...
2013-05-02 Eric Anholti965: Fix SNB GPU hangs when a blorp batch is the first...
2013-05-01 Andreas Bollbuild: remove unused API_DEFINES
2013-05-01 Andreas Bollintel: use automake conditionals for defining FEATURE_...
2013-05-01 Andreas Bollintel: remove executable bit from C file
2013-05-01 Kenneth Graunkei965/vs: Fix textureGrad() with shadow samplers on...
2013-05-01 Kenneth Graunkei965: Lower textureGrad() for samplerCubeShadow.
2013-04-30 Paul Berryi965: Stop passing num_samples to intel_miptree_alloc_h...
2013-04-30 Eric Anholti965: Implement color clears using a simple shader...
2013-04-30 Eric Anholtmesa: Make a Mesa core function for sRGB render encodin...
2013-04-30 Eric Anholti965: Don't flush the batch at the end of blorp.
2013-04-30 Eric Anholtintel: Remove the last spans code!
2013-04-30 Eric Anholtintel: Move the S8 offset calc function near its remain...
2013-04-30 Eric Anholtintel: Ensure renderbuffers are current when mapping...
2013-04-30 Eric Anholtswrast: Always use MapTextureImage for mapping textures...
2013-04-30 Eric Anholtnouveau: Replace swrast_texture_image->Map usage with...
2013-04-30 Eric Anholtnouveau: Just use MapTextureImage instead of duplicatin...
2013-04-30 Eric Anholtswrast: Replace ImageOffsets with an ImageSlices pointer.
2013-04-30 Eric Anholtswrast: Reuse _swrast_free_texture_image_buffer from...
2013-04-30 Eric Anholtswrast: Move ImageOffsets allocation to shared code.
2013-04-30 Eric Anholtradeon: Remove some dead teximage mapping code.
2013-04-30 Eric Anholtradeon: Add missing swrast field initialization.
2013-04-29 Eric Anholti965/fs: Print out the estimated cycle count in INTEL_D...
2013-04-29 Eric Anholti965/fs: Allow LRPs with uniform registers.
2013-04-29 Eric Anholtintel: Be more conservative in disabling tiling to...
2013-04-29 Eric Anholti965: Disable Z16 on contexts that don't require it.
2013-04-29 Eric Anholtintel: Report FBO incompleteness causes through GL_ARB_...
2013-04-29 Eric Anholtintel: Fold the one last function intel_tex_format...
2013-04-29 Eric Anholti915: Add support for GL_EXT_texture_sRGB and GL_EXT_te...
2013-04-29 Eric Anholti915: Always enable GL 2.0 support.
2013-04-29 Eric Anholti915: Correctly set the OQ counter bits.
2013-04-29 Kenneth Graunkei965: Move is_math/is_tex/is_control_flow() to backend_...
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 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 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: 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" to "THE AUTHORS" in license...
2013-04-24 Marek Olšákmesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver...
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-22 Matt Turneri965/fs: Don't save value returned by emit() if it...
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-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 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 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: remove #include "mfeatures.h" from numerous sourc...
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 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_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 Anuj Phogatintel: Add a null pointer check before dereferencing...
2013-04-16 Kenneth Graunkei965: Enable the Bay Trail platform.
2013-04-15 Matt Turnerbuild: Get rid of DRIVER_DIRS
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.
2013-04-12 Eric Anholti965/fs: Remove incorrect note of writing attr in centr...
next