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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: always reserve output space for tess factors
Marek Olšák
2016-05-27
1
-1
/
+6
*
glsl/linker: call link_uniform blocks on linked shader.
Dave Airlie
2016-05-28
1
-1
/
+1
*
mesa/get: drop unused extension checks.
Dave Airlie
2016-05-28
1
-3
/
+0
*
gallium/ddebug: Add passthrough for query_memory_info.
Bas Nieuwenhuizen
2016-05-27
1
-0
/
+9
*
nir/inline: Also rewrite param derefs for texture instructions
Jason Ekstrand
2016-05-27
1
-6
/
+20
*
nir/inline: Break the guts of rewrite_param-derefs into a helper
Jason Ekstrand
2016-05-27
1
-19
/
+30
*
nir/inline: Make the rewrite_param_derefs helper work on instructions
Jason Ekstrand
2016-05-27
1
-28
/
+25
*
nir/inline: Don't use foreach_instr_safe unless we need to
Jason Ekstrand
2016-05-27
1
-2
/
+2
*
gallivm: eliminate a unnecessary AND with unorm lerps
Roland Scheidegger
2016-05-27
1
-10
/
+35
*
gallium/util: use enum pipe_prim_type instead of unsigned some more
Roland Scheidegger
2016-05-27
1
-5
/
+16
*
svga: remove unneeded casts in get_query_result_vgpu9() calls
Brian Paul
2016-05-27
1
-2
/
+2
*
svga: use MAYBE_UNUSED to silence release-build warnings
Brian Paul
2016-05-27
1
-7
/
+4
*
isl: Fix some tautological-compare warnings
Ben Widawsky
2016-05-26
2
-2
/
+10
*
mesa: add support for GLSL ES 3.20 version string
Ilia Mirkin
2016-05-26
1
-0
/
+2
*
mapi: expose new functions in GL ES 3.2
Ilia Mirkin
2016-05-26
9
-38
/
+38
*
nvc0/ir: handle a load's reg result not being used for locked variants
Ilia Mirkin
2016-05-26
3
-11
/
+45
*
nvc0/ir: avoid generating illegal instructions for compute constbuf loads
Ilia Mirkin
2016-05-26
1
-1
/
+2
*
gallium/util: fix build break
Rob Clark
2016-05-26
1
-0
/
+1
*
nir/spirv: Allow pointless variable decorations on inputs
Jason Ekstrand
2016-05-26
1
-0
/
+2
*
gallium/util: use enum pipe_prim_type in u_prim.h functions
Brian Paul
2016-05-26
1
-14
/
+16
*
util/indices: move duplicated assignments out of switch cases
Brian Paul
2016-05-26
1
-29
/
+4
*
gallium: change pipe_draw_info::mode to be pipe_prim_type
Brian Paul
2016-05-26
1
-1
/
+1
*
util/indices,svga: s/unsigned/enum pipe_prim_type/
Brian Paul
2016-05-26
5
-18
/
+21
*
util: s/unsigned/enum pipe_resource_usage/ for buffer usage variables
Brian Paul
2016-05-26
9
-13
/
+15
*
svga: s/unsigned/enum pipe_resource_usage/ for buffer usage variables
Brian Paul
2016-05-26
3
-3
/
+3
*
svga: s/unsigned/enum pipe_prim_type/ for primitive type variables
Brian Paul
2016-05-26
7
-14
/
+15
*
svga: fix test for unfilled triangles fallback
Brian Paul
2016-05-26
3
-6
/
+43
*
svga: clean up and improve comments in svga_draw_private.h
Brian Paul
2016-05-26
1
-4
/
+8
*
util/indices: implement unfilled (tri->line) conversion for adjacency prims
Brian Paul
2016-05-26
2
-2
/
+38
*
util/indices: implement provoking vertex conversion for adjacency primitives
Brian Paul
2016-05-26
3
-3
/
+134
*
util/indices: assert that the incoming primitive is a triangle type
Brian Paul
2016-05-26
1
-0
/
+5
*
util/indices: formatting, whitespace fixes in u_unfilled_indices.c
Brian Paul
2016-05-26
1
-12
/
+7
*
util/indices: improve comments in u_indices.h
Brian Paul
2016-05-26
1
-3
/
+29
*
svga: fix primitive mode (point/line/tri) test for unfilled primitives
Brian Paul
2016-05-26
2
-2
/
+2
*
i965: Enable GL_OES_shader_io_blocks
Ian Romanick
2016-05-26
1
-0
/
+1
*
glsl: Allow shader interface blocks in GLSL ES
Ian Romanick
2016-05-26
1
-4
/
+10
*
glsl: Add a has_shader_io_blocks helper
Ian Romanick
2016-05-26
1
-0
/
+7
*
mesa: Add extension tracking for GL_OES_shader_io_blocks
Ian Romanick
2016-05-26
5
-0
/
+14
*
mesa: Only validate SSO shader IO in OpenGL ES or debug context
Ian Romanick
2016-05-26
2
-5
/
+16
*
mesa: Remove old validate_io function
Ian Romanick
2016-05-26
1
-109
/
+0
*
mesa: Additional SSO validation using program_interface_query data
Ian Romanick
2016-05-26
1
-0
/
+176
*
mesa: Track the additional data in gl_shader_variable
Ian Romanick
2016-05-26
2
-4
/
+48
*
nir: Make nir_const_value a union
Jason Ekstrand
2016-05-26
2
-10
/
+8
*
i965: Use the buffer object size for VERTEX_BUFFER_STATE's size field.
Kenneth Graunke
2016-05-26
1
-2
/
+1
*
nvc0: invalidate textures/samplers between 3D and CP on Fermi
Samuel Pitoiset
2016-05-26
2
-0
/
+27
*
anv: Stop linking against libmesa.la and libdri_test_stubs.la
Jason Ekstrand
2016-05-26
2
-4
/
+3
*
i965: Don't link libmesa or libdri_test_stubs into tests
Jason Ekstrand
2016-05-26
1
-3
/
+3
*
i965: Move compiler debug functions to intel_screen.c
Jason Ekstrand
2016-05-26
2
-42
/
+42
*
i965/test: Remove the fragment/vertex_program field from test visitors
Jason Ekstrand
2016-05-26
5
-23
/
+0
*
i965: Move brw_new_shader to brw_link.cpp
Jason Ekstrand
2016-05-26
2
-17
/
+17
[next]