index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
intel: Kill intel_mipmap_level::nr_images [v4]
Chad Versace
2011-11-22
5
-34
/
+49
*
intel: Refactor intel_miptree_copy_teximage()
Chad Versace
2011-11-21
1
-56
/
+66
*
intel: Refactor intel_mipmap_level offsets
Chad Versace
2011-11-21
2
-25
/
+37
*
intel: Replace intel_renderbuffer::region with a miptree [v3]
Chad Versace
2011-11-21
11
-126
/
+179
*
intel: Define intel_miptree_create_for_renderbuffer()
Chad Versace
2011-11-21
2
-0
/
+36
*
intel: Move inline functions from intel_fbo.h to .c
Chad Versace
2011-11-21
2
-17
/
+23
*
intel: Kill intel_framebuffer_get_hiz_region()
Chad Versace
2011-11-21
1
-17
/
+3
*
intel: Temporarily disable HiZ for textures
Chad Versace
2011-11-21
1
-59
/
+3
*
intel: Always gather stencil buffer in intel_map_renderbuffer_separate_s8z24()
Chad Versace
2011-11-21
1
-32
/
+20
*
intel: Fix swrast_render_start() for depthstencil buffers with separate stencil
Chad Versace
2011-11-21
1
-8
/
+14
*
intel: Don't use special stencil span accessors
Chad Versace
2011-11-21
1
-42
/
+1
*
intel: Fix separate stencil in builtin DRI2 backend
Chad Versace
2011-11-15
1
-9
/
+80
*
intel: Fix region dimensions for stencil buffers received from DDX
Chad Versace
2011-11-15
1
-15
/
+16
*
intel: Simplify stencil detiling arithmetic
Chad Versace
2011-11-15
2
-6
/
+3
*
i965: use _mesa_readpixels() instead of _swrast_ReadPixels()
Brian Paul
2011-11-15
1
-6
/
+5
*
intel: Fix intel_map_renderbuffer() for depthstencil buffers with separate st...
Chad Versace
2011-11-15
1
-1
/
+149
*
intel: Fix software detiling of system stencil buffers
Chad Versace
2011-11-15
2
-4
/
+6
*
intel: Fix intel_unmap_renderbuffer_s8()
Chad Versace
2011-11-15
1
-2
/
+2
*
intel: Refactor intel_map_renderbuffer()
Chad Versace
2011-11-15
1
-134
/
+256
*
i965: Expose GLSL 1.30 on gen6+.
Eric Anholt
2011-11-11
1
-1
/
+4
*
i965: Add new vtable entries for surface state updating functions.
Kenneth Graunke
2011-11-10
1
-0
/
+17
*
i965: Claim to support rendering to integer FBOs.
Eric Anholt
2011-11-09
1
-1
/
+6
*
i965: Enable ChooseTexFormat for supported GL_EXT_texture_integer formats.
Eric Anholt
2011-11-09
1
-0
/
+30
*
intel: Expose GL_EXT_texture_integer when GL 3.0 override is set.
Eric Anholt
2011-11-09
1
-0
/
+10
*
i965: Add support for 16-bit unorm L, A, and I textures.
Eric Anholt
2011-11-09
1
-1
/
+5
*
intel: Don't _mesa_problem when asked for an RB of a texturing-only type.
Eric Anholt
2011-11-09
2
-2
/
+11
*
mesa: fix comment typo in intel_renderbuffer
Brian Paul
2011-11-07
1
-1
/
+1
*
intel: update intel_texture_image comment
Brian Paul
2011-11-07
1
-1
/
+1
*
intel: wrap comment and fix typo
Brian Paul
2011-11-07
1
-2
/
+2
*
dri: unify __DRIscreenRec
George Sapountzis
2011-11-04
2
-9
/
+9
*
dri: unify __DriverAPIRec
George Sapountzis
2011-11-04
1
-1
/
+1
*
i965/gen6: Improve glReadPixels() performance by blitting to a linear temp.
Eric Anholt
2011-11-03
2
-8
/
+81
*
intel: Add safety asserts for the blit engine's pitch alignment requirements.
Eric Anholt
2011-11-03
1
-0
/
+6
*
intel: Don't force a batchbuffer flush in readpixels.
Eric Anholt
2011-11-03
3
-3
/
+12
*
dri: Drop unused dri renderbuffer helper functions
Kristian Høgsberg
2011-11-02
1
-1
/
+0
*
dri: Remove cliprect information from __DRIdrawable
Kristian Høgsberg
2011-11-02
1
-15
/
+0
*
dri: Drop driReadDrawableExtension
Kristian Høgsberg
2011-11-02
1
-1
/
+0
*
intel: fix potential segfault error
Yuanhan Liu
2011-11-02
1
-2
/
+4
*
intel: Use MapRenderbuffer in spans setup.
Eric Anholt
2011-11-01
1
-23
/
+10
*
intel: Add an implementation of MapRenderbuffer.
Eric Anholt
2011-11-01
4
-1
/
+130
*
intel: Improve the debug info for renderbuffer allocation.
Eric Anholt
2011-11-01
1
-4
/
+4
*
Revert "intel: Drop the immediate validation of the texture object in TFP."
Eric Anholt
2011-11-01
1
-0
/
+5
*
intel: enable GL_OES_draw_texture
Chia-I Wu
2011-10-30
1
-0
/
+1
*
intel: Return error value from intel_batchbuffer_flush().
Eric Anholt
2011-10-29
2
-6
/
+12
*
intel: Add an interface for saving/restoring the batchbuffer state.
Eric Anholt
2011-10-29
3
-0
/
+28
*
i915: Move the always_flush_cache code to triangle emit.
Eric Anholt
2011-10-29
1
-4
/
+0
*
dri: Remove driver GenerateMipmap hooks.
Eric Anholt
2011-10-28
1
-23
/
+0
*
intel: remove dead prototype for old DRI1 code.
Eric Anholt
2011-10-28
1
-5
/
+0
*
intel: Drop texture border support code.
Eric Anholt
2011-10-26
4
-77
/
+28
*
intel: Enable stripping of texture borders.
Eric Anholt
2011-10-26
1
-0
/
+2
[next]