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
/
intel_fbo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: make intel_texture_image a subclass of swrast_texture_image
Brian Paul
2011-09-17
1
-10
/
+10
*
intel: Silence "warning: unused parameter ‘target’"
Ian Romanick
2011-09-09
1
-3
/
+1
*
intel: Silence "warning: unused parameter ‘fb’"
Ian Romanick
2011-09-09
1
-3
/
+3
*
intel: add support for __DRI_IMAGE_FORMAT_ABGR8888
Chia-I Wu
2011-09-09
1
-0
/
+11
*
intel: use new gl_texture_image:Face, Level fields
Brian Paul
2011-08-24
1
-6
/
+6
*
intel: Fix unused variable warning.
Eric Anholt
2011-08-02
1
-1
/
+0
*
i965: Remove the now unused intel_renderbuffer::draw_offset field.
Kenneth Graunke
2011-07-28
1
-1
/
+0
*
i965: Check actual tile offsets in Gen4 miptree workaround.
Kenneth Graunke
2011-07-28
1
-2
/
+17
*
intel: Fix stencil buffer to be W tiled
Chad Versace
2011-07-19
1
-5
/
+7
*
intel: Clarify the depthRb == stencilRb logic.
Eric Anholt
2011-07-18
1
-16
/
+15
*
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
1
-19
/
+0
*
intel: Rely on intel_region_reference()'s support of *dst != NULL.
Eric Anholt
2011-07-07
1
-13
/
+0
*
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: Declare some functions in intel_fbo.c as non-static
Chad Versace
2011-06-24
1
-2
/
+2
*
intel: Change signature of intel_create_wrapped_renderbuffer
Chad Versace
2011-06-24
1
-22
/
+8
*
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
1
-0
/
+6
*
intel: Drop the cpp argument to intel_miptree_create().
Eric Anholt
2011-06-14
1
-4
/
+1
*
intel: Calculate compress_byte in intel_miptree_create.
Eric Anholt
2011-06-14
1
-5
/
+2
*
intel: Use the gl_format to get the base_format for miptree create.
Eric Anholt
2011-06-14
1
-1
/
+0
*
intel: Drop the internal_format field of the mipmap tree.
Eric Anholt
2011-06-14
1
-1
/
+0
*
intel: Add the MESA_FORMAT as a field of the miptree.
Eric Anholt
2011-06-14
1
-0
/
+1
*
intel: Clean up intel_render_texture with a rename and a helper function.
Eric Anholt
2011-06-13
1
-10
/
+6
*
intel: Move the draw_x/draw_y to the renderbuffer where it belongs.
Eric Anholt
2011-06-13
1
-8
/
+45
*
dri: include swrast.h, not s_texrender.h
Brian Paul
2011-06-13
1
-1
/
+1
*
mesa: move texrender.c to swrast
Brian Paul
2011-06-13
1
-4
/
+4
*
intel: Add function intel_renderbuffer_set_hiz_region()
Chad Versace
2011-06-08
1
-0
/
+12
*
intel: Change FBO validation criteria to accomodate hiz and seprate stencil
Chad Versace
2011-05-25
1
-15
/
+27
*
intel: Add hiz_region to intel_mipmap_tree
Chad Versace
2011-05-25
1
-0
/
+21
*
intel: Refactor the wrapping of textures with renderbuffers
Chad Versace
2011-05-25
1
-7
/
+8
*
intel: Add hiz_region to intel_renderbuffer
Chad Versace
2011-05-25
1
-0
/
+19
*
intel: Allocate region for separate stencil buffer
Chad Versace
2011-05-25
1
-3
/
+30
*
intel: Use _mesa_base_tex_format for FBO texture attachments.
Eric Anholt
2011-04-18
1
-1
/
+1
*
intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebuffer
Neil Roberts
2011-02-24
1
-1
/
+80
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-1
/
+1
*
i915: Fix compiler warning from sw fallback removal change.
Eric Anholt
2011-01-14
1
-1
/
+1
*
i965: Use a new miptree to avoid software fallbacks due to drawing offset.
Eric Anholt
2011-01-10
1
-12
/
+66
*
intel: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
intel: Make renderbuffer tiling choice match texture tiling choice.
Eric Anholt
2011-01-07
1
-4
/
+9
*
intel: Use the _BaseFormat from MESA_FORMAT_* in renderbuffer setup.
Eric Anholt
2011-01-07
1
-36
/
+1
*
intel: Add a vtbl hook for determining if a format is renderable.
Eric Anholt
2011-01-07
1
-1
/
+3
*
intel: Merge our choosetexformat fallbacks into core.
Eric Anholt
2011-01-04
1
-2
/
+2
*
intel: When validating an FBO's combined depth/stencil, use the given FBO.
Eric Anholt
2011-01-04
1
-4
/
+4
*
intel: Fix segfaults from trying to use _ColorDrawBuffers in FBO validation.
Eric Anholt
2011-01-04
1
-4
/
+16
*
intel: Check for unsupported texture when finishing using as a render target
Chris Wilson
2010-12-21
1
-1
/
+2
*
intel: Just use ChooseTextureFormat for renderbuffer format choice.
Eric Anholt
2010-12-10
1
-52
/
+9
[next]