i965/fs: Fix copy propagation with smearing.
[mesa.git] / src / mesa / drivers /
2013-02-19 Eric Anholti965/fs: Fix copy propagation with smearing.
2013-02-19 Eric Anholti965/fs: Add a bit more instruction dumping useful...
2013-02-19 Paul Berryi965: Remove unused userclip flags.
2013-02-16 Christopher James... i965: Fix leak in blorp CopyTexSubImage2D
2013-02-15 Eric Anholti965/fs: Do a general SEND dependency workaround for...
2013-02-14 Eric Anholti965/gen7: Set up all samplers even if samplers are...
2013-02-14 Eric Anholtintel: Allow blit readpixels even when the pack alignme...
2013-02-14 Eric Anholti965: Remove writemask support from brw_SAMPLE().
2013-02-14 Eric Anholti965/fs: Use a helper function for checking for flow...
2013-02-13 Eric Anholti965: Re-enable the -RHW workaround for original gen4...
2013-02-13 Eric Anholti965/gen4: Work around missing sRGB RGB DXT1 support.
2013-02-13 Kenneth Graunkei965: Use derived state for Haswell's 3DSTATE_VF packet.
2013-02-12 Matt Turnerradeon: Remove dead STANDALONE_MMIO defines
2013-02-11 Kenneth Graunkei965: Add missing dirty bits to INTEL_DEBUG=state arrays.
2013-02-11 Kenneth Graunkei965: Reorganize brw_bits to match the order in brw_con...
2013-02-11 Kenneth Graunkei965: Use BRW_NEW_CONTEXT for gen7_disable rather than...
2013-02-11 Eric Anholti965: Remove some stale comments about the brw_constant...
2013-02-11 Eric Anholti965: Simplify VS push constant upload code since remov...
2013-02-11 Eric Anholti965: Add perf debug for a corner case.
2013-02-11 Eric Anholti965: Fix access mode of index buffer rebase.
2013-02-11 Eric Anholti965: Fix indentation of index buffer rebase code.
2013-02-09 Ian Romanickintel: Do not expose OES_compressed_ETC1_RGB8_texture...
2013-02-09 Vinson Leeintel: Ensure variable intel is used in i915 builds.
2013-02-08 Paul BerryConsolidate some redundant definitions of ARRAY_SIZE...
2013-02-08 Paul Berryintel/pre-gen6: Disable EXT_framebuffer_multisample.
2013-02-08 Ian Romanicki965: Set UniformBufferOffsetAlignment to sizeof(vec4)
2013-02-06 Kenneth Graunkei965/blorp: Support blits between ARGB and XRGB formats.
2013-02-06 Kenneth Graunkei965/blorp: Support overriding destination alpha to...
2013-02-06 Kenneth Graunkei965: Implement CopyTexSubImage2D via BLORP (and use...
2013-02-06 Marek Olšákmesa: fixup inconsistent naming of RG16 formats
2013-02-05 Eric Anholti965: Disable write masking when setting up texturing m0.
2013-02-04 Tapani Pälliintel: Fix regression in intel_create_image_from_name...
2013-02-04 Eric Anholti965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a...
2013-02-04 Abdiel Janulgueintel: make sure to setup image dimension in image_from...
2013-02-03 Kenneth Graunkei965: Fix the SF Vertex URB Read Length calculation...
2013-02-03 Kenneth Graunkei965: Fix the SF Vertex URB Read Length calculation...
2013-02-03 Kenneth Graunkei965: Compute the maximum SF source attribute.
2013-02-03 Kenneth Graunkei965: Refactor Gen6+ SF attribute override code.
2013-02-03 Kenneth Graunkei965: Remove dead field brw_wm_prog_data::error.
2013-02-03 Kenneth Graunkei965: Remove dead field brw_context::constant_map.
2013-02-02 Vinson Leeswrast: Fix memory leak.
2013-02-01 Abdiel Janulgueintel: implement create image from texture
2013-02-01 Abdiel Janulgueintel: Account for mt->offset in intel_miptree_map
2013-02-01 Abdiel Janulgueintel: Create a miptree using offsets in intel_set_text...
2013-02-01 Abdiel Janulguei965: Account for offsets when updating SURFACE_STATE.
2013-02-01 Abdiel Janulgueintel: add pixel offset calculator for miptree levels
2013-02-01 Abdiel Janulgueintel: Expose intel_miptree_create_internal as intel_mi...
2013-02-01 Abdiel Janulgueintel: expose dimensions and offsets of a miptree level...
2013-01-29 Brian Paulmesa: remove ctx->Driver.Error() hook
2013-01-29 Brian Paulosmesa: use _mesa_generate_mipmap() for mipmap generati...
2013-01-29 Brian Paulxlib: use _mesa_generate_mipmap() for mipmap generation...
2013-01-29 Brian Paulxlib: stop use _mesa_enable_extension(), just set the...
2013-01-29 Brian Paulxlib: fix incorrect GL_ANGLE_texture_compression_dxt...
2013-01-29 Kenneth Graunkei965: Add chipset limits for Haswell GT1/GT2.
2013-01-29 Kenneth Graunkeintel: Un-hardcode lengths from blitter commands.
2013-01-29 Eric Anholtintel: Use a CPU map of the batch on LLC-sharing archit...
2013-01-28 Vinson Leei965: Fix assignment instead of comparison in asserts.
2013-01-28 Paul Berryintel: Typo fix: "pitsh" -> "pitch"
2013-01-25 Matt Turneri965: Enable ARB_shading_language_packing
2013-01-25 Matt Turneri965: Assert that the 4x8 pack/unpack operations have...
2013-01-25 Matt Turneri965: Lower the 4x8 pack/unpack operations
2013-01-25 Eric Anholti965: Pass in the glarray to get_surface_type.
2013-01-25 Eric Anholti965: Remove nonsense comment.
2013-01-25 Eric Anholti965: Remove NDEBUG undef that was snuck in.
2013-01-25 Eric Anholti965: reuse _mesa_sizeof_type for index buffer types.
2013-01-25 Eric Anholti965: Reuse precalculated ib_type_size value.
2013-01-25 Eric Anholti965: Drop debug check for knowing the size of a type.
2013-01-25 Eric Anholti965: Stop worrying about alignment of vertex data.
2013-01-25 Eric Anholti965: Use the glarray _ElementSize that Mesa tracks...
2013-01-25 Ian Romanickglsl: Add ir_variable::is_in_uniform_block predicate
2013-01-25 Ian Romanickglsl: Add GLSL_TYPE_INTERFACE
2013-01-25 Ian Romanickglsl: Replace most default cases in switches on GLSL...
2013-01-25 Eric Anholti965: Correct gen6+ guardband calculation.
2013-01-25 Kenneth Graunkei965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for...
2013-01-25 Chad Versacei965: Bump maximum supported ES2 context version to 3.0
2013-01-25 Paul Berryi965/Gen6+: Enable ARB_ES3_compatibility extension
2013-01-25 Chad Versacei965/fs/gen7: Fix fatal typo in unpackHalf2x16
2013-01-25 Chad Versacei965/fs/gen7: Emit code for GLSL 3.00 pack/unpack opera...
2013-01-25 Chad Versacei965/vs/gen7: Emit code for GLSL ES 3.00 pack/unpack...
2013-01-25 Chad Versacei965: Quote the PRM on a HorzStride subtlety
2013-01-25 Chad Versacei965: Add opcodes for F32TO16 and F16TO32
2013-01-25 Chad Versacei965: Lower the GLSL ES 3.00 pack/unpack operations...
2013-01-25 Chad Versacei965/disasm: Fix horizontal stride of dest registers
2013-01-25 Paul Berryintel: Fix glCopyTexSubImage on buffers whose width...
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2013-01-24 Kenneth Graunkei965/vs: Do headerless texturing for texelFetchOffset().
2013-01-24 Paul Berryintel: Fix ReadPixels on buffers whose width >= 32kbytes
2013-01-24 Ian Romanickintel: callocing a 32 byte temp is silly, so don't
2013-01-24 Ian Romanickintel: Enable S3TC extensions always
2013-01-24 Ian Romanickmesa: Use a single flag for the S3TC extensions that...
2013-01-24 Carl Worthi965: Use swizzles to force R, G, and B to 0.0 for...
2013-01-24 Carl Worthi965: Use swizzles to force alpha to 1.0 for RED, RG...
2013-01-24 Carl Worthi965: Examine _BaseFormat when deciding to perform...
2013-01-22 Brian Paulwmesa: include api_exec.h to fix compilation
2013-01-22 Kenneth Graunkei965: Implement the GL_ARB_base_instance extension.
2013-01-22 Eric Anholtmesa: Make the drivers call a non-code-generated dispat...
2013-01-22 Eric Anholtmesa: Remove the dead PrepareExecBegin() driver hook.
2013-01-21 José Fonsecascons: Fix dependencies of generated headers.
2013-01-21 Ian Romanickintel: Don't expose XRGB8888 visuals any more
2013-01-21 Ian Romanicki965: Enable floating-point textures always
next