summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)AuthorFilesLines
2011-07-12i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL.Eric Anholt1-0/+1
2011-07-12intel: Use _mesa_tex_target_to_face() helper function instead of our own.Eric Anholt1-22/+3
2011-07-11intel: Make our context structure be a ralloc context.Eric Anholt1-2/+2
2011-07-09intel: Recognize all depth formats in get_teximage_readbuffer.Kenneth Graunke1-8/+4
2011-07-07intel: add null src pointer check in intel_region_reference()Brian Paul1-1/+2
2011-07-07intel: Fix use of freed buffer if glBitmap is called after a swap.Eric Anholt1-3/+4
2011-07-07intel: Remove dead comment about software clears -- it's handled just above.Eric Anholt1-1/+0
2011-07-07i915: Fix leak of ViewportMatrix data on context destroy.John1-0/+2
2011-07-07intel: Remove gratuitous context checks in intel_delete_renderbuffer().Eric Anholt1-14/+5
2011-07-07intel: Remove now trivial intel_renderbuffer_set_{hiz_,}region().Eric Anholt3-57/+19
2011-07-07intel: Rely on intel_region_reference()'s support of *dst != NULL.Eric Anholt2-14/+0
2011-07-07intel: Allow intel_region_reference() with *dst != NULL.Eric Anholt1-4/+6
2011-07-07intel: Mark MESA_FORMAT_X8_Z24 as always supported.Eric Anholt1-1/+1
2011-06-24intel: Fix workaround for _mesa_update_framebufferChad Versace1-3/+5
2011-06-24intel: Change framebuffer validation criteriaChad Versace1-10/+3
2011-06-24intel: In intel_update_wrapper, support s8z24 textures when using separate st...Chad Versace1-6/+35
2011-06-24intel: Factor region updates out of intel_update_wrapperChad Versace1-0/+18
2011-06-24intel: During glTexImage, allocate renderbuffers for faking s8z24 texturesChad Versace1-0/+62
2011-06-24intel: Declare some functions in intel_fbo.c as non-staticChad Versace2-2/+14
2011-06-24intel: Change signature of intel_create_wrapped_renderbufferChad Versace2-22/+12
2011-06-24intel: Perform gather on s8z24 texture images during glGetTexImageChad Versace1-0/+8
2011-06-24intel: Define functions intel_texture_s8z24_scatter/gatherChad Versace1-0/+70
2011-06-24intel: Add fields to intel_texture for faking s8z24 with separate stencilChad Versace3-12/+40
2011-06-24i965: Don't bother telling swrast_setup about state updates until fallback.Eric Anholt1-1/+0
2011-06-24i965: Don't bother telling tnl about state updates unless we fall back.Eric Anholt1-2/+0
2011-06-23intel: Implement DRIimageExtension::dupImageBenjamin Franzke1-1/+26
2011-06-21intel: Allocate s8_z24 non-texture renderbuffers when using separate stencilChad Versace1-3/+81
2011-06-21intel: Unobfuscate intel_alloc_renderbuffer_storageChad Versace1-17/+17
2011-06-21intel: Add fields to intel_renderbuffer for unwrapping packed depth/stencil b...Chad Versace4-44/+118
2011-06-21intel: Unconditionally enable support for S8_Z24 texture formatChad Versace1-1/+1
2011-06-20i965/gen6: Apply documented workaround for nonpipelined state packets.Eric Anholt2-1/+22
2011-06-20i965/gen6: Limit the workaround flush to once per primitive.Eric Anholt2-0/+7
2011-06-20i965/gen6: Use an BO instead of writing to address 0 for PIPE_CONTROL W/A.Eric Anholt4-3/+23
2011-06-20i965/gen6: Factor the PIPE_CONTROL workaround to a separate function.Eric Anholt1-8/+21
2011-06-18i965: Enable extension GL_ARB_shader_texture_lod.Kenneth Graunke1-0/+1
2011-06-15intel: Fix typo in intel_offset_S8 commentsChad Versace1-1/+1
2011-06-14mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.Eric Anholt1-1/+2
2011-06-14intel: Fix miptree height alignment for compressed NPOT textures.Eric Anholt1-4/+2
2011-06-14intel: Drop dead preinitialization of align_w, align_h.Eric Anholt1-1/+1
2011-06-14intel: Drop the cpp argument to intel_miptree_create().Eric Anholt5-22/+5
2011-06-14intel: Calculate compress_byte in intel_miptree_create.Eric Anholt5-26/+18
2011-06-14intel: Use the gl_format to get the base_format for miptree create.Eric Anholt5-5/+1
2011-06-14intel: Drop the internal_format field of the mipmap tree.Eric Anholt5-15/+4
2011-06-14intel: Make the intel_miptree_match_image format check more specific.Eric Anholt2-12/+3
2011-06-14intel: Add block alignment for RGTC textures.Eric Anholt3-31/+17
2011-06-14intel: Add the MESA_FORMAT as a field of the miptree.Eric Anholt5-4/+14
2011-06-14intel: Fix 2x2 and 1x1 compressed teximages from _mesa_generate_mipmap()Eric Anholt1-5/+12
2011-06-13intel: Fix mipmap and format handling of blit glCopyPixels().Eric Anholt1-45/+53
2011-06-13intel: Do the drawable x/y offset in intel_renderbuffer_map() for spans.Eric Anholt1-64/+27
2011-06-13intel: Use rb->Data and rb->RowStride to handle spans Y flipping.Eric Anholt1-7/+4