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
Commit message (
Expand
)
Author
Age
Files
Lines
*
osmesa: remove unused bpc variable
Fabio Pedretti
2011-12-06
1
-8
/
+0
*
radeon/r200: add RV200 detiling + add an always tiled flag
Dave Airlie
2011-12-06
3
-37
/
+72
*
r200: add Z16 depth detiling.
Dave Airlie
2011-12-06
1
-0
/
+105
*
r200: handle Z24 depth buffers correctly
Dave Airlie
2011-12-06
1
-2
/
+2
*
r200: fix cb microtile setup
Dave Airlie
2011-12-06
1
-0
/
+3
*
r200: enable tiling flags on blitter setup.
Dave Airlie
2011-12-06
1
-0
/
+10
*
i965: Fix incorrect comment about single program flow on Ironlake.
Kenneth Graunke
2011-12-05
1
-1
/
+1
*
radeon/r200: drop old span depth/stencil code.
Dave Airlie
2011-12-05
1
-317
/
+0
*
radeon/r200: add draw/stencil buffer detiling
Dave Airlie
2011-12-05
2
-0
/
+111
*
radeon: fix warnings
Dave Airlie
2011-12-05
1
-2
/
+2
*
radeon: use mesa renderbuffer accessors for depth for now.
Dave Airlie
2011-12-05
1
-4
/
+5
*
radeon: add some tiling support for r100.
Dave Airlie
2011-12-05
2
-0
/
+13
*
radeon: texture/renderbuffer overhaul.
Dave Airlie
2011-12-05
13
-599
/
+385
*
radeon: set texture bits to always emit.
Dave Airlie
2011-12-05
1
-3
/
+3
*
radeon: update flush according to glXMakeCurrent man page
Dave Airlie
2011-12-05
1
-2
/
+15
*
radeon: drop border check
Dave Airlie
2011-12-05
1
-5
/
+0
*
radeon: add a bit more debugging to the blit debug code.
Dave Airlie
2011-12-05
1
-4
/
+4
*
i965: Fix emit of a MOV with bad destination channel on gen6 math in FPs.
Stuart Abercrombie
2011-12-02
1
-5
/
+5
*
mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88
Brian Paul
2011-12-02
1
-1
/
+1
*
mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
Brian Paul
2011-12-02
3
-3
/
+3
*
i965: Make gen6_resolve_implied_move a no-op for MRF sources.
Kenneth Graunke
2011-12-02
1
-0
/
+3
*
swrast: Fix signed/unsigned problems with negative strides.
Mathias Fröhlich
2011-12-01
1
-2
/
+2
*
i965/fs: Fix regression in fbo-alphatest-nocolor.
Eric Anholt
2011-11-30
1
-1
/
+1
*
i965/fs: Make register file enum 0 be the undefined register file.
Eric Anholt
2011-11-30
2
-8
/
+25
*
i965: Don't perform the precompile on fragment shaders by default.
Eric Anholt
2011-11-30
4
-2
/
+10
*
i965: Always handle GL_DEPTH_TEXTURE_MODE through the shader.
Eric Anholt
2011-11-29
2
-32
/
+30
*
i965: Fix EXT_texture_swizzle with a writemask in the FFFS/FP backend.
Eric Anholt
2011-11-29
1
-6
/
+16
*
i965: Base HW depth format setup based on MESA_FORMAT, not bpp.
Eric Anholt
2011-11-29
5
-54
/
+39
*
i965: Don't depth test the fake depthbuffer when one isn't present.
Eric Anholt
2011-11-29
1
-1
/
+6
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
9
-24
/
+40
*
android: pass -std=c99 by default
Chia-I Wu
2011-11-26
2
-8
/
+0
*
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
*
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
*
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
*
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
[next]