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
*
glx/apple: include util/debug.h for env_var_as_boolean prototype
Jon Turney
2018-02-01
2
-0
/
+2
*
osx: ld doesn't support --build-id
Jon Turney
2018-02-01
1
-1
/
+1
*
mesa: remove usage of alloca in externalobjects.c v4
Andres Rodriguez
2018-02-01
1
-12
/
+48
*
radv: do not insert shaders in cache when it's disabled
Samuel Pitoiset
2018-02-01
1
-5
/
+24
*
radv: use separate bindings for graphics and compute descriptors
Samuel Pitoiset
2018-02-01
3
-53
/
+125
*
radv: store the bind point when creating descriptors with templates
Samuel Pitoiset
2018-02-01
2
-0
/
+2
*
r600/eg: make sure we allow vpm bit on other CF ops.
Dave Airlie
2018-02-01
1
-0
/
+1
*
gallium/st/clover: remove unused PIPE_SHADER_IR_LLVM
Timothy Arceri
2018-02-01
7
-19
/
+5
*
r600/sb: just add some missing debug bits
Dave Airlie
2018-02-01
1
-0
/
+15
*
r600: fix buffer resinfo opcode translation.
Dave Airlie
2018-02-01
2
-2
/
+2
*
st/glsl_to_nir: add more nir opts to st_nir_opts()
Timothy Arceri
2018-02-01
1
-16
/
+20
*
i965: perform 2 uploads with dual slot *64*PASSTHRU formats on gen<8
Andres Gomez
2018-01-31
1
-5
/
+27
*
i965: Make texture validation code use texture objects, not units.
Kenneth Graunke
2018-01-31
2
-16
/
+17
*
i965: Pass tObj into intel_update_max_level instead of intel_obj.
Kenneth Graunke
2018-01-31
1
-3
/
+3
*
i965: Delete more misleading comments.
Kenneth Graunke
2018-01-31
1
-3
/
+0
*
st/mesa: whitespace, formatting fixes in st_glsl_to_tgsi.cpp
Brian Paul
2018-01-31
1
-104
/
+169
*
st/mesa: s/int/GLenum/ in st_glsl_to_tgsi.cpp
Brian Paul
2018-01-31
1
-5
/
+6
*
svga: use opcode local var to simplify some code
Brian Paul
2018-01-31
1
-4
/
+2
*
svga: s/unsigned/VGPU10_OPCODE_TYPE/
Brian Paul
2018-01-31
1
-10
/
+11
*
radv: do not dump meta shader stats
Samuel Pitoiset
2018-01-31
2
-21
/
+18
*
ac/nir: fix emission of ffract for 64-bit
Samuel Pitoiset
2018-01-31
1
-7
/
+16
*
Revert "mesa: add missing RGB9_E5 format in _mesa_base_fbo_format"
Antia Puentes
2018-01-31
1
-3
/
+0
*
winsys/radeon: Compute is_displayable in surf_drm_to_winsys
Michel Dänzer
2018-01-31
1
-0
/
+3
*
radv: remove predication on cache flushes
Matthew Nicholls
2018-01-31
4
-18
/
+13
*
mesa: fix broken glGet*(GL_POLYGON_MODE) query
Brian Paul
2018-01-30
2
-3
/
+3
*
virgl: also remove dimension on indirect.
Dave Airlie
2018-01-31
1
-1
/
+0
*
radeonsi: remove DBG_PRECOMPILE
Marek Olšák
2018-01-31
3
-51
/
+0
*
radeonsi: print shader-db stats for main parts, not final binaries
Marek Olšák
2018-01-31
3
-13
/
+23
*
radeonsi: move max_simd_waves computation into a separate function
Marek Olšák
2018-01-31
2
-12
/
+23
*
mesa: fix glGet MAX_VERTEX_ATTRIB queries
Marek Olšák
2018-01-31
1
-3
/
+3
*
anv/cmd_buffer: Re-emit the pipeline at every subpass
Jason Ekstrand
2018-01-30
1
-0
/
+11
*
nir: Distribute binary operations with constants into bcsel
Ian Romanick
2018-01-30
1
-0
/
+15
*
nir: Rearrange logic op-compounded integer compares
Ian Romanick
2018-01-30
1
-0
/
+35
*
nir: Rearrange and-compounded float compares
Ian Romanick
2018-01-30
1
-0
/
+8
*
nir: Separate a weird compare with zero to two compares with zero
Ian Romanick
2018-01-30
1
-0
/
+2
*
nir: Simplify min and max of b2f
Ian Romanick
2018-01-30
1
-0
/
+5
*
nir: Undo possible damage caused by rearranging or-compounded float compares
Ian Romanick
2018-01-30
1
-0
/
+9
*
nir: Be more conservative about rearranging or-compounded compares
Ian Romanick
2018-01-30
1
-4
/
+9
*
nir: See through an fneg to apply existing optimizations
Ian Romanick
2018-01-30
1
-3
/
+6
*
st/glsl_to_nir: disable io lowering and array splitting of fs inputs
Timothy Arceri
2018-01-31
1
-4
/
+18
*
nir: add lower_all_io_to_temps flag
Timothy Arceri
2018-01-31
4
-0
/
+5
*
nir/st_glsl_to_nir: add param to disable splitting of inputs
Timothy Arceri
2018-01-31
3
-11
/
+16
*
st/glsl_to_nir: copy nir compiler options to context
Timothy Arceri
2018-01-31
2
-8
/
+22
*
radeonsi/nir: add input support for arrays that have not been copied to temps...
Timothy Arceri
2018-01-31
1
-67
/
+79
*
ac/radeonsi: add lookup_interp_param and load_sample_position to the abi
Timothy Arceri
2018-01-31
3
-29
/
+44
*
radeonsi/nir: add prim_mask to the abi
Timothy Arceri
2018-01-31
3
-9
/
+10
*
radeonsi/nir: adjust load_sample_position() to be shared between backends
Timothy Arceri
2018-01-31
1
-2
/
+3
*
radeonsi/nir: add si_nir_lookup_interp_param() helper
Timothy Arceri
2018-01-31
3
-0
/
+42
*
ac/nir_to_llvm: move some interp defines to the header
Timothy Arceri
2018-01-31
2
-4
/
+5
*
radeonsi/nir: move the interpolation qualifier scanning
Timothy Arceri
2018-01-31
1
-16
/
+36
[next]