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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/mipmap_tree: Add a depth parameter to create_for_bo
Jason Ekstrand
2015-01-22
6
-7
/
+14
*
mesa/dd: Add a function for creating a texture from a buffer object
Jason Ekstrand
2015-01-22
1
-0
/
+16
*
i965/vec4: Fix fprintf argument ordering.
Matt Turner
2015-01-21
1
-2
/
+2
*
mesa: change assert to unreachable in two format functions
Tobias Klausmann
2015-01-21
2
-2
/
+2
*
mesa: Add assert to check number of vector elements
Jan Vesely
2015-01-21
2
-0
/
+2
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
27
-52
/
+54
*
mesa: remove comparisons that are always true
Jan Vesely
2015-01-21
2
-3
/
+0
*
i965: Extract scalar region checking logic
Ben Widawsky
2015-01-20
3
-7
/
+15
*
i965: Add QWORD sizes to type_sz macro
Ben Widawsky
2015-01-20
1
-0
/
+3
*
i965: Work around mysterious Gen4 GPU hangs with minimal state changes.
Kenneth Graunke
2015-01-19
1
-0
/
+13
*
i965/nir: Enable SIMD16 support in the NIR FS backend.
Kenneth Graunke
2015-01-19
1
-2
/
+1
*
i965/nir: Use offset() instead of altering reg_offset directly.
Kenneth Graunke
2015-01-19
1
-59
/
+32
*
i965/nir: Replace fs_reg(GRF, virtual_grf_alloc(...)) with vgrf(...).
Kenneth Graunke
2015-01-19
3
-13
/
+23
*
i965: Replace fs_reg(fs_visitor, type) with fs_visitor::vgrf(type).
Kenneth Graunke
2015-01-19
6
-128
/
+122
*
st/mesa: don't set vs.key.clamp_color if a shader doesn't write any colors
Marek Olšák
2015-01-19
3
-5
/
+10
*
mesa: fix a trivial spelling mistake
Martin Peres
2015-01-19
1
-1
/
+1
*
mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV
Tapani Pälli
2015-01-19
5
-0
/
+8
*
mesa: Add ARB_shader_precision infrastructure
Micah Fedke
2015-01-19
2
-0
/
+2
*
i965/fs: Fix the dummy fragment shader.
Kenneth Graunke
2015-01-17
1
-7
/
+32
*
i965: Fix up too-wide comment
Kristian Høgsberg
2015-01-16
1
-4
/
+3
*
mesa: Add iterate method for string_to_uint_map
Tapani Pälli
2015-01-16
1
-0
/
+34
*
i965: Fix some oddities in FB_WRITE register width and execution size.
Kenneth Graunke
2015-01-16
1
-0
/
+2
*
i965/fs: Make lower_load_payload etc. appear in INTEL_DEBUG=optimizer.
Kenneth Graunke
2015-01-16
1
-7
/
+11
*
format_utils: Use a more precise conversion when decreasing bits
Neil Roberts
2015-01-16
1
-3
/
+12
*
i965/gen6: Fix crash with VS+TF after rendering with GS
Iago Toral Quiroga
2015-01-16
1
-1
/
+1
*
mesa: move GET_CURRENT_CONTEXT() to top of _mesa_init_renderbuffer()
Brian Paul
2015-01-15
1
-1
/
+2
*
mesa: Fix render buffer initial internal format in GLES 3
Mike Mason
2015-01-15
1
-1
/
+18
*
util/hash_set: Rework the API to know about hashing
Jason Ekstrand
2015-01-15
4
-21
/
+18
*
util: Move main/set to util/hash_set
Jason Ekstrand
2015-01-15
7
-446
/
+4
*
hash_table: Rename insert_with_hash to insert_pre_hashed
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
i965: Don't consider null dst instructions as matching non-null dst.
Matt Turner
2015-01-15
2
-2
/
+4
*
i965/vec4: Make sure that imm writes are to registers in the same file.
Matt Turner
2015-01-15
1
-2
/
+8
*
i965/fs: Emit MADs from (x + abs(y * z)).
Matt Turner
2015-01-15
1
-3
/
+15
*
i965/fs: Emit MADs from (x + -(y * z)).
Matt Turner
2015-01-15
1
-0
/
+12
*
i965/nir: Do a final copy lowering pass before lowering locals to regs
Jason Ekstrand
2015-01-15
1
-0
/
+3
*
nir: Rename lower_variables to lower_vars_to_ssa
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src array
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
i965/fs_nir: Handle sample ID, position, and mask better
Jason Ekstrand
2015-01-15
2
-12
/
+71
*
nir: Make load_const SSA-only
Jason Ekstrand
2015-01-15
2
-26
/
+3
*
i965/nir: Move the other lowering passes to before out-of-SSA
Jason Ekstrand
2015-01-15
1
-6
/
+6
*
nir/lower_atomics: Use/support SSA
Jason Ekstrand
2015-01-15
1
-3
/
+3
*
nir: Remove predication
Jason Ekstrand
2015-01-15
1
-62
/
+11
*
nir: Make bcsel a fully vector operation
Jason Ekstrand
2015-01-15
1
-3
/
+8
*
i965/fs_nir: Add support for indirect texture arrays
Jason Ekstrand
2015-01-15
1
-4
/
+21
*
nir/tex_instr: Rename the indirect source type and add an array size
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir: Use a source for uniform buffer indices instead of an index
Jason Ekstrand
2015-01-15
1
-37
/
+59
*
nir: Make texture instruction names more consistent
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
nir: Add a basic constant folding pass
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
nir: Add an algebraic optimization pass
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
nir: Add a lowering pass for adding source modifiers where possible
Jason Ekstrand
2015-01-15
1
-0
/
+5
[next]