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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: add more cases for copying unsupported formats to resource_copy_region
Marek Olšák
2013-01-26
1
-0
/
+12
*
r600g: don't use radeon_surface_level::npix_x/y/z
Marek Olšák
2013-01-26
4
-32
/
+27
*
r600g: fix compile warnings in r600_cp_dma_copy_buffer on 32-bit gcc
Marek Olšák
2013-01-26
2
-4
/
+4
*
r600g: fix up CP DMA for VM on cayman and TN
Alex Deucher
2013-01-25
2
-6
/
+9
*
svga: use pipe_sampler_view_release() in svga_cleanup_tss_binding()
Brian Paul
2013-01-25
1
-1
/
+1
*
st/mesa: handle new GLSL IR enumerants in switch statements
Brian Paul
2013-01-25
1
-2
/
+16
*
svga: add NULL pointer check in svga_create_sampler_state()
Brian Paul
2013-01-25
1
-0
/
+3
*
vbo: add a null pointer check to handle OOM instead of crashing
Brian Paul
2013-01-25
1
-0
/
+5
*
util: add new error checking code in vbuf helper
Brian Paul
2013-01-25
1
-27
/
+49
*
st/mesa: do proper error checking for u_upload_alloc() calls
Brian Paul
2013-01-25
5
-17
/
+26
*
util: add some defensive coding in u_upload_alloc()
Brian Paul
2013-01-25
1
-1
/
+7
*
glsl: use glsl_strtof() instead of glsl_strtod()
Brian Paul
2013-01-25
2
-8
/
+8
*
glsl: add new glsl_strtof() function
Brian Paul
2013-01-25
2
-0
/
+25
*
softpipe: add casts to silence MSVC warnings
Brian Paul
2013-01-25
1
-2
/
+2
*
util: silence MSVC signed/unsigned comparison warnings
Brian Paul
2013-01-25
1
-4
/
+4
*
util: silence MSVC double->float conversion warnings
Brian Paul
2013-01-25
1
-2
/
+2
*
util: silence MSVC signed/unsigned warnings in debug_get_flags_option()
Brian Paul
2013-01-25
1
-1
/
+1
*
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: Add support for lowering 4x8 pack/unpack operations
Matt Turner
2013-01-25
2
-0
/
+285
*
glsl: Evaluate constant pack/unpack 4x8 expressions
Matt Turner
2013-01-25
1
-0
/
+166
*
glsl: Extend ir_expression_operation for ARB_shading_language_packing
Matt Turner
2013-01-25
4
-0
/
+31
*
glsl: Add IR lisp for ARB_shading_language_packing
Matt Turner
2013-01-25
5
-0
/
+38
*
glsl: Add infrastructure for ARB_shading_language_packing
Matt Turner
2013-01-25
7
-0
/
+10
*
r600g: Don't build llvm_wrapper.cpp when we aren't using LLVM
Tom Stellard
2013-01-25
1
-1
/
+3
*
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: Remove ir_variable::uniform_block
Ian Romanick
2013-01-25
5
-14
/
+0
*
glsl: Allow dereferencing fields of an interface instance
Ian Romanick
2013-01-25
1
-1
/
+2
*
glsl: Allow elimination of uniform block members
Ian Romanick
2013-01-25
1
-6
/
+1
*
glsl: Calculate UBO data at link-time
Ian Romanick
2013-01-25
3
-77
/
+44
*
glsl: Add link_uniform_blocks to calculate all UBO data at link-time
Ian Romanick
2013-01-25
2
-0
/
+255
*
glsl: Add a visitor to determine whether a uniform block is ever used
Ian Romanick
2013-01-25
3
-0
/
+225
*
glsl: Lower UBO references using link-time data instead of compile-time data
Ian Romanick
2013-01-25
1
-3
/
+86
*
glsl: Add gl_uniform_buffer_variable::IndexName field
Ian Romanick
2013-01-25
4
-2
/
+22
*
glsl: Make the align function available elsewhere in the linker
Ian Romanick
2013-01-25
4
-31
/
+20
*
glsl: Calculate link-time uniform block data without using compile-time block...
Ian Romanick
2013-01-25
1
-24
/
+54
[next]