aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Refactor out the cube map setup for general texture array setup.Eric Anholt2011-10-031-29/+37
* intel: Consolidate texture validation copy code, and reuse it correctly.Eric Anholt2011-10-036-193/+106
* intel: Clean up the function chain for mapping texture images for swrast.Eric Anholt2011-10-033-113/+65
* intel: Make PBO TexImage use AllocTextureImageBuffer like non-PBO does.Eric Anholt2011-10-032-54/+21
* intel: Rely on Mesa core for glTexImage storage.Eric Anholt2011-10-031-52/+4
* intel: Allocate s8z24 separate renderbuffers from AllocTextureImageBuffer().Eric Anholt2011-10-033-1/+9
* intel: Add an AllocTextureImageBuffer() implementation using miptrees.Eric Anholt2011-10-033-1/+50
* mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.Brian Paul2011-10-033-88/+2
* i965: Stop lowering integer division to multiply and reciprocal.Kenneth Graunke2011-10-021-1/+0
* i965: Reverse the operands for INT DIV prior to Gen6.Kenneth Graunke2011-10-022-4/+30
* i965/vs: Implement integer quotient and remainder math operations.Kenneth Graunke2011-10-023-4/+24
* i965/fs: Implement integer quotient and remainder math operations.Kenneth Graunke2011-10-027-4/+32
* i965: Set the signed/unsigned type bit in Gen4/5 math messages.Kenneth Graunke2011-10-021-1/+1
* i965: Fix message and response length calculations for INT DIV.Kenneth Graunke2011-10-021-10/+28
* i965: Fix assertions about register types for INT DIV in brw_math.Kenneth Graunke2011-10-021-4/+11
* i965: Make sure to upload the data for a collection of Stride == 0 arrays.Eric Anholt2011-10-011-1/+18
* i965/vs: Fix swizzle related assertionIan Romanick2011-10-011-1/+2
* r600: include version.h for _mesa_override_glsl_version() prototypeBrian Paul2011-10-011-0/+1
* i915: out-of-bounds write in calc_live_regs()Chris Wilson2011-09-301-4/+4
* i965: Assign instead of compare inside assertChris Wilson2011-09-301-1/+1
* i965/gen6: Fix assign instead of compare in assertChris Wilson2011-09-301-1/+1
* intel: include version.h to get _mesa_override_glsl_version() prototypeBrian Paul2011-09-291-0/+1
* mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick2011-09-298-8/+0
* mesa: Remove EXT_blend_subtract extension enable flagIan Romanick2011-09-298-8/+0
* mesa: Remove EXT_stencil_wrap extension enable flagIan Romanick2011-09-298-8/+0
* mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick2011-09-296-6/+0
* mesa: Remove EXT_texture_env_combine extension enable flagIan Romanick2011-09-296-6/+0
* mesa: Remove EXT_texture_env_add extension enable flagIan Romanick2011-09-296-6/+0
* mesa: Remove ARB_multitexture extension enable flagIan Romanick2011-09-298-8/+0
* i965/vs: Add support for bit-shift operations.Eric Anholt2011-09-281-1/+7
* i965/fs: Add support for bit-shift operations.Eric Anholt2011-09-281-1/+7
* i965: don't intepolate clip distances on pre-GEN6.Paul Berry2011-09-281-2/+8
* i965 new VS: Fix bugs in pre-GEN6 psiz/flags computationPaul Berry2011-09-281-5/+5
* i965 new VS: Fix src_reg(uint32_t) constructor.Paul Berry2011-09-281-1/+1
* i965 new VS: don't share clip plane constants in pre-GEN6Paul Berry2011-09-286-43/+55
* i965: Fix a hardcoded user clip plane count.Paul Berry2011-09-281-1/+1
* i965: allow for nonconsecutive elements of gl_ClipDistance to be enabled.Paul Berry2011-09-283-4/+38
* i965: Use 4 bits to store nr_userclip in brw_clip.h.Paul Berry2011-09-281-2/+1
* intel: Remove unused function get_glsl_version()Chad Versace2011-09-281-16/+0
* mesa: Allow overriding GLSL version with environment variableChad Versace2011-09-282-1/+3
* i965: Allow SIMD16 color writes on Ivybridge.Kenneth Graunke2011-09-281-1/+1
* i965/fs: Allow SIMD16 with control flow on Ivybridge.Kenneth Graunke2011-09-281-1/+1
* intel: Fix compiler warnings from the depth stall flush commit.Eric Anholt2011-09-271-0/+1
* radeon: Drop mapping we were doing around glGetTexImage().Eric Anholt2011-09-277-86/+0
* nouveau: Drop mapping we were doing around glGetTexImage().Eric Anholt2011-09-271-14/+0
* intel: Drop our custom glGetTexImage() code.Eric Anholt2011-09-272-63/+7
* mesa: Convert GetCompressedTexImage to using MapTextureImage().Brian Paul2011-09-274-83/+15
* i965/vs: Fix access beyond array bounds for non-GRF operands.Eric Anholt2011-09-261-3/+3
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-2619-96/+73
* intel: Drop stale comment about CopyTexSubImage.Eric Anholt2011-09-261-4/+0