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
...
*
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
*
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
*
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
9
-63
/
+85
*
i965: Add support for NV_conditional_render.
Eric Anholt
2011-04-23
5
-0
/
+17
*
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/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
2
-0
/
+37
*
r300/compiler: fix up error message
Marek Olšák
2011-04-22
1
-2
/
+2
*
i915: Gut all remaining bits of hardware fog
Ian Romanick
2011-04-21
4
-107
/
+13
*
i915: i915_context::vertex_fog is always I915_FOG_NONE, so kill it
Ian Romanick
2011-04-21
3
-8
/
+1
*
i915: There's always a fragment program
Ian Romanick
2011-04-21
1
-26
/
+5
*
i915: Delete disabled try_pixel_fog paths
Ian Romanick
2011-04-21
1
-55
/
+0
*
mesa: Kill gl_fragment_program::FogOption with fire
Ian Romanick
2011-04-21
1
-2
/
+0
*
i915: gl_fragment_program::FogOption is always GL_NONE so don't check it
Ian Romanick
2011-04-21
2
-11
/
+2
*
i965: gl_fragment_program::FogOption is always GL_NONE so don't check it
Ian Romanick
2011-04-21
1
-5
/
+0
*
i965: Remove dead vertex buffer structs.
Kenneth Graunke
2011-04-20
1
-25
/
+0
*
intel: Add support for ARB_color_buffer_float.
Eric Anholt
2011-04-20
9
-10
/
+28
*
meta: Add support for ARB_color_buffer_float to _mesa_meta_Clear().
Eric Anholt
2011-04-20
1
-4
/
+24
*
meta: Add support for ARB_color_buffer_float to _mesa_meta_DrawPixels.
Eric Anholt
2011-04-20
1
-0
/
+28
*
intel: Add support for ARB_texture_float.
Eric Anholt
2011-04-20
6
-2
/
+62
*
intel: Add support for blit copies of >32bpp formats.
Eric Anholt
2011-04-20
1
-0
/
+11
*
r600c: add evergreen big endian support
Alex Deucher
2011-04-19
5
-9
/
+286
*
r600c: add big endian support for r6xx/r7xx
Cédric Cano
2011-04-19
11
-50
/
+508
*
r200: enable some extensions
Marek Olšák
2011-04-19
1
-2
/
+10
*
r300/compiler: Fix dataflow analysis bug with ELSE blocks
Tom Stellard
2011-04-18
1
-0
/
+7
*
i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style.
Kenneth Graunke
2011-04-18
3
-46
/
+37
*
i965: Allocate the whole URB to the VS and fix calculations for Gen6.
Kenneth Graunke
2011-04-18
3
-19
/
+25
[prev]
[next]