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
...
*
i965/nir: Remove unused indirect handling
Jason Ekstrand
2015-12-07
1
-33
/
+11
*
i965/state: Get rid of dword_pitch arguments to buffer functions
Jason Ekstrand
2015-12-07
6
-38
/
+19
*
i965/vec4: Use a stride of 1 and byte offsets for UBOs
Jason Ekstrand
2015-12-07
3
-27
/
+7
*
i965/fs: Use a stride of 1 and byte offsets for UBOs
Jason Ekstrand
2015-12-07
3
-16
/
+13
*
i965/vec4: Use byte offsets for UBO pulls on Sandy Bridge
Jason Ekstrand
2015-12-07
3
-10
/
+31
*
i965: Fix texture views of 2d array surfaces
Ben Widawsky
2015-12-07
1
-2
/
+2
*
radeonsi: last_gfx_fence is a winsys fence
Nicolai Hähnle
2015-12-07
1
-1
/
+1
*
nvc0/ir: fix up mul+add -> mad algebraic opt, enable for integers
Ilia Mirkin
2015-12-07
3
-12
/
+11
*
gk110/ir: fix imad sat/hi flag emission for immediate args
Ilia Mirkin
2015-12-07
1
-8
/
+3
*
i965: Add brw_device_info::min_ds_entries field.
Kenneth Graunke
2015-12-07
2
-0
/
+12
*
i965: Add state bits for tess stages
Chris Forbes
2015-12-07
4
-2
/
+28
*
i965: Add backend structures for tess stages
Chris Forbes
2015-12-07
6
-0
/
+98
*
i965: Set core tessellation-related limits
Chris Forbes
2015-12-07
1
-2
/
+6
*
i965: Request lowering of gl_TessLevel* from float[] to vec4s.
Kenneth Graunke
2015-12-07
1
-0
/
+2
*
i965: Create new files for HS/DS/TE state upload code.
Kenneth Graunke
2015-12-07
10
-110
/
+271
*
gk104/ir: sampler doesn't matter for txf
Ilia Mirkin
2015-12-07
1
-1
/
+1
*
radeonsi: disable DCC on Stoney
Marek Olšák
2015-12-07
1
-0
/
+4
*
winsys/amdgpu: addrlib - port a Fiji bug fix
Sonny Jiang
2015-12-07
2
-1
/
+46
*
winsys/amdgpu: addrlib - port Checks mip 0 for czDispCompatible
Sonny Jiang
2015-12-07
2
-2
/
+5
*
winsys/amdgpu: addrlib - port fix error for workaround for 1D tiling
Sonny Jiang
2015-12-07
1
-1
/
+1
*
st/va: disable MPEG4 by default v2
Christian König
2015-12-07
1
-1
/
+9
*
st/va: move HEVC functions into separate file v2
Christian König
2015-12-07
4
-168
/
+215
*
mesa: remove _mesa_tex_target_is_array
Alejandro Piñeiro
2015-12-07
2
-17
/
+0
*
i965: use _mesa_is_array_texture instead of _mesa_tex_target_is_array
Alejandro Piñeiro
2015-12-07
2
-2
/
+2
*
gk110/ir: fix imul hi emission with limm arg
Ilia Mirkin
2015-12-07
1
-2
/
+2
*
svga: use the debug callback to report issues to the state tracker
Brian Paul
2015-12-07
6
-0
/
+62
*
gallium/util: check callback pointers for non-null in pipe_debug_message()
Brian Paul
2015-12-07
1
-3
/
+5
*
i965: Add defines for gather push constants
Abdiel Janulgue
2015-12-07
1
-0
/
+19
*
mesa: move GLES checks for SSO input/output validation
Timothy Arceri
2015-12-07
1
-22
/
+23
*
mesa: move GL_INVALID_OPERATION error to rendering call
Timothy Arceri
2015-12-07
3
-25
/
+15
*
mesa: move pipeline input/output validation inside _mesa_validate_program_pip...
Timothy Arceri
2015-12-07
1
-15
/
+15
*
glsl: re-validate program pipeline after sampler change
Timothy Arceri
2015-12-07
1
-0
/
+4
*
r600: apply SIMD workaround to cayman also.
Dave Airlie
2015-12-07
1
-1
/
+8
*
r600: fix regression introduced with ring emit changes.
Dave Airlie
2015-12-07
1
-1
/
+2
*
r600: remove stale tessellation comment
Dave Airlie
2015-12-07
1
-1
/
+0
*
r600: enable tessellation for evergreen/cayman (v2)
Dave Airlie
2015-12-07
1
-1
/
+9
*
r600g: reduce number of ps thread on caicos
Dave Airlie
2015-12-07
1
-1
/
+1
*
r600g: adjust ls/hs thread counts for sumo
Dave Airlie
2015-12-07
1
-4
/
+4
*
r600/asm: enable nstack check for tess ctrl/eval shaders.
Dave Airlie
2015-12-07
1
-1
/
+1
*
r600/asm: handle lds read operations.
Dave Airlie
2015-12-07
1
-1
/
+21
*
r600/asm: add LDS ops and barrier to the once per group restriction.
Dave Airlie
2015-12-07
1
-1
/
+1
*
r600: move VGT_VTX_CNT_EN into shader stages atom.
Dave Airlie
2015-12-07
1
-2
/
+2
*
r600: enable tcs/tes dumping for R600_DUMP_SHADERS.
Dave Airlie
2015-12-07
1
-1
/
+1
*
r600: handle SIMD allocation issue with HS/LS
Dave Airlie
2015-12-07
1
-0
/
+5
*
r600/shader: increase number of inputs/outputs to 64.
Dave Airlie
2015-12-07
1
-2
/
+2
*
r600: handle barrier opcode.
Edward O'Callaghan
2015-12-07
1
-2
/
+17
*
r600/shader: handle tess related system-values.
Dave Airlie
2015-12-07
1
-2
/
+148
*
r600/shader: allow multi-dimension arrays for tcs/tes inputs/outputs.
Dave Airlie
2015-12-07
1
-2
/
+10
*
r600/shader: handle TES exports and streamout
Dave Airlie
2015-12-07
1
-7
/
+16
*
r600/shader: emit tessellation factors to GDS at end of TCS.
Dave Airlie
2015-12-07
1
-1
/
+166
[prev]
[next]