index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-08
scons: support for LLVM 3.7.
Olivier Pena
1
-1
/
+13
2015-12-08
docs/GL3.txt: consolidate r600 GL4.1.
Dave Airlie
1
-4
/
+4
2015-12-07
i965: Make uniform offsets be in terms of bytes
Jason Ekstrand
6
-22
/
+49
2015-12-07
i965/nir_uniforms: Replace comps_per_unit with an is_scalar boolean
Jason Ekstrand
1
-13
/
+15
2015-12-07
i965/nir: Remove unused indirect handling
Jason Ekstrand
1
-33
/
+11
2015-12-07
i965/state: Get rid of dword_pitch arguments to buffer functions
Jason Ekstrand
6
-38
/
+19
2015-12-07
i965/vec4: Use a stride of 1 and byte offsets for UBOs
Jason Ekstrand
3
-27
/
+7
2015-12-07
i965/fs: Use a stride of 1 and byte offsets for UBOs
Jason Ekstrand
3
-16
/
+13
2015-12-07
i965/vec4: Use byte offsets for UBO pulls on Sandy Bridge
Jason Ekstrand
3
-10
/
+31
2015-12-07
i965: Fix texture views of 2d array surfaces
Ben Widawsky
1
-2
/
+2
2015-12-07
radeonsi: last_gfx_fence is a winsys fence
Nicolai Hähnle
1
-1
/
+1
2015-12-07
nvc0/ir: fix up mul+add -> mad algebraic opt, enable for integers
Ilia Mirkin
3
-12
/
+11
2015-12-07
gk110/ir: fix imad sat/hi flag emission for immediate args
Ilia Mirkin
1
-8
/
+3
2015-12-07
i965: Add brw_device_info::min_ds_entries field.
Kenneth Graunke
2
-0
/
+12
2015-12-07
i965: Add state bits for tess stages
Chris Forbes
4
-2
/
+28
2015-12-07
i965: Add backend structures for tess stages
Chris Forbes
6
-0
/
+98
2015-12-07
i965: Set core tessellation-related limits
Chris Forbes
1
-2
/
+6
2015-12-07
i965: Request lowering of gl_TessLevel* from float[] to vec4s.
Kenneth Graunke
1
-0
/
+2
2015-12-07
i965: Create new files for HS/DS/TE state upload code.
Kenneth Graunke
10
-110
/
+271
2015-12-07
gk104/ir: sampler doesn't matter for txf
Ilia Mirkin
1
-1
/
+1
2015-12-07
radeonsi: disable DCC on Stoney
Marek Olšák
1
-0
/
+4
2015-12-07
winsys/amdgpu: addrlib - port a Fiji bug fix
Sonny Jiang
2
-1
/
+46
2015-12-07
winsys/amdgpu: addrlib - port Checks mip 0 for czDispCompatible
Sonny Jiang
2
-2
/
+5
2015-12-07
winsys/amdgpu: addrlib - port fix error for workaround for 1D tiling
Sonny Jiang
1
-1
/
+1
2015-12-07
st/va: disable MPEG4 by default v2
Christian König
2
-1
/
+15
2015-12-07
st/va: move HEVC functions into separate file v2
Christian König
4
-168
/
+215
2015-12-07
mesa: remove _mesa_tex_target_is_array
Alejandro Piñeiro
2
-17
/
+0
2015-12-07
i965: use _mesa_is_array_texture instead of _mesa_tex_target_is_array
Alejandro Piñeiro
2
-2
/
+2
2015-12-07
gk110/ir: fix imul hi emission with limm arg
Ilia Mirkin
1
-2
/
+2
2015-12-07
svga: use the debug callback to report issues to the state tracker
Brian Paul
6
-0
/
+62
2015-12-07
gallium/util: check callback pointers for non-null in pipe_debug_message()
Brian Paul
1
-3
/
+5
2015-12-07
i965: Add defines for gather push constants
Abdiel Janulgue
1
-0
/
+19
2015-12-07
mesa: move GLES checks for SSO input/output validation
Timothy Arceri
1
-22
/
+23
2015-12-07
mesa: move GL_INVALID_OPERATION error to rendering call
Timothy Arceri
3
-25
/
+15
2015-12-07
mesa: move pipeline input/output validation inside _mesa_validate_program_pip...
Timothy Arceri
1
-15
/
+15
2015-12-07
glsl: re-validate program pipeline after sampler change
Timothy Arceri
1
-0
/
+4
2015-12-07
r600: apply SIMD workaround to cayman also.
Dave Airlie
1
-1
/
+8
2015-12-07
r600: fix regression introduced with ring emit changes.
Dave Airlie
1
-1
/
+2
2015-12-07
r600: remove stale tessellation comment
Dave Airlie
1
-1
/
+0
2015-12-07
docs: consolidate r600 entry in GL3.txt
Dave Airlie
1
-14
/
+14
2015-12-07
docs: update with r600 tessellation status.
Dave Airlie
2
-1
/
+2
2015-12-07
r600: enable tessellation for evergreen/cayman (v2)
Dave Airlie
1
-1
/
+9
2015-12-07
r600g: reduce number of ps thread on caicos
Dave Airlie
1
-1
/
+1
2015-12-07
r600g: adjust ls/hs thread counts for sumo
Dave Airlie
1
-4
/
+4
2015-12-07
r600/asm: enable nstack check for tess ctrl/eval shaders.
Dave Airlie
1
-1
/
+1
2015-12-07
r600/asm: handle lds read operations.
Dave Airlie
1
-1
/
+21
2015-12-07
r600/asm: add LDS ops and barrier to the once per group restriction.
Dave Airlie
1
-1
/
+1
2015-12-07
r600: move VGT_VTX_CNT_EN into shader stages atom.
Dave Airlie
1
-2
/
+2
2015-12-07
r600: enable tcs/tes dumping for R600_DUMP_SHADERS.
Dave Airlie
1
-1
/
+1
2015-12-07
r600: handle SIMD allocation issue with HS/LS
Dave Airlie
1
-0
/
+5
[next]