index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
Commit message (
Expand
)
Author
Age
Files
Lines
*
i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL.
Eric Anholt
2011-07-12
1
-0
/
+1
*
intel: Use _mesa_tex_target_to_face() helper function instead of our own.
Eric Anholt
2011-07-12
1
-22
/
+3
*
intel: Make our context structure be a ralloc context.
Eric Anholt
2011-07-11
1
-2
/
+2
*
intel: Recognize all depth formats in get_teximage_readbuffer.
Kenneth Graunke
2011-07-09
1
-8
/
+4
*
intel: add null src pointer check in intel_region_reference()
Brian Paul
2011-07-07
1
-1
/
+2
*
intel: Fix use of freed buffer if glBitmap is called after a swap.
Eric Anholt
2011-07-07
1
-3
/
+4
*
intel: Remove dead comment about software clears -- it's handled just above.
Eric Anholt
2011-07-07
1
-1
/
+0
*
i915: Fix leak of ViewportMatrix data on context destroy.
John
2011-07-07
1
-0
/
+2
*
intel: Remove gratuitous context checks in intel_delete_renderbuffer().
Eric Anholt
2011-07-07
1
-14
/
+5
*
intel: Remove now trivial intel_renderbuffer_set_{hiz_,}region().
Eric Anholt
2011-07-07
3
-57
/
+19
*
intel: Rely on intel_region_reference()'s support of *dst != NULL.
Eric Anholt
2011-07-07
2
-14
/
+0
*
intel: Allow intel_region_reference() with *dst != NULL.
Eric Anholt
2011-07-07
1
-4
/
+6
*
intel: Mark MESA_FORMAT_X8_Z24 as always supported.
Eric Anholt
2011-07-07
1
-1
/
+1
*
intel: Fix workaround for _mesa_update_framebuffer
Chad Versace
2011-06-24
1
-3
/
+5
*
intel: Change framebuffer validation criteria
Chad Versace
2011-06-24
1
-10
/
+3
*
intel: In intel_update_wrapper, support s8z24 textures when using separate st...
Chad Versace
2011-06-24
1
-6
/
+35
*
intel: Factor region updates out of intel_update_wrapper
Chad Versace
2011-06-24
1
-0
/
+18
*
intel: During glTexImage, allocate renderbuffers for faking s8z24 textures
Chad Versace
2011-06-24
1
-0
/
+62
*
intel: Declare some functions in intel_fbo.c as non-static
Chad Versace
2011-06-24
2
-2
/
+14
*
intel: Change signature of intel_create_wrapped_renderbuffer
Chad Versace
2011-06-24
2
-22
/
+12
*
intel: Perform gather on s8z24 texture images during glGetTexImage
Chad Versace
2011-06-24
1
-0
/
+8
*
intel: Define functions intel_texture_s8z24_scatter/gather
Chad Versace
2011-06-24
1
-0
/
+70
*
intel: Add fields to intel_texture for faking s8z24 with separate stencil
Chad Versace
2011-06-24
3
-12
/
+40
*
i965: Don't bother telling swrast_setup about state updates until fallback.
Eric Anholt
2011-06-24
1
-1
/
+0
*
i965: Don't bother telling tnl about state updates unless we fall back.
Eric Anholt
2011-06-24
1
-2
/
+0
*
intel: Implement DRIimageExtension::dupImage
Benjamin Franzke
2011-06-23
1
-1
/
+26
*
intel: Allocate s8_z24 non-texture renderbuffers when using separate stencil
Chad Versace
2011-06-21
1
-3
/
+81
*
intel: Unobfuscate intel_alloc_renderbuffer_storage
Chad Versace
2011-06-21
1
-17
/
+17
*
intel: Add fields to intel_renderbuffer for unwrapping packed depth/stencil b...
Chad Versace
2011-06-21
4
-44
/
+118
*
intel: Unconditionally enable support for S8_Z24 texture format
Chad Versace
2011-06-21
1
-1
/
+1
*
i965/gen6: Apply documented workaround for nonpipelined state packets.
Eric Anholt
2011-06-20
2
-1
/
+22
*
i965/gen6: Limit the workaround flush to once per primitive.
Eric Anholt
2011-06-20
2
-0
/
+7
*
i965/gen6: Use an BO instead of writing to address 0 for PIPE_CONTROL W/A.
Eric Anholt
2011-06-20
4
-3
/
+23
*
i965/gen6: Factor the PIPE_CONTROL workaround to a separate function.
Eric Anholt
2011-06-20
1
-8
/
+21
*
i965: Enable extension GL_ARB_shader_texture_lod.
Kenneth Graunke
2011-06-18
1
-0
/
+1
*
intel: Fix typo in intel_offset_S8 comments
Chad Versace
2011-06-15
1
-1
/
+1
*
mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.
Eric Anholt
2011-06-14
1
-1
/
+2
*
intel: Fix miptree height alignment for compressed NPOT textures.
Eric Anholt
2011-06-14
1
-4
/
+2
*
intel: Drop dead preinitialization of align_w, align_h.
Eric Anholt
2011-06-14
1
-1
/
+1
*
intel: Drop the cpp argument to intel_miptree_create().
Eric Anholt
2011-06-14
5
-22
/
+5
*
intel: Calculate compress_byte in intel_miptree_create.
Eric Anholt
2011-06-14
5
-26
/
+18
*
intel: Use the gl_format to get the base_format for miptree create.
Eric Anholt
2011-06-14
5
-5
/
+1
*
intel: Drop the internal_format field of the mipmap tree.
Eric Anholt
2011-06-14
5
-15
/
+4
*
intel: Make the intel_miptree_match_image format check more specific.
Eric Anholt
2011-06-14
2
-12
/
+3
*
intel: Add block alignment for RGTC textures.
Eric Anholt
2011-06-14
3
-31
/
+17
*
intel: Add the MESA_FORMAT as a field of the miptree.
Eric Anholt
2011-06-14
5
-4
/
+14
*
intel: Fix 2x2 and 1x1 compressed teximages from _mesa_generate_mipmap()
Eric Anholt
2011-06-14
1
-5
/
+12
*
intel: Fix mipmap and format handling of blit glCopyPixels().
Eric Anholt
2011-06-13
1
-45
/
+53
*
intel: Do the drawable x/y offset in intel_renderbuffer_map() for spans.
Eric Anholt
2011-06-13
1
-64
/
+27
*
intel: Use rb->Data and rb->RowStride to handle spans Y flipping.
Eric Anholt
2011-06-13
1
-7
/
+4
[next]