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
*
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
*
intel: Add I8 and L8 to intel_mesa_format_to_rb_datatype().
Eric Anholt
2011-04-18
1
-0
/
+2
*
Revert "intel: Add spans code for the ARB_texture_rg support."
Eric Anholt
2011-04-18
1
-122
/
+0
*
intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.
Eric Anholt
2011-04-18
1
-25
/
+4
*
intel: Use Mesa core's renderbuffer accessors for depth.
Eric Anholt
2011-04-18
1
-33
/
+15
*
intel: Use _mesa_base_tex_format for FBO texture attachments.
Eric Anholt
2011-04-18
1
-1
/
+1
*
i965: Quit spamming gen6 DP read/write send instructions with gen5 bits.
Eric Anholt
2011-04-17
1
-6
/
+0
*
i965/fs: Add gen6 register spilling support.
Eric Anholt
2011-04-17
5
-31
/
+58
*
r300/compiler: Fix incorrect presubtract conversion
Tom Stellard
2011-04-16
1
-0
/
+24
*
Revert "r300/compiler: Don't try to convert RGB to Alpha in full instructions"
Marek Olšák
2011-04-15
1
-2
/
+1
*
mesa: finish up ARB_texture_float
Marek Olšák
2011-04-15
2
-2
/
+0
*
i965/fs: Constant-fold immediates in src0 of SEL instructions.
Eric Anholt
2011-04-13
4
-0
/
+16
*
i965/fs: Constant-fold immediates in src0 of CMP instructions.
Eric Anholt
2011-04-13
3
-0
/
+45
*
i965: Change assertion condition from implicit to explicit
Chad Versace
2011-04-12
1
-2
/
+1
*
i965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINT
Chad Versace
2011-04-12
1
-0
/
+1
*
i965: Document brw_context.state.depth_region
Chad Versace
2011-04-12
2
-1
/
+23
*
i965: Remove unnecessary release/reference of brw_context.state.depth_region
Chad Versace
2011-04-12
1
-6
/
+4
*
i965: Add comments about URB size units and limits.
Kenneth Graunke
2011-04-12
2
-4
/
+10
*
i965: Never enable the GS on Gen6.
Kenneth Graunke
2011-04-12
1
-32
/
+16
*
Revert "i965: Reinstate max-index paranoia"
Chris Wilson
2011-04-12
1
-1
/
+1
*
nouveau_vieux: fix build since sampler objects merge
Dave Airlie
2011-04-12
3
-12
/
+12
*
r600: silence various compiler warnings
Brian Paul
2011-04-11
7
-10
/
+19
*
Merge branch 'arb_sampler_objects'
Brian Paul
2011-04-11
34
-228
/
+232
|
\
|
*
mesa: fixup r600 DRI driver for sampler object changes
Brian Paul
2011-04-11
4
-26
/
+26
|
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
34
-218
/
+222
*
|
Revert "i965: clear global offset to zero in m0.2 for VS DP read."
Zou Nan hai
2011-04-12
1
-9
/
+0
*
|
i965: Remove hint_gs_always and resulting dead code
Ian Romanick
2011-04-11
3
-76
/
+13
*
|
intel: Fix ROUND_DOWN_TO macro
Ian Romanick
2011-04-11
1
-3
/
+27
[next]