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
Commit message (
Expand
)
Author
Age
Files
Lines
*
android: pass -std=c99 by default
Chia-I Wu
2011-11-26
3
-8
/
+2
*
vbo: fix !FEATURE_beginend build
Chia-I Wu
2011-11-25
1
-0
/
+6
*
i965/gen6: Fix GPU hang when using stencil buffer without depth
Chad Versace
2011-11-23
1
-0
/
+5
*
i915: Fix complete texturing regression since 27505a105a
Eric Anholt
2011-11-23
1
-0
/
+2
*
i915: Fix build since hiz merge.
Eric Anholt
2011-11-23
6
-24
/
+29
*
mesa: fix incorrect error message in format_unpack.c
Brian Paul
2011-11-23
1
-1
/
+2
*
mesa: update comment for clear_teximage_fields()
Brian Paul
2011-11-22
1
-9
/
+2
*
mesa: re-implement unpacking of DEPTH_COMPONENT32F
Marek Olšák
2011-11-23
1
-0
/
+9
*
i915: Move the texture format setup for this driver out of shared code.
Eric Anholt
2011-11-22
4
-42
/
+54
*
i965: Drop intel_context.c's texture format set up for this driver.
Eric Anholt
2011-11-22
1
-87
/
+0
*
i965: Add support for ARGB2101010 rendering.
Eric Anholt
2011-11-22
1
-1
/
+1
*
i965: Add support for RGBA_16 unorm rendering.
Eric Anholt
2011-11-22
1
-1
/
+1
*
i965: Add support for half-float formats.
Eric Anholt
2011-11-22
1
-7
/
+11
*
mesa: Fix unpack for MESA_FORMAT_INTENSITY_FLOAT16.
Eric Anholt
2011-11-22
1
-1
/
+1
*
mesa: Fall back to float16 if float32 isn't supported in ChooseTexFormat.
Eric Anholt
2011-11-22
1
-0
/
+11
*
mesa: Add fallback from RGB_FLOAT16 to RGBA_FLOAT16 before RGBA_FLOAT32.
Eric Anholt
2011-11-22
1
-0
/
+1
*
i965: Reorganize MESA_FORMAT -> BRW_SURFACEFORMAT table.
Eric Anholt
2011-11-22
1
-48
/
+146
*
i965: Mark texture formats as supported using the surface formats table.
Eric Anholt
2011-11-22
1
-1
/
+12
*
intel: Improve debug output for begin/finish render texture.
Eric Anholt
2011-11-22
1
-4
/
+4
*
intel: Remove duplicate test for texture attachment completeness.
Eric Anholt
2011-11-22
1
-8
/
+0
*
i965: Don't require spans (swrast) support to consider a format FBO complete.
Eric Anholt
2011-11-22
1
-3
/
+10
*
i965: Use the surface format table to determine render target supportedness.
Eric Anholt
2011-11-22
4
-60
/
+95
*
intel: Add the context to the render_target_supported() vtbl method.
Eric Anholt
2011-11-22
7
-8
/
+10
*
i965: Add a table of the surface format information from the PRM.
Eric Anholt
2011-11-22
1
-0
/
+204
*
mesa: Make formats.c "datatype" values match glGetTexLevelParameter return.
Eric Anholt
2011-11-22
3
-9
/
+14
*
mesa: Don't report types for 0-sized components of textures.
Eric Anholt
2011-11-22
1
-50
/
+69
*
gallium: separate out floating-point CAPs into its own enum
Marek Olšák
2011-11-22
1
-6
/
+11
*
gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally
Marek Olšák
2011-11-22
1
-17
/
+12
*
mesa: rename the AMD_conservative_depth extension flag to ARB
Marek Olšák
2011-11-22
2
-3
/
+3
*
st/mesa: quick fix of CopyPixels with GL_DEPTH_STENCIL
Marek Olšák
2011-11-22
1
-0
/
+7
*
Merge branch 'hiz' of ssh://people.freedesktop.org/~chadversary/mesa
Chad Versace
2011-11-22
42
-792
/
+2130
|
\
|
*
i965/gen6: Enable HiZ by default
Chad Versace
2011-11-22
1
-6
/
+2
|
*
intel: Use separate stencil whenever possible
Chad Versace
2011-11-22
2
-2
/
+2
|
*
i965: Implement the actual tables for texture alignment units [v2]
Kenneth Graunke
2011-11-22
3
-13
/
+105
|
*
i965/gen6: Set vertical alignment in SURFACE_STATE batch
Chad Versace
2011-11-22
2
-6
/
+11
|
*
intel: Store miptree alignment units in the miptree
Chad Versace
2011-11-22
4
-32
/
+26
|
*
intel: Enable HiZ for texture renderbuffers
Chad Versace
2011-11-22
1
-0
/
+7
|
*
intel: Resolve buffers in intel_map_renderbuffer()
Chad Versace
2011-11-22
1
-0
/
+5
|
*
intel: Resolve buffers in intel_map_texture_image()
Chad Versace
2011-11-22
1
-0
/
+5
|
*
intel: Mark needed resolves when first enabling HiZ on a miptree
Chad Versace
2011-11-22
1
-1
/
+20
|
*
i965: Mark that depth buffer needs depth resolve after drawing
Chad Versace
2011-11-22
1
-0
/
+23
|
*
intel: Resolve buffers in intelSpanRenderStart
Chad Versace
2011-11-22
1
-1
/
+39
|
*
intel: Refactor intelSpanRenderStart
Chad Versace
2011-11-22
1
-16
/
+25
|
*
i965: Resolve buffers before drawing [v2]
Chad Versace
2011-11-22
1
-0
/
+73
|
*
i965: Prevent recursive calls to FLUSH_VERTICES [v2]
Chad Versace
2011-11-22
1
-0
/
+66
|
*
i965/gen6: Manipulate state batches for HiZ meta-ops [v4]
Chad Versace
2011-11-22
8
-9
/
+74
|
*
i965/gen6: Complete stubs for HiZ buffer resolves
Chad Versace
2011-11-22
1
-2
/
+298
|
*
i965: Add HiZ operation state to brw_context
Chad Versace
2011-11-22
1
-0
/
+35
|
*
intel: Add resolve functions for renderbuffers
Chad Versace
2011-11-22
2
-0
/
+94
|
*
intel: Add resolve functions for miptrees
Chad Versace
2011-11-22
2
-1
/
+174
[next]