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
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
3
-4
/
+5
*
i965: Add a table of the surface format information from the PRM.
Eric Anholt
2011-11-22
1
-0
/
+204
*
Merge branch 'hiz' of ssh://people.freedesktop.org/~chadversary/mesa
Chad Versace
2011-11-22
19
-99
/
+643
|
\
|
*
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
1
-18
/
+8
|
*
i965: Mark that depth buffer needs depth resolve after drawing
Chad Versace
2011-11-22
1
-0
/
+23
|
*
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: Define struct intel_resolve_map [v2]
Chad Versace
2011-11-22
2
-0
/
+2
|
*
intel: Change signature of HiZ resolve functions
Chad Versace
2011-11-22
3
-15
/
+23
|
*
intel: Remove unused HiZ functions
Chad Versace
2011-11-22
1
-9
/
+0
|
*
intel: Replace intel_mipmap_tree::hiz_region with a miptree [v2]
Chad Versace
2011-11-22
1
-2
/
+3
|
*
intel: Kill intel_mipmap_level::nr_images [v4]
Chad Versace
2011-11-22
1
-9
/
+8
|
*
intel: Replace intel_renderbuffer::region with a miptree [v3]
Chad Versace
2011-11-21
5
-14
/
+24
|
*
intel: Fix swrast_render_start() for depthstencil buffers with separate stencil
Chad Versace
2011-11-21
1
-21
/
+1
*
|
i965: Remove unused file brw_fallback.h.
Kenneth Graunke
2011-11-19
1
-47
/
+0
*
|
i965/gen4: Fix sampling from integer textures.
Eric Anholt
2011-11-17
4
-8
/
+28
|
/
*
i965: Fix inconsistent indentation in brw_gs_emit.c.
Kenneth Graunke
2011-11-16
1
-33
/
+33
*
i965: Don't try to normalize cubemap coordinates for textureSize.
Kenneth Graunke
2011-11-12
1
-0
/
+3
*
i965: Add support for gl_VertexID and gl_InstanceID.
Eric Anholt
2011-11-11
4
-6
/
+63
*
i965: Replace a should-never-happen fallback with asserts where it matters.
Eric Anholt
2011-11-11
2
-13
/
+15
*
i965: remove #include of api_noop.h
Brian Paul
2011-11-11
1
-1
/
+0
*
i965: Make Gen6+ renderbuffer surface updates not depend on NEW_COLOR.
Kenneth Graunke
2011-11-10
3
-2
/
+12
*
i965: Reorder state atom lists so all the surface state is together.
Kenneth Graunke
2011-11-10
1
-16
/
+19
*
i965: Put a proper sampler count in 3DSTATE_VS.
Kenneth Graunke
2011-11-10
2
-3
/
+5
*
i965: Upload SAMPLER_STATE pointers for the VS on Ivybridge.
Kenneth Graunke
2011-11-10
1
-1
/
+7
*
i965: Move and rename "wm sampler" fields to just "sampler".
Kenneth Graunke
2011-11-10
9
-33
/
+37
*
i965: Clean up code for VS pull constant surface creation.
Kenneth Graunke
2011-11-10
3
-64
/
+20
*
i965: Use a single binding table for all pipeline stages.
Kenneth Graunke
2011-11-10
9
-85
/
+80
*
i965: Split brw_wm_surfaces state into renderbuffer and texture atoms.
Kenneth Graunke
2011-11-10
3
-15
/
+35
*
i965: Combine the two WM pull constant tracked state atoms.
Kenneth Graunke
2011-11-10
4
-59
/
+16
*
i965: Rename gen6_*_constants tracked state atoms to "push_constants".
Kenneth Graunke
2011-11-10
4
-8
/
+8
*
i965: Remove nr_surfaces computation from brw_update_wm_surfaces.
Kenneth Graunke
2011-11-10
1
-11
/
+1
*
i965: Use 0 for the number of binding table entries in 3DSTATE_(VS|WM).
Kenneth Graunke
2011-11-10
10
-50
/
+6
*
i965: Remove outdated comment about CACHE_NEW_SURF_BIND dirty bit.
Kenneth Graunke
2011-11-10
1
-2
/
+1
*
i965: Remove BRW_NEW_NR_VS_SURFACES dirty bit from brw_vs_surfaces.
Kenneth Graunke
2011-11-10
1
-1
/
+0
*
i965: Add missing CACHE_NEW_WM_PROG dirty bit to WM pull constants.
Kenneth Graunke
2011-11-10
1
-2
/
+3
*
i965: Use new vtable entries for surface state updating functions.
Kenneth Graunke
2011-11-10
4
-126
/
+13
*
i965: Add new vtable entries for surface state updating functions.
Kenneth Graunke
2011-11-10
4
-0
/
+32
*
i965: Claim to support rendering to integer FBOs.
Eric Anholt
2011-11-09
1
-0
/
+7
*
i965/fs: Add support for user-defined out variables.
Eric Anholt
2011-11-09
2
-35
/
+39
[next]