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
*
meta: Compute correct buffer size with SkipRows/SkipPixels
Chris Wilson
2015-09-02
1
-15
/
+30
*
i965/vec4: fill src_reg type using the constructor type parameter
Alejandro PiƱeiro
2015-09-02
1
-0
/
+2
*
i965: Prevent coordinate overflow in intel_emit_linear_blit
Chris Wilson
2015-09-01
1
-38
/
+34
*
i965/nir: enable the dead control flow optimization
Connor Abbott
2015-09-01
1
-0
/
+2
*
i965: advertise ASTC support for Skylake
Nanley Chery
2015-08-31
1
-0
/
+5
*
i965/fs: Use greater-equal cmod to implement maximum.
Matt Turner
2015-08-31
2
-4
/
+6
*
i965/chv|skl: Apply sampler bypass w/a
Ben Widawsky
2015-08-31
2
-0
/
+15
*
i965/fs: Remove fs_visitor::try_replace_with_sel().
Matt Turner
2015-08-28
3
-92
/
+0
*
i965/fs: Replace awful variable names.
Matt Turner
2015-08-28
1
-40
/
+40
*
i965/fs: Skip blocks in register coalescing interference check.
Matt Turner
2015-08-28
1
-14
/
+20
*
i965/fs: Improve register coalescing interference check.
Matt Turner
2015-08-28
1
-8
/
+11
*
i965/fs: Use overwrites_reg() instead of dst.equals().
Matt Turner
2015-08-28
1
-2
/
+2
*
i965: Only consider fixed_hw_reg in equals() if file is HW_REG/IMM.
Matt Turner
2015-08-28
2
-3
/
+6
*
i965/fs: Do not set the size for zero-size uniforms
Marta Lofstedt
2015-08-28
1
-3
/
+4
*
i965/nir: Make use of nir_opt_undef
Boyan Ding
2015-08-27
1
-0
/
+2
*
i965/fs: Split VGRFs after lowering pull constants
Jason Ekstrand
2015-08-27
1
-2
/
+2
*
i964/fs: Refactor assign_constant_locations
Jason Ekstrand
2015-08-27
1
-46
/
+40
*
i965: Rename INTEL_DEBUG=vec4vs to INTEL_DEBUG=vec4.
Kenneth Graunke
2015-08-27
1
-1
/
+1
*
i965: refactor miptree alignment calculation code
Nanley Chery
2015-08-26
1
-55
/
+30
*
i965: change the meaning of cpp for compressed textures
Nanley Chery
2015-08-26
4
-35
/
+15
*
i965: correct mt->align_h for 2D textures on Skylake
Nanley Chery
2015-08-26
1
-3
/
+8
*
i965: use ALIGN_NPOT for setting ASTC mipmap layouts
Nanley Chery
2015-08-26
2
-15
/
+15
*
mesa/macros: move ALIGN_NPOT to macros.h
Nanley Chery
2015-08-26
1
-6
/
+0
*
mesa/macros: add power-of-two assertions for alignment macros
Nanley Chery
2015-08-26
1
-1
/
+1
*
i965/surface_formats: add support for 2D ASTC surface formats
Nanley Chery
2015-08-26
2
-0
/
+119
*
mesa/formats: remove compressed formats from matching function
Nanley Chery
2015-08-25
2
-2
/
+2
*
nir: Use nir_shader::stage rather than passing it around.
Kenneth Graunke
2015-08-25
1
-1
/
+1
*
i965/fs: Combine assign_constant_locations and move_uniform_array_access_to_p...
Jason Ekstrand
2015-08-25
2
-30
/
+11
*
i965/fs: Rework uniform handling
Jason Ekstrand
2015-08-25
3
-29
/
+11
*
i965/vec4_nir: Get rid of the uniform_driver_location tracking
Jason Ekstrand
2015-08-25
2
-20
/
+3
*
nir/intrinsics: Add a second const index to load_uniform
Jason Ekstrand
2015-08-25
2
-2
/
+2
*
nir: Pass a type_size() function pointer into nir_lower_io().
Kenneth Graunke
2015-08-25
2
-18
/
+11
*
i965: Move type_size() methods out of visitor classes.
Kenneth Graunke
2015-08-25
8
-27
/
+28
*
i965: Make setup_vec4_uniform_value and _image_uniform_values take an offset
Jason Ekstrand
2015-08-25
7
-22
/
+38
*
i965: Rename setup_vector_uniform_values to setup_vec4_uniform_value
Jason Ekstrand
2015-08-25
6
-17
/
+18
*
i965: Always re-emit the pipeline select during invariant state emission
Chris Wilson
2015-08-24
1
-1
/
+2
*
i965/bdw: Fix 3DSTATE_VF_INSTANCING when the edge flag is used
Neil Roberts
2015-08-22
1
-2
/
+13
*
i965: Swap the order of the vertex ID and edge flag attributes
Neil Roberts
2015-08-22
2
-29
/
+57
*
i965: Move control flush into pipelined conditional render
Chris Wilson
2015-08-22
2
-14
/
+11
*
i965: Use NIR by default for vertex shaders
Jason Ekstrand
2015-08-20
1
-2
/
+2
*
i965: Fix "handle nir_intrinsic_image_size"
Martin Peres
2015-08-20
1
-4
/
+3
*
i965: enable GL_ARB_shader_image_size
Martin Peres
2015-08-20
1
-0
/
+1
*
i965: handle nir_intrinsic_image_size
Martin Peres
2015-08-20
1
-0
/
+46
*
mesa: Don't lose track of the shader image layer originally specified by the ...
Francisco Jerez
2015-08-20
1
-2
/
+2
*
mesa: Rename MaxCombinedImageUnitsAndFragmentOutputs to MaxCombinedShaderOutp...
Francisco Jerez
2015-08-20
1
-1
/
+1
*
i965/bdw: Fix setting the instancing state for the SGVS element
Neil Roberts
2015-08-18
1
-1
/
+1
*
util/ra: Make allocating conflict lists optional
Jason Ekstrand
2015-08-18
2
-2
/
+2
*
i965/reg_allocate: Use make_reg_conflicts_transitive
Jason Ekstrand
2015-08-18
2
-3
/
+12
*
drirc: Add "Unigine Oil Rush" quirk (allow_glsl_extension_directive_midshader).
Richard Yao
2015-08-18
1
-0
/
+2
*
i965/gen7: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
[next]