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: Lift some restrictions on dma_buf EGLImages
Chad Versace
2015-04-13
3
-22
/
+7
*
i965: Disable aux buffers for EGLImage-backed miptrees
Chad Versace
2015-04-13
2
-5
/
+19
*
i965: Change intel_miptree_create_for_bo() signature
Chad Versace
2015-04-13
6
-11
/
+21
*
i965: Add field intel_mipmap_tree::disable_aux_buffers
Chad Versace
2015-04-13
2
-2
/
+29
*
i965: Refactor brw_is_hiz_depth_format()
Chad Versace
2015-04-13
5
-25
/
+30
*
i965: Declare intel_miptree_create_layout() as static
Chad Versace
2015-04-13
2
-14
/
+1
*
i965: Declare intel_miptree_alloc_mcs() as static
Chad Versace
2015-04-13
2
-6
/
+6
*
mesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro.
Jose Fonseca
2015-04-13
1
-8
/
+0
*
i965/nir: Make INTEL_DEBUG=ann work with NIR.
Kenneth Graunke
2015-04-11
2
-1
/
+8
*
i965: Create NIR during LinkShader() and ProgramStringNotify().
Kenneth Graunke
2015-04-11
9
-176
/
+257
*
nir: Store num_direct_uniforms in the nir_shader.
Kenneth Graunke
2015-04-11
1
-2
/
+3
*
i965: Move lower_output_reads to brw_link_shader().
Kenneth Graunke
2015-04-11
2
-1
/
+3
*
i965: Remove useless null check.
Matt Turner
2015-04-11
1
-4
/
+0
*
i965/fs/nir: Mark fallthrough.
Matt Turner
2015-04-11
1
-0
/
+2
*
i965: Remove useless reg_offset >= 0 tests.
Matt Turner
2015-04-11
2
-2
/
+0
*
nir: split out lower_sub from lower_negate
Rob Clark
2015-04-11
1
-0
/
+1
*
i965: Use NIR by default for fragment shaders
Jason Ekstrand
2015-04-10
1
-1
/
+1
*
i965: Don't set NirOptions for stages that will use the vec4 backend.
cros-mesa-10.6-vanilla
chadv/cros-mesa-10.6-vanilla
chadv/cros-gerrit-262788-base
Kenneth Graunke
2015-04-10
1
-9
/
+6
*
i965/disasm: Print the type after the swizzle also for 3src src operands
Ville Syrjälä
2015-04-10
1
-3
/
+3
*
i965: Move brw_link_shader's GLSL IR transformations into a helper.
Kenneth Graunke
2015-04-10
1
-93
/
+99
*
i965: Change brw_shader to gl_shader in brw_link_shader().
Kenneth Graunke
2015-04-10
1
-32
/
+31
*
nir: Make nir_lower_samplers take a gl_shader_stage, not a gl_program *.
Kenneth Graunke
2015-04-10
1
-1
/
+1
*
nir: Move gl_shader_stage enum from mtypes.h to shader_enums.h.
Kenneth Graunke
2015-04-10
1
-19
/
+0
*
nir: Constify prog_to_nir's gl_program pointer.
Kenneth Graunke
2015-04-10
2
-3
/
+3
*
i965/skl: Fix the order of the arguments for the LD sampler message
Neil Roberts
2015-04-08
1
-2
/
+13
*
i965: Fix depth field setting in surface state for raw buffer on Gen7/8
Zhenyu Wang
2015-04-08
2
-4
/
+10
*
nir: Allocate dereferences out of their parent instruction or deref.
Kenneth Graunke
2015-04-07
1
-5
/
+4
*
i965: Add the ability to render to I8/L8 and I16/L16 UNORM formats.
Kenneth Graunke
2015-04-07
1
-0
/
+8
*
i965: Use SET_FIELD in 3DSTATE_STREAMOUT packets.
Kenneth Graunke
2015-04-07
2
-16
/
+16
*
i965: Do not render primitives in non-zero streams then TF is disabled
Iago Toral Quiroga
2015-04-06
1
-0
/
+13
*
i965: Add forgotten multi-stream code to Gen8 SOL state.
Kenneth Graunke
2015-04-06
1
-0
/
+9
*
i965: Fix instanced geometry shaders on Gen8+.
Kenneth Graunke
2015-04-06
1
-0
/
+2
*
i965: Free dead GLSL IR one last time.
Kenneth Graunke
2015-04-06
1
-0
/
+12
*
i965: Implement SIMD16 texturing on Gen4.
Kenneth Graunke
2015-04-06
3
-10
/
+90
*
i965: Use SIMD16 instead of SIMD8 on Gen4 when possible.
Kenneth Graunke
2015-04-06
2
-3
/
+4
*
i965: Respect the no_8 flag on Gen4-5.
Kenneth Graunke
2015-04-06
1
-21
/
+34
*
i965/fp: Set coord_components correctly for cube textures.
Kenneth Graunke
2015-04-06
1
-1
/
+1
*
nir: Remove fsin_reduced/fcos_reduced.
Matt Turner
2015-04-06
1
-2
/
+0
*
st/mesa: Remove unused emit_scs().
Matt Turner
2015-04-06
1
-98
/
+0
*
program: Remove unused emit_scs().
Matt Turner
2015-04-06
1
-98
/
+0
*
i965/vec4: Remove emit_scs() prototype.
Matt Turner
2015-04-06
1
-3
/
+0
*
glsl: Remove never used sin_reduced/cos_reduced.
Matt Turner
2015-04-06
5
-18
/
+0
*
i965: Make sure we always mark array surfaces as such
Iago Toral Quiroga
2015-04-06
2
-2
/
+6
*
mesa: Remove unused variables left over from 107ae27e57d.
Mathias Froehlich
2015-04-05
1
-4
/
+0
*
i965: Implement support for ARB_clip_control.
Mathias Fröhlich
2015-04-05
9
-15
/
+19
*
mesa: Remove the _WindowMap from gl_viewport_attrib.
Mathias Froehlich
2015-04-05
5
-81
/
+4
*
tnl: Maintain the _WindowMap matrix in TNLcontext v2.
Mathias Froehlich
2015-04-05
4
-9
/
+22
*
radeon: Make use of _mesa_get_viewport_xform v2.
Mathias Froehlich
2015-04-05
2
-16
/
+18
*
i965: Make use of _mesa_get_viewport_xform.
Mathias Froehlich
2015-04-05
4
-32
/
+36
*
i965: Use brw_nir_cubemap_normalize for NIR shaders
Jason Ekstrand
2015-04-03
2
-1
/
+5
[prev]
[next]