index
:
~glisse/mesa
master
nouveau_nir_spirv_opencl_v5
nouveau_nir_spirv_opencl_v6
mesa sandbox
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-01
radv: use separate bindings for graphics and compute descriptors
Samuel Pitoiset
3
-53
/
+125
2018-02-01
radv: store the bind point when creating descriptors with templates
Samuel Pitoiset
2
-0
/
+2
2018-02-01
r600/eg: make sure we allow vpm bit on other CF ops.
Dave Airlie
1
-0
/
+1
2018-02-01
gallium/st/clover: remove unused PIPE_SHADER_IR_LLVM
Timothy Arceri
7
-19
/
+5
2018-02-01
r600/sb: just add some missing debug bits
Dave Airlie
1
-0
/
+15
2018-02-01
r600: fix buffer resinfo opcode translation.
Dave Airlie
2
-2
/
+2
2018-02-01
st/glsl_to_nir: add more nir opts to st_nir_opts()
Timothy Arceri
1
-16
/
+20
2018-01-31
i965: perform 2 uploads with dual slot *64*PASSTHRU formats on gen<8
Andres Gomez
1
-5
/
+27
2018-01-31
i965: Make texture validation code use texture objects, not units.
Kenneth Graunke
2
-16
/
+17
2018-01-31
i965: Pass tObj into intel_update_max_level instead of intel_obj.
Kenneth Graunke
1
-3
/
+3
2018-01-31
i965: Delete more misleading comments.
Kenneth Graunke
1
-3
/
+0
2018-01-31
st/mesa: whitespace, formatting fixes in st_glsl_to_tgsi.cpp
Brian Paul
1
-104
/
+169
2018-01-31
st/mesa: s/int/GLenum/ in st_glsl_to_tgsi.cpp
Brian Paul
1
-5
/
+6
2018-01-31
svga: use opcode local var to simplify some code
Brian Paul
1
-4
/
+2
2018-01-31
svga: s/unsigned/VGPU10_OPCODE_TYPE/
Brian Paul
1
-10
/
+11
2018-01-31
radv: do not dump meta shader stats
Samuel Pitoiset
2
-21
/
+18
2018-01-31
ac/nir: fix emission of ffract for 64-bit
Samuel Pitoiset
1
-7
/
+16
2018-01-31
Revert "mesa: add missing RGB9_E5 format in _mesa_base_fbo_format"
Antia Puentes
1
-3
/
+0
2018-01-31
winsys/radeon: Compute is_displayable in surf_drm_to_winsys
Michel Dänzer
1
-0
/
+3
2018-01-31
radv: remove predication on cache flushes
Matthew Nicholls
4
-18
/
+13
2018-01-30
mesa: fix broken glGet*(GL_POLYGON_MODE) query
Brian Paul
2
-3
/
+3
2018-01-31
virgl: also remove dimension on indirect.
Dave Airlie
1
-1
/
+0
2018-01-31
radeonsi: remove DBG_PRECOMPILE
Marek Olšák
3
-51
/
+0
2018-01-31
radeonsi: print shader-db stats for main parts, not final binaries
Marek Olšák
3
-13
/
+23
2018-01-31
radeonsi: move max_simd_waves computation into a separate function
Marek Olšák
2
-12
/
+23
2018-01-31
mesa: fix glGet MAX_VERTEX_ATTRIB queries
Marek Olšák
1
-3
/
+3
2018-01-30
anv/cmd_buffer: Re-emit the pipeline at every subpass
Jason Ekstrand
1
-0
/
+11
2018-01-30
nir: Distribute binary operations with constants into bcsel
Ian Romanick
1
-0
/
+15
2018-01-30
nir: Rearrange logic op-compounded integer compares
Ian Romanick
1
-0
/
+35
2018-01-30
nir: Rearrange and-compounded float compares
Ian Romanick
1
-0
/
+8
2018-01-30
nir: Separate a weird compare with zero to two compares with zero
Ian Romanick
1
-0
/
+2
2018-01-30
nir: Simplify min and max of b2f
Ian Romanick
1
-0
/
+5
2018-01-30
nir: Undo possible damage caused by rearranging or-compounded float compares
Ian Romanick
1
-0
/
+9
2018-01-30
nir: Be more conservative about rearranging or-compounded compares
Ian Romanick
1
-4
/
+9
2018-01-30
nir: See through an fneg to apply existing optimizations
Ian Romanick
1
-3
/
+6
2018-01-31
st/glsl_to_nir: disable io lowering and array splitting of fs inputs
Timothy Arceri
1
-4
/
+18
2018-01-31
nir: add lower_all_io_to_temps flag
Timothy Arceri
4
-0
/
+5
2018-01-31
nir/st_glsl_to_nir: add param to disable splitting of inputs
Timothy Arceri
3
-11
/
+16
2018-01-31
st/glsl_to_nir: copy nir compiler options to context
Timothy Arceri
2
-8
/
+22
2018-01-31
radeonsi/nir: add input support for arrays that have not been copied to temps...
Timothy Arceri
1
-67
/
+79
2018-01-31
ac/radeonsi: add lookup_interp_param and load_sample_position to the abi
Timothy Arceri
3
-29
/
+44
2018-01-31
radeonsi/nir: add prim_mask to the abi
Timothy Arceri
3
-9
/
+10
2018-01-31
radeonsi/nir: adjust load_sample_position() to be shared between backends
Timothy Arceri
1
-2
/
+3
2018-01-31
radeonsi/nir: add si_nir_lookup_interp_param() helper
Timothy Arceri
3
-0
/
+42
2018-01-31
ac/nir_to_llvm: move some interp defines to the header
Timothy Arceri
2
-4
/
+5
2018-01-31
radeonsi/nir: move the interpolation qualifier scanning
Timothy Arceri
1
-16
/
+36
2018-01-31
radeonsi/nir: add interpolate at intrinsics to scan_instruction()
Timothy Arceri
1
-0
/
+30
2018-01-30
radv: Merge raster state with PM4 generation.
Bas Nieuwenhuizen
2
-75
/
+50
2018-01-30
radv: Move gs state out of pipeline.
Bas Nieuwenhuizen
2
-43
/
+43
2018-01-30
radv: Split out cliprect rule generation.
Bas Nieuwenhuizen
2
-25
/
+33
[prev]
[next]