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: remove ctx->Driver.Error() hook
Brian Paul
2013-01-29
3
-12
/
+0
*
mesa: fix comment typo: s/formaat/format/
Brian Paul
2013-01-29
1
-1
/
+1
*
st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2
Brian Paul
2013-01-29
1
-1
/
+3
*
mesa: don't enable GL_EXT_framebuffer_multisample for software drivers
Brian Paul
2013-01-29
1
-1
/
+0
*
osmesa: use _mesa_generate_mipmap() for mipmap generation, not meta
Brian Paul
2013-01-29
1
-0
/
+3
*
xlib: use _mesa_generate_mipmap() for mipmap generation, not meta
Brian Paul
2013-01-29
1
-0
/
+3
*
st/mesa: set ctx->Const.MaxSamples = 0, not 1
Brian Paul
2013-01-29
1
-0
/
+4
*
xlib: stop use _mesa_enable_extension(), just set the boolean flags
Brian Paul
2013-01-29
1
-5
/
+4
*
xlib: fix incorrect GL_ANGLE_texture_compression_dxt enable
Brian Paul
2013-01-29
1
-1
/
+2
*
i965: Add chipset limits for Haswell GT1/GT2.
Kenneth Graunke
2013-01-28
1
-1
/
+17
*
intel: Un-hardcode lengths from blitter commands.
Kenneth Graunke
2013-01-28
2
-7
/
+7
*
Remove APIspec.dtd
Matt Turner
2013-01-28
1
-52
/
+0
*
intel: Use a CPU map of the batch on LLC-sharing architectures.
Eric Anholt
2013-01-29
4
-9
/
+24
*
i965: Fix assignment instead of comparison in asserts.
Vinson Lee
2013-01-28
1
-2
/
+2
*
intel: Typo fix: "pitsh" -> "pitch"
Paul Berry
2013-01-28
1
-1
/
+1
*
st/mesa: handle new GLSL IR enumerants in switch statements
Brian Paul
2013-01-25
1
-2
/
+16
*
vbo: add a null pointer check to handle OOM instead of crashing
Brian Paul
2013-01-25
1
-0
/
+5
*
st/mesa: do proper error checking for u_upload_alloc() calls
Brian Paul
2013-01-25
5
-17
/
+26
*
st/mesa: silence assorted MSVC warnings in DrawPixels code
Brian Paul
2013-01-25
1
-2
/
+2
*
swrast: silence a bunch of MSVC warnings
Brian Paul
2013-01-25
1
-19
/
+19
*
mesa: use GLbitfield64 when copying program inputs
Brian Paul
2013-01-25
1
-2
/
+2
*
mesa: add some casts to silence MSVC warnings
Brian Paul
2013-01-25
1
-14
/
+14
*
mesa: add casts in _mesa_GetTexParameterfv() to silence warnings
Brian Paul
2013-01-25
1
-4
/
+4
*
i965: Enable ARB_shading_language_packing
Matt Turner
2013-01-25
1
-0
/
+1
*
i965: Assert that the 4x8 pack/unpack operations have been lowered
Matt Turner
2013-01-25
3
-0
/
+12
*
i965: Lower the 4x8 pack/unpack operations
Matt Turner
2013-01-25
1
-1
/
+5
*
glsl: Extend ir_expression_operation for ARB_shading_language_packing
Matt Turner
2013-01-25
1
-0
/
+4
*
glsl: Add infrastructure for ARB_shading_language_packing
Matt Turner
2013-01-25
2
-0
/
+2
*
i965: Pass in the glarray to get_surface_type.
Eric Anholt
2013-01-25
1
-29
/
+22
*
i965: Remove nonsense comment.
Eric Anholt
2013-01-25
1
-2
/
+0
*
i965: Remove NDEBUG undef that was snuck in.
Eric Anholt
2013-01-25
1
-2
/
+0
*
i965: reuse _mesa_sizeof_type for index buffer types.
Eric Anholt
2013-01-25
1
-24
/
+2
*
i965: Reuse precalculated ib_type_size value.
Eric Anholt
2013-01-25
1
-1
/
+1
*
i965: Drop debug check for knowing the size of a type.
Eric Anholt
2013-01-25
1
-2
/
+1
*
i965: Stop worrying about alignment of vertex data.
Eric Anholt
2013-01-25
1
-7
/
+1
*
i965: Use the glarray _ElementSize that Mesa tracks for us.
Eric Anholt
2013-01-25
2
-8
/
+4
*
mesa: Print more informative debug for _mesa_do_init_remap_table().
Eric Anholt
2013-01-25
1
-2
/
+4
*
glsl: Add gl_uniform_buffer_variable::IndexName field
Ian Romanick
2013-01-25
2
-1
/
+14
*
glsl: Modify uniform_field_visitor::visit_field to take a row_major parameter
Ian Romanick
2013-01-25
1
-2
/
+6
*
glsl: Add ir_variable::is_in_uniform_block predicate
Ian Romanick
2013-01-25
3
-3
/
+3
*
glsl: Add GLSL_TYPE_INTERFACE
Ian Romanick
2013-01-25
5
-0
/
+6
*
mesa: Track the packing mode of a UBO in gl_uniform_buffer
Ian Romanick
2013-01-25
1
-0
/
+14
*
glsl: Replace most default cases in switches on GLSL type
Ian Romanick
2013-01-25
6
-14
/
+32
*
i965: Correct gen6+ guardband calculation.
Eric Anholt
2013-01-25
2
-9
/
+21
*
i965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for unsized formats.
Kenneth Graunke
2013-01-25
4
-7
/
+21
*
i965: Bump maximum supported ES2 context version to 3.0
Chad Versace
2013-01-25
1
-1
/
+1
*
i965/Gen6+: Enable ARB_ES3_compatibility extension
Paul Berry
2013-01-25
1
-0
/
+1
*
mesa/es3: Enable ES 3.0 API and shading language version
Ian Romanick
2013-01-25
2
-2
/
+27
*
i965/fs/gen7: Fix fatal typo in unpackHalf2x16
Chad Versace
2013-01-24
1
-1
/
+1
*
i965/fs/gen7: Emit code for GLSL 3.00 pack/unpack operations (v4)
Chad Versace
2013-01-24
5
-3
/
+144
[next]