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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: st_atom_shader.c C99 tidy up
Timothy Arceri
2017-02-02
1
-3
/
+1
*
st/mesa: remove pre C99 statement block for variable declaration
Timothy Arceri
2017-02-02
1
-60
/
+58
*
i965: Prevent coverity warning
Robert Foss
2017-02-01
1
-0
/
+1
*
mesa: use same is_color_attachment trick to discern error cases
Ilia Mirkin
2017-01-31
1
-3
/
+11
*
i965/fs: Fix nir_op_fsign of absolute value.
Francisco Jerez
2017-01-31
1
-1
/
+8
*
mesa/program: Translate csel operation from GLSL IR.
Francisco Jerez
2017-01-31
1
-1
/
+8
*
mesa: add new MESA_GLSL flag for printing shader cache debug info
Timothy Arceri
2017-01-31
2
-0
/
+3
*
glsl: add cache to ctx and add sha1 string fields
Carl Worth
2017-01-31
2
-0
/
+15
*
glsl: add new uniform fields to be used to restore state from cache
Carl Worth
2017-01-31
1
-0
/
+4
*
st/mesa: make st_texture_get_sampler_view() static
Samuel Pitoiset
2017-01-30
2
-5
/
+1
*
i965: Support the force_glsl_version driconf option.
Kenneth Graunke
2017-01-29
2
-0
/
+4
*
i965: Fix check for negative pitch in can_do_fast_copy_blit().
Kenneth Graunke
2017-01-29
1
-6
/
+4
*
i965: add assert to while_jumps_before_offset()
Timothy Arceri
2017-01-30
1
-0
/
+1
*
i965: fix up asserts in brw_inst_set_jip()
Timothy Arceri
2017-01-30
1
-2
/
+2
*
i965: Unbind deleted shaders from brw_context, fixing malloc heisenbug.
Kenneth Graunke
2017-01-27
1
-0
/
+43
*
i965/sync: Implement fences based on Linux sync_file
Chad Versace
2017-01-27
1
-3
/
+159
*
i965/sync: Rename brw_fence_insert()
Chad Versace
2017-01-27
1
-3
/
+3
*
i965/sync: Fail sync creation when batchbuffer flush fails
Chad Versace
2017-01-27
1
-6
/
+28
*
i965/sync: Add brw_fence::type
Chad Versace
2017-01-27
1
-32
/
+71
*
i965: Add intel_batchbuffer_flush_fence()
Chad Versace
2017-01-27
2
-12
/
+26
*
i965: Add intel_screen::has_fence_fd
Chad Versace
2017-01-27
2
-1
/
+4
*
mesa: remove explicit __STDC_FORMAT_MACROS define
Emil Velikov
2017-01-27
1
-4
/
+0
*
mesa: move variable declaration to where its used
Emil Velikov
2017-01-27
1
-2
/
+2
*
st/mesa: use correct return statement for a void function
Emil Velikov
2017-01-27
1
-1
/
+2
*
mesa: use correct return statement for a void function
Emil Velikov
2017-01-27
1
-3
/
+4
*
i915, i965: automake: remove NA include directive
Emil Velikov
2017-01-27
2
-2
/
+0
*
mesa/tests: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
dri/osmesa: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
dri/swrast: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
radeon, r200: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
2
-2
/
+2
*
i915: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
i965: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-3
/
+3
*
i965: automake: correctly set MKDIR_GEN
Emil Velikov
2017-01-27
1
-0
/
+1
*
st/mesa: add support for enabling ARB_gpu_shader_int64.
Dave Airlie
2017-01-27
1
-0
/
+1
*
st/glsl_to_tgsi: add support for 64-bit integers
Dave Airlie
2017-01-27
1
-18
/
+202
*
meta: Refactor texture format translation
Topi Pohjolainen
2017-01-27
3
-6
/
+22
*
i965/hiz/gen6: Stop setting false qpitch
Topi Pohjolainen
2017-01-27
1
-1
/
+7
*
i965/blorp/gen6: Remove dead code in hiz setup
Topi Pohjolainen
2017-01-27
1
-9
/
+9
*
i965/gen6: Simplify hiz surface setup
Topi Pohjolainen
2017-01-27
3
-12
/
+6
*
i965/blorp/gen6: Simplify hiz surface setup
Topi Pohjolainen
2017-01-27
1
-6
/
+4
*
i965/gen6: Remove check for stencil format
Topi Pohjolainen
2017-01-27
1
-14
/
+8
*
i965: Remove check for hiz on earlier gens than SNB
Topi Pohjolainen
2017-01-27
2
-22
/
+2
*
i965/miptree: Remove redundant check for null texture
Topi Pohjolainen
2017-01-27
1
-6
/
+1
*
i965/miptree: Tell when brw_miptree_layout() fails
Topi Pohjolainen
2017-01-27
3
-7
/
+10
*
i965/meta: Remove unused brw_get_rb_for_slice()
Topi Pohjolainen
2017-01-27
2
-49
/
+0
*
mesa: Arrange validate_uniform_parameters parameters to match call sites
Ian Romanick
2017-01-26
1
-11
/
+11
*
mesa: Arrange _mesa_uniform parameters to match the call sites
Ian Romanick
2017-01-26
3
-106
/
+102
*
mesa: Arrange _mesa_uniform_matrix parameters to match the call sites
Ian Romanick
2017-01-26
3
-64
/
+71
*
mesa: Trivial clean-ups in uniform_query.cpp
Ian Romanick
2017-01-26
1
-8
/
+4
*
i965: Make intelEmitCopyBlit not truncate large strides.
Kenneth Graunke
2017-01-26
2
-11
/
+7
[next]