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
...
*
i965/sync: Fix uninitalized usage and leak of mutex
Chad Versace
2016-10-05
1
-2
/
+12
*
st/mesa: enable GL_KHR_robustness
Nicolai Hähnle
2016-10-05
1
-0
/
+2
*
st/mesa: set a device reset callback when available
Nicolai Hähnle
2016-10-05
4
-2
/
+38
*
st/mesa: extract conversion from pipe_reset_status to GLenum
Nicolai Hähnle
2016-10-05
1
-11
/
+18
*
i965: use L3 data cache for SSBOs
Lionel Landwerlin
2016-10-05
1
-1
/
+2
*
mesa: Raise INVALID_ENUM in FramebufferTexture*D for unknown textargets.
Kenneth Graunke
2016-10-04
1
-2
/
+3
*
mesa: Reorganize check_textarget().
Kenneth Graunke
2016-10-04
1
-43
/
+37
*
i965: Drop _NEW_TRANSFORM from 3DSTATE_VS atom on Gen7.
Kenneth Graunke
2016-10-04
1
-1
/
+1
*
i965: Fix brw_clear_cache to clean up TCS/TES shaders.
Kenneth Graunke
2016-10-04
1
-0
/
+2
*
i965: Add missing BRW_CS_PROG_DATA to CS work group surface atom.
Kenneth Graunke
2016-10-04
1
-2
/
+5
*
i965: Add missing BRW_NEW_CS_PROG_DATA to compute constant atom.
Kenneth Graunke
2016-10-04
1
-1
/
+2
*
i965: Add missing BRW_NEW_FS_PROG_DATA to render target reads.
Kenneth Graunke
2016-10-04
1
-1
/
+3
*
i965: Move BRW_NEW_FRAGMENT_PROGRAM from 3DSTATE_PS to PS_EXTRA.
Kenneth Graunke
2016-10-04
1
-1
/
+1
*
i965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP.
Kenneth Graunke
2016-10-04
1
-0
/
+2
*
i965: Fix missing _NEW_TRANSFORM in Gen8+ 3DSTATE_DS atom.
Kenneth Graunke
2016-10-04
1
-1
/
+2
*
i965: Enable ARB_shader_atomic_counter_ops
Ian Romanick
2016-10-04
4
-6
/
+50
*
i965: Refactor emission of atomic counter operations
Ian Romanick
2016-10-04
4
-30
/
+27
*
glsl: Kill __intrinsic_atomic_sub
Ian Romanick
2016-10-04
1
-10
/
+0
*
glsl: Use the ir_intrinsic_* enums instead of the __intrinsic_* name strings
Ian Romanick
2016-10-04
1
-116
/
+171
*
i965: fix unused variable warning in brw_emit_gpgpu_walker()
Timothy Arceri
2016-10-05
1
-2
/
+1
*
i965: add MAYBE_UNUSED to assert param
Timothy Arceri
2016-10-05
1
-1
/
+1
*
i965: wrap unused function in #ifndef NDEBUG
Timothy Arceri
2016-10-05
1
-0
/
+2
*
i965: fix unused variable warning in gen7_block_read_scratch()
Timothy Arceri
2016-10-05
1
-2
/
+1
*
i965: add MAYBE_UNUSED to assert param
Timothy Arceri
2016-10-05
1
-1
/
+1
*
anv/gen7: Make use of local variable prog_data
Anuj Phogat
2016-10-04
1
-2
/
+2
*
i965/gen8+: Enable GL_OES_viewport_array
Anuj Phogat
2016-10-04
2
-2
/
+4
*
mesa: Add a check for OES_viewport_array
Anuj Phogat
2016-10-04
1
-1
/
+3
*
mesa: Enable enums for OES_viewport_array
Anuj Phogat
2016-10-04
2
-4
/
+10
*
i965: Only emit 1 viewport when possible.
Kenneth Graunke
2016-10-03
10
-30
/
+75
*
i965: rename max_ds_* variable to max_tes_*
Timothy Arceri
2016-10-03
4
-5
/
+5
*
i965: rename max_hs_* variables to max_tcs_*
Timothy Arceri
2016-10-03
4
-5
/
+5
*
i965: Drop pointless stage == MESA_SHADER_FRAGMENT checks.
Kenneth Graunke
2016-10-02
1
-5
/
+1
*
mesa: use uint32_t rather than unsigned for xfb struct members
Timothy Arceri
2016-10-01
1
-10
/
+10
*
i915/i965: remove commented out warning
Timothy Arceri
2016-10-01
2
-6
/
+2
*
mesa: move _mesa_valid_to_render() to api_validate.c
Brian Paul
2016-09-30
5
-191
/
+195
*
i965: Remove useless (harmful) assertion
Ben Widawsky
2016-09-28
1
-1
/
+1
*
glsl: don't crash when dumping shaders if some come from cache
Timothy Arceri
2016-09-28
2
-6
/
+17
*
st/mesa: enable ARB_ES3_2_compatibility when enough available
Ilia Mirkin
2016-09-27
1
-0
/
+20
*
st/mesa: enable GL_ANDROID_extension_pack_es31a when available
Ilia Mirkin
2016-09-27
1
-0
/
+18
*
i965: create populate key functions for tcs and tes
Timothy Arceri
2016-09-27
4
-68
/
+88
*
i965: make gs key generation helper available to shader cache
Timothy Arceri
2016-09-27
2
-1
/
+5
*
i965: make vs and fs key generation helpers available to shader cache
Carl Worth
2016-09-27
4
-2
/
+10
*
mesa/st: support lowering multi-planar YUV
Rob Clark
2016-09-26
13
-4
/
+239
*
mesa/st: add nir pass to lower tex_src_plane
Rob Clark
2016-09-26
3
-0
/
+124
*
mesa/st: add lowering pass for YUV samplers
Rob Clark
2016-09-26
3
-0
/
+483
*
i965: stop passing stage as a function parameter
Timothy Arceri
2016-09-26
1
-5
/
+3
*
osmesa: Unbind the current context when given a null context and buffer.
Emilio Cobos Álvarez
2016-09-23
1
-0
/
+7
*
st/mesa: small optimization in swizzle_swizzle()
Brian Paul
2016-09-23
1
-0
/
+5
*
st/mesa: fix swizzle issue in st_create_sampler_view_from_stobj()
Brian Paul
2016-09-23
1
-6
/
+4
*
Revert "glsl: move xfb BufferStride into gl_transform_feedback_info"
Timothy Arceri
2016-09-24
1
-3
/
+2
[prev]
[next]