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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add macros MIN3 and MAX3
Marek Olšák
2011-04-27
1
-0
/
+4
*
st/mesa: fix warning: ‘user_memory’ may be used uninitialized in this fun...
Marek Olšák
2011-04-27
1
-1
/
+1
*
Squashed commit of the following:
Brian Paul
2011-04-26
29
-6006
/
+6648
*
i965/fs: Add support for compute-to-mrf in 16-wide mode.
Eric Anholt
2011-04-26
1
-11
/
+52
*
i965/fs: Typo fix a comment.
Eric Anholt
2011-04-26
1
-1
/
+1
*
i965/fs: Enable constant propagation in 16-wide.
Eric Anholt
2011-04-26
1
-5
/
+3
*
i965/fs: Fix and enable the instruction scheduler for 16-wide.
Eric Anholt
2011-04-26
1
-8
/
+42
*
i965/fs: Add support for 16-wide dispatch with uniforms in use.
Eric Anholt
2011-04-26
2
-8
/
+53
*
hash_table: Add an iterator for doing things like cleanup of the HT.
Eric Anholt
2011-04-26
2
-0
/
+26
*
i965/fs: Add a little whitespace between shader dumping debug.
Eric Anholt
2011-04-26
1
-1
/
+5
*
i965/fs: Add support for compr4 MRF writes.
Eric Anholt
2011-04-26
1
-14
/
+18
*
i965/fs: Add support for 16-wide dispatch on gen5.
Eric Anholt
2011-04-26
3
-12
/
+93
*
i965/fs: Add initial support for 16-wide dispatch on gen6.
Eric Anholt
2011-04-26
6
-81
/
+210
*
i965/fs: Add support for discard instructions in 16-wide mode.
Eric Anholt
2011-04-26
1
-0
/
+3
*
i965/fs: Add support for math instructions in 16-wide mode.
Eric Anholt
2011-04-26
3
-14
/
+45
*
i965/fs: Fix interference calculation of pixel_[xy] in 16-wide.
Eric Anholt
2011-04-26
1
-0
/
+23
*
i965/fs: Disable some optimization passes under 16-wide for now.
Eric Anholt
2011-04-26
2
-0
/
+15
*
i965/fs: Add support for 16-wide texturing on gen5+.
Eric Anholt
2011-04-26
1
-21
/
+29
*
i965/fs: Add support for computing pixel_[xy] in 16-wide.
Eric Anholt
2011-04-26
2
-10
/
+46
*
i965/fs: Add support for 16-wide dispatch to the register allocator.
Eric Anholt
2011-04-26
1
-19
/
+37
*
i965: Move the destination reg setup for 8/16 wide to the emit code.
Eric Anholt
2011-04-26
4
-10
/
+6
*
intel: Use tiling for dri2AllocateBuffer implementation
Kristian Høgsberg
2011-04-26
1
-1
/
+10
*
intel: Set gen in intelInitScreen, just copy value in intelInitContext
Kristian Høgsberg
2011-04-26
3
-5
/
+14
*
intel: Use X tiling for DRM EGL Images
Kristian Høgsberg
2011-04-26
1
-1
/
+1
*
mesa: Remove SWcontext::_FogMode, use gl_context::gl_fog_attrib::Mode everywhere
Ian Romanick
2011-04-25
3
-3
/
+1
*
main: remove duplicated includes
Nicolas Kaiser
2011-04-25
2
-2
/
+0
*
mesa: add stricter checks for float formats in the texstore memcpy path
Marek Olšák
2011-04-25
1
-0
/
+2
*
mesa: implement generate-mipmap fallback for RGB10_A2
Marek Olšák
2011-04-25
1
-0
/
+80
*
st/mesa: fix regression since a22aba4eae9b29db731487bce90e8292f7e82c72
Dave Airlie
2011-04-25
1
-2
/
+2
*
mesa: Add some comments about FRAG_RESULT_COLOR vs FRAG_RESULT_DATAn.
Eric Anholt
2011-04-23
1
-0
/
+8
*
mesa: Fix fragment.color (no index) writes with OPTION ARB_draw_buffers.
Eric Anholt
2011-04-23
1
-3
/
+8
*
i965: Don't double-emit fragment.color writes for MRT with ARB_fp.
Eric Anholt
2011-04-23
2
-35
/
+19
*
i965: Fill in the remaining fields of gen5+ sampler default color.
Eric Anholt
2011-04-23
1
-4
/
+14
*
i965: Fix batch decode for the gen5+ sampler default color.
Eric Anholt
2011-04-23
1
-6
/
+24
*
intel: Add support for ARB_sampler_objects.
Eric Anholt
2011-04-23
13
-80
/
+99
*
i965: Add support for NV_conditional_render.
Eric Anholt
2011-04-23
5
-0
/
+17
*
swrast: Disable glAccum drawing during conditional rendering.
Eric Anholt
2011-04-23
1
-0
/
+4
*
meta: Don't do conditional rendering on GenerateMipmaps and BlitFramebuffer.
Eric Anholt
2011-04-23
1
-1
/
+24
*
i965: Add support for ARB_texture_compression_rgtc.
Eric Anholt
2011-04-23
3
-0
/
+11
*
mesa: Don't assert on the compressed convertformat for GenerateMipmaps.
Eric Anholt
2011-04-23
1
-1
/
+0
*
mesa: Choose RGTC formats for GL_COMPRESSED_RED, GL_COMPRESSED_RG.
Eric Anholt
2011-04-23
1
-0
/
+8
*
mesa/gdi: Address compiler warnings.
José Fonseca
2011-04-23
2
-136
/
+131
*
mesa/gdi: Remove InitCritSections.cpp.
José Fonseca
2011-04-23
1
-33
/
+0
*
Drop fx windows driver.
José Fonseca
2011-04-23
3
-2299
/
+0
*
scons: Build classic mesa gdi driver.
José Fonseca
2011-04-23
6
-115
/
+52
*
osmesa: Fix Mingw build.
José Fonseca
2011-04-23
1
-16
/
+1
*
scons: Build osmesa.
José Fonseca
2011-04-23
3
-0
/
+108
*
mesa/vf: Remove.
José Fonseca
2011-04-23
5
-2257
/
+0
*
r300/compiler: fix up error message
Marek Olšák
2011-04-22
1
-2
/
+2
*
swrast: fix readpix clamping
Marek Olšák
2011-04-22
1
-4
/
+4
[next]