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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Add ir_binop_vector_extract in NIR
Juan A. Suarez Romero
2018-06-01
1
-0
/
+9
*
i965: Add ARB_fragment_shader_interlock support.
Plamena Manolova
2018-06-01
8
-6
/
+35
*
mesa: Add GL/GLSL plumbing for ARB_fragment_shader_interlock.
Plamena Manolova
2018-06-01
14
-1
/
+197
*
compiler/spirv: reject invalid shader code properly
Martin Pelikán
2018-06-01
2
-5
/
+38
*
virgl: Always assume that ORIGIN_UPPER_LEFT and PIXEL_CENTER* are supported
Gert Wollny
2018-06-01
1
-1
/
+2
*
radeonsi: Fix crash on shaders using MSAA image load/store
Alex Smith
2018-06-01
1
-1
/
+7
*
radv: Handle GFX9 merged shaders in radv_flush_constants()
Alex Smith
2018-06-01
1
-1
/
+8
*
radv: Consolidate GFX9 merged shader lookup logic
Alex Smith
2018-06-01
3
-35
/
+26
*
radv: Set active_stages the same whether or not shaders were cached
Alex Smith
2018-06-01
1
-5
/
+2
*
st/mesa: relax requirements for ARB_ES3_compatibility
Marek Olšák
2018-06-01
1
-4
/
+7
*
anv/blorp: Write relocated values into surface states
Scott D Phillips
2018-05-31
3
-16
/
+22
*
anv: Use an address for each anv_image plane
Jason Ekstrand
2018-05-31
5
-35
/
+32
*
anv/cmd_buffer: Rework surface relocation helpers
Jason Ekstrand
2018-05-31
1
-25
/
+19
*
anv: Use an anv_address in anv_buffer
Jason Ekstrand
2018-05-31
9
-61
/
+34
*
anv/cmd_buffer: Use anv_address for handling indirect parameters
Jason Ekstrand
2018-05-31
1
-44
/
+51
*
anv: Use an anv_address in anv_buffer_view
Jason Ekstrand
2018-05-31
5
-27
/
+36
*
anv: Use full anv_addresses in anv_surface_state
Jason Ekstrand
2018-05-31
3
-51
/
+55
*
anv: Add some anv_address helpers
Jason Ekstrand
2018-05-31
1
-0
/
+24
*
anv: Add vma_heap allocators in anv_device
Scott D Phillips
2018-05-31
2
-0
/
+144
*
intel/common: Add an address de-canonicalization helper
Jason Ekstrand
2018-05-31
1
-0
/
+12
*
util: Add a randomized test for the virtual memory allocator
Scott D Phillips
2018-05-31
5
-1
/
+315
*
util: Add a virtual memory allocator
Jason Ekstrand
2018-05-31
4
-1
/
+292
*
radv: Add startup debug option.
Bas Nieuwenhuizen
2018-05-31
4
-2
/
+50
*
radv: Add option to print errors even in optimized builds.
Bas Nieuwenhuizen
2018-05-31
14
-96
/
+108
*
radv: Make the sem_info allocate/free functions static.
Bas Nieuwenhuizen
2018-05-31
2
-15
/
+9
*
nir: optimize iand(ieq(a, 0), ieq(b, 0)) to ieq(ior(a, b), 0)
Samuel Pitoiset
2018-05-31
1
-0
/
+2
*
mesa: don't call Driver.TexEnv with invalid arguments
Tapani Pälli
2018-05-31
1
-20
/
+34
*
v3d: Fix automake linking error.
Vinson Lee
2018-05-30
1
-1
/
+3
*
virgl: Update virgl_hw.h
Jakob Bornecrantz
2018-05-30
1
-0
/
+1
*
virgl: add ARB_transform_feedback_overflow_query support
Dave Airlie
2018-05-30
2
-2
/
+4
*
virgl: add polygon offset clamp
Dave Airlie
2018-05-30
1
-1
/
+2
*
virgl: add derivative control support
Dave Airlie
2018-05-30
1
-1
/
+2
*
virgl: add ARB_conditional_render_inverted support
Dave Airlie
2018-05-30
1
-1
/
+2
*
virgl: update caps bitset to latest version.
Dave Airlie
2018-05-30
1
-0
/
+5
*
nir: add unsigned comparison simplifications
Timothy Arceri
2018-05-30
1
-0
/
+2
*
radv: Only expose subgroup shuffles on VI+.
Bas Nieuwenhuizen
2018-05-30
1
-2
/
+5
*
radv: fix emitting descriptor pointers with LLVM < 7
Samuel Pitoiset
2018-05-30
1
-2
/
+4
*
nv30: add a couple of missed shader caps
Ilia Mirkin
2018-05-30
1
-0
/
+2
*
nv30: ensure that displayable formats are marked accordingly
Ilia Mirkin
2018-05-30
1
-4
/
+6
*
mesa: expose ARB_tessellation_shader in the compatibility profile
Marek Olšák
2018-05-29
3
-3
/
+6
*
mesa: expose AMD_vertex_shader_layer in the compatibility profile
Marek Olšák
2018-05-29
2
-2
/
+3
*
mesa: expose ARB_gpu_shader5 in the compatibility profile
Marek Olšák
2018-05-29
2
-3
/
+5
*
st/mesa: use PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
2018-05-29
1
-10
/
+15
*
gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
2018-05-29
18
-0
/
+37
*
mesa: update fixed-func state constants for TCS, TES, GS
Marek Olšák
2018-05-29
1
-28
/
+36
*
mesa: print Compatibility Profile in the version string
Marek Olšák
2018-05-29
1
-1
/
+3
*
glsl: parse #version XXX compatibility
Marek Olšák
2018-05-29
1
-4
/
+8
*
st/mesa: fix assertion failures with GL_UNSIGNED_INT64_ARB (v2)
Marek Olšák
2018-05-29
1
-1
/
+2
*
mesa: handle GL_UNSIGNED_INT64_ARB properly (v2)
Marek Olšák
2018-05-29
2
-1
/
+3
*
mesa: add display list support for glPatchParameter{i,fv}()
Timothy Arceri
2018-05-30
1
-0
/
+78
[next]