index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Convert lower_clip_distance_visitor to be an ir_rvalue_visitor
Ian Romanick
2013-05-13
1
-23
/
+33
*
glsl: Generate ir_binop_vector_extract for indexing of vectors
Ian Romanick
2013-05-13
1
-4
/
+16
*
glsl: Convert ir_binop_vector_extract in the LHS to ir_triop_vector_insert
Ian Romanick
2013-05-13
1
-0
/
+24
*
glsl: Add lowering pass for ir_triop_vector_insert
Ian Romanick
2013-05-13
7
-0
/
+145
*
glsl: Lower ir_binop_vector_extract to conditional moves
Ian Romanick
2013-05-13
1
-1
/
+31
*
glsl: Lower ir_binop_vector_extract to swizzle
Ian Romanick
2013-05-13
1
-0
/
+45
*
glsl: Refactor part of convert_vec_index_to_cond_assign
Ian Romanick
2013-05-13
1
-20
/
+37
*
glsl: Add ir_triop_vector_insert
Ian Romanick
2013-05-13
5
-1
/
+46
*
glsl: Add ir_binop_vector_extract
Ian Romanick
2013-05-13
5
-5
/
+55
*
glsl: Fix "make check" breakage after adding options to do_common_optimization.
Paul Berry
2013-05-13
1
-5
/
+9
*
glsl: Add a pass to flip matrix/vector multiplies to use dot products.
Kenneth Graunke
2013-05-12
4
-0
/
+128
*
i965/vs: Set the PreferDP4 shader compiler option.
Kenneth Graunke
2013-05-12
1
-0
/
+2
*
mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.
Kenneth Graunke
2013-05-12
8
-28
/
+11
*
glsl: Pass struct shader_compiler_options into do_common_optimization.
Kenneth Graunke
2013-05-12
8
-9
/
+21
*
glsl: Initialize ctx->ShaderCompilerOptions in standalone scaffolding.
Kenneth Graunke
2013-05-12
1
-0
/
+12
*
glsl: Copy _mesa_shader_type_to_index() to standalone scaffolding.
Kenneth Graunke
2013-05-12
1
-0
/
+17
*
mesa: Add comments about bit-ordering of new XRGB/XBGR formats.
Kenneth Graunke
2013-05-12
1
-15
/
+15
*
st/mesa: remove dependency on _NEW_BUFFER_OBJECT for vertex arrays
Marek Olšák
2013-05-11
2
-3
/
+3
*
st/mesa: don't check for _NEW_PROGRAM when binding UBOs
Marek Olšák
2013-05-11
1
-2
/
+2
*
st/mesa: fix a couple of issues in st_bind_ubos
Marek Olšák
2013-05-11
1
-4
/
+16
*
st/mesa: restore the transfer_inline_write path for BufferData
Marek Olšák
2013-05-11
1
-0
/
+15
*
st/mesa: initialize Const.MaxColorAttachments
Marek Olšák
2013-05-11
1
-7
/
+3
*
gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
Marek Olšák
2013-05-11
12
-2
/
+23
*
st/mesa: consolidate setting MaxTextureImageUnits
Marek Olšák
2013-05-11
1
-15
/
+11
*
st/mesa: initialize all program constants and UBO limits
Marek Olšák
2013-05-11
1
-21
/
+43
*
glsl: fix the value of gl_MaxFragmentUniformVectors
Marek Olšák
2013-05-11
1
-1
/
+1
*
mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECT
Marek Olšák
2013-05-11
13
-14
/
+41
*
mesa: skip _MaxElement computation unless driver needs strict bounds checking
Marek Olšák
2013-05-11
2
-4
/
+26
*
mesa: remove unused gl_array_object::NewArray
Marek Olšák
2013-05-11
4
-10
/
+0
*
mesa: remove unused gl_constants::MaxColorTableSize
Marek Olšák
2013-05-11
3
-6
/
+0
*
mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponents
Marek Olšák
2013-05-11
5
-9
/
+5
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
27
-63
/
+61
*
mesa: consolidate definitions of max texture image units
Marek Olšák
2013-05-11
3
-9
/
+5
*
ilo: Initialize read_back in transfer_map_sys.
Vinson Lee
2013-05-10
1
-1
/
+1
*
r600g: increase array size for shader inputs and outputs
Marek Olšák
2013-05-10
2
-2
/
+4
*
targets/dri-i915: Force c++ linker in all cases
Chí-Thanh Christopher Nguyễn
2013-05-09
1
-8
/
+2
*
i965: Actually use the user timeout in glClientWaitSync.
Ben Widawsky
2013-05-09
1
-9
/
+1
*
i965: make GT3 machines work as GT3 instead of GT2
Paulo Zanoni
2013-05-09
3
-49
/
+53
*
i965: Add chipset limits for the Haswell GT3 variant.
Kenneth Graunke
2013-05-09
1
-0
/
+6
*
i965: Update URB partitioning code for Haswell's GT3 variant.
Kenneth Graunke
2013-05-09
1
-8
/
+17
*
i965: Delete dead intel_span.c symlink.
Kenneth Graunke
2013-05-09
1
-1
/
+0
*
i965/vs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
2013-05-09
4
-63
/
+31
*
i965/fs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
2013-05-09
6
-72
/
+38
*
docs: document GALLIUM_HUD and LIBGL_SHOW_FPS
Marek Olšák
2013-05-09
1
-0
/
+5
*
ilo: Add support for HW primitive restart.
Courtney Goeltzenleuchter
2013-05-10
3
-2
/
+194
*
svga: misc whitespace and comment fixes in svga_cmd.c
Brian Paul
2013-05-09
1
-82
/
+82
*
docs: remove ^M chars from GL3.txt
Brian Paul
2013-05-09
1
-3
/
+3
*
st/mesa: generate GL_OUT_OF_MEMORY if we can't create the index buffer
Brian Paul
2013-05-09
1
-1
/
+1
*
ilo: add support for PIPE_FORMAT_ETC1_RGB8
Chia-I Wu
2013-05-09
2
-5
/
+61
*
ilo: support mapping with a staging system buffer
Chia-I Wu
2013-05-09
1
-0
/
+77
[next]