i965: Clarify check for which cache to use on Gen6 data port reads.
[mesa.git] / src / mesa / drivers / dri /
2011-10-18 Kenneth Graunkei965: Clarify check for which cache to use on Gen6...
2011-10-18 Kenneth Graunkei965: Use Ivybridge's "Legacy Data Port" for reads...
2011-10-18 Chad Versaceintel: Add 'mode' param to intel_region_map
2011-10-18 Chad Versaceintel: Add HiZ operations to intel_context::vtbl for...
2011-10-18 Chad Versacei965: Initialize intel_context::vtbl after calling...
2011-10-18 Chad Versaceintel: Fix scatter/gather for depthstencil textures
2011-10-18 Chad Versacei965/gen6: Fix segfault in prepare_blend_state()
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-13 Paul Berryi965 Gen6+: De-compact clip plane constants for old...
2011-10-12 Chad Versaceintel: Assert that no batch is emitted if a region...
2011-10-11 Paul Berryi965: Fix computation of abs(-x) in FS
2011-10-11 Kenneth Graunkei965: Replace incorrect use of GLboolean with enum...
2011-10-10 Chad Versacei965: Change type of brw_context.primitive from GLenum...
2011-10-10 Chad Versacei965: Split brw_set_prim into brw/gen6 variants
2011-10-10 Zou Nan haii965: Fix timer query on gen6+
2011-10-08 Kenneth Graunkei965: Fix inconsistent indentation in brw_eu_emit.c.
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Chad Versacei915,i830: Remove dead HiZ assertions in *update_draw_b...
2011-10-07 Brian Pauli965: make swizzle_for_size() return unsigned
2011-10-07 Brian Pauli965: make size_swizzles[] static const
2011-10-07 Brian Pauli965: silence unused var warnings in non-debug builds
2011-10-07 Brian Paulintel: silence uninitialized var warning
2011-10-07 Brian Paulr300: fix incompatible pointer type warnings
2011-10-07 Paul Berryi965 Gen6+: De-compact clip planes.
2011-10-07 Paul Berryi965 VS: Change nr_userclip to nr_userclip_planes.
2011-10-07 Paul Berryi965: Make brw_compute_vue_map's userclip dependency...
2011-10-07 Paul Berryi965: Move ClipPlanesEnabled state to VS cache key.
2011-10-07 Paul Berryi965: Rearrange VS cache key struct.
2011-10-07 Paul Berrymesa: Create _mesa_bitcount_64() to replace i965's...
2011-10-06 Brian Paulmesa: get rid of imageOffsets arrays in texstore code
2011-10-05 Paul Berryi965 Gen6: Implement gl_ClipVertex.
2011-10-04 Paul Berryr200/r300/r600: remove dangling radeon_tex_getimage...
2011-10-04 Ian Romanickmesa: Remove ARB_draw_buffers extension enable flag
2011-10-04 Stéphane Marchesinconfigure: replace pkg-config calls with $(PKG_CONFIG...
2011-10-04 Brian Paulnouveau: remove unused code, unused var
2011-10-04 Brian Pauli915: don't include texstore.h
2011-10-04 Brian Pauli965: remove unneeded includes of texstore.h
2011-10-03 Eric Anholti965: Add support for GL_EXT_texture_array and GL_MESA_...
2011-10-03 Eric Anholtintel: Add a safety check for mapping 1D texture arrays.
2011-10-03 Eric Anholtintel: Add debug output to intel_map_texture_image.
2011-10-03 Eric Anholtintel: Add a helper function for getting miptree size...
2011-10-03 Eric Anholti965: Refactor out the cube map setup for general textu...
2011-10-03 Eric Anholtintel: Consolidate texture validation copy code, and...
2011-10-03 Eric Anholtintel: Clean up the function chain for mapping texture...
2011-10-03 Eric Anholtintel: Make PBO TexImage use AllocTextureImageBuffer...
2011-10-03 Eric Anholtintel: Rely on Mesa core for glTexImage storage.
2011-10-03 Eric Anholtintel: Allocate s8z24 separate renderbuffers from Alloc...
2011-10-03 Eric Anholtintel: Add an AllocTextureImageBuffer() implementation...
2011-10-03 Brian Paulmesa: Convert _mesa_generate_mipmap to MapTexImage...
2011-10-03 Kenneth Graunkei965: Stop lowering integer division to multiply and...
2011-10-03 Kenneth Graunkei965: Reverse the operands for INT DIV prior to Gen6.
2011-10-03 Kenneth Graunkei965/vs: Implement integer quotient and remainder math...
2011-10-03 Kenneth Graunkei965/fs: Implement integer quotient and remainder math...
2011-10-03 Kenneth Graunkei965: Set the signed/unsigned type bit in Gen4/5 math...
2011-10-03 Kenneth Graunkei965: Fix message and response length calculations...
2011-10-03 Kenneth Graunkei965: Fix assertions about register types for INT DIV...
2011-10-02 Eric Anholti965: Make sure to upload the data for a collection...
2011-10-02 Ian Romanicki965/vs: Fix swizzle related assertion
2011-10-01 Brian Paulr600: include version.h for _mesa_override_glsl_version...
2011-09-30 Chris Wilsoni915: out-of-bounds write in calc_live_regs()
2011-09-30 Chris Wilsoni965: Assign instead of compare inside assert
2011-09-30 Chris Wilsoni965/gen6: Fix assign instead of compare in assert
2011-09-29 Brian Paulintel: include version.h to get _mesa_override_glsl_ver...
2011-09-29 Ian Romanickmesa: Remove ARB_texture_mirrored_repeat extension...
2011-09-29 Ian Romanickmesa: Remove EXT_blend_subtract extension enable flag
2011-09-29 Ian Romanickmesa: Remove EXT_stencil_wrap extension enable flag
2011-09-29 Ian Romanickmesa: Remove EXT_texture_lod_bias extension enable...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_env_combine extension enable...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_env_add extension enable flag
2011-09-29 Ian Romanickmesa: Remove ARB_multitexture extension enable flag
2011-09-28 Eric Anholti965/vs: Add support for bit-shift operations.
2011-09-28 Eric Anholti965/fs: Add support for bit-shift operations.
2011-09-28 Paul Berryi965: don't intepolate clip distances on pre-GEN6.
2011-09-28 Paul Berryi965 new VS: Fix bugs in pre-GEN6 psiz/flags computation
2011-09-28 Paul Berryi965 new VS: Fix src_reg(uint32_t) constructor.
2011-09-28 Paul Berryi965 new VS: don't share clip plane constants in pre...
2011-09-28 Paul Berryi965: Fix a hardcoded user clip plane count.
2011-09-28 Paul Berryi965: allow for nonconsecutive elements of gl_ClipDista...
2011-09-28 Paul Berryi965: Use 4 bits to store nr_userclip in brw_clip.h.
2011-09-28 Chad Versaceintel: Remove unused function get_glsl_version()
2011-09-28 Chad Versacemesa: Allow overriding GLSL version with environment...
2011-09-28 Kenneth Graunkei965: Allow SIMD16 color writes on Ivybridge.
2011-09-28 Kenneth Graunkei965/fs: Allow SIMD16 with control flow on Ivybridge.
2011-09-27 Eric Anholtintel: Fix compiler warnings from the depth stall flush...
2011-09-27 Eric Anholtradeon: Drop mapping we were doing around glGetTexImage().
2011-09-27 Eric Anholtnouveau: Drop mapping we were doing around glGetTexImage().
2011-09-27 Eric Anholtintel: Drop our custom glGetTexImage() code.
2011-09-27 Brian Paulmesa: Convert GetCompressedTexImage to using MapTexture...
2011-09-26 Eric Anholti965/vs: Fix access beyond array bounds for non-GRF...
2011-09-26 Eric Anholtintel: Rename region->buffer to region->bo, and remove...
2011-09-26 Eric Anholtintel: Drop stale comment about CopyTexSubImage.
2011-09-26 Eric Anholtintel: Rely on AllocTextureImageBuffer for our teximage...
2011-09-26 Eric Anholtintel: Rely on mesa core for compressed texture image...
2011-09-26 Eric Anholtintel: Allow src == NULL and *dst != NULL in intel_mipt...
2011-09-26 Eric Anholtintel: Drop the "intel" argument to intel_miptree_relea...
2011-09-26 Eric Anholtintel: Drop the immediate validation of the texture...
2011-09-26 Eric Anholtintel: Fix improper freeing of texture data in TFP.
2011-09-26 Eric Anholtintel: Refactor texture_from_pixmap and EGL_image regio...
2011-09-26 Eric Anholtintel: Drop some extra equality checks on reference...
next