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
...
*
swr: [rasterizer core] fix SIMD16 Transpose_16_16
Tim Rowley
2017-01-06
1
-2
/
+2
*
swr: [rasterizer core] fix SIMD16 output merger
Tim Rowley
2017-01-06
2
-16
/
+22
*
swr: [rasterizer core] fix SIMD16 PackTraits pack() and unpack()
Tim Rowley
2017-01-06
3
-48
/
+82
*
swr: [rasterizer core] fix SIMD16 transpose functions
Tim Rowley
2017-01-06
3
-113
/
+225
*
swr: [rasterizer core] whitespace adjustments
Tim Rowley
2017-01-06
1
-2
/
+1
*
i965: Don't set EmitNoMainReturn.
Kenneth Graunke
2017-01-05
1
-1
/
+0
*
vc4: Rewrite T image handling based on calling the LT handler.
Eric Anholt
2017-01-05
1
-34
/
+75
*
vc4: Move the utile_width/height functions to header inlines.
Eric Anholt
2017-01-05
2
-37
/
+36
*
vc4: Make the load/store utile functions static.
Eric Anholt
2017-01-05
2
-4
/
+2
*
vc4: Simplify the load/store utile functions.
Eric Anholt
2017-01-05
1
-10
/
+22
*
vc4: Reuse a list function to simplify bufmgr code.
Eric Anholt
2017-01-05
1
-11
/
+2
*
vc4: Flush the job early if we're referencing too many BOs.
Eric Anholt
2017-01-05
3
-0
/
+16
*
st/mesa/glsl: move SamplerTargets to gl_program
Timothy Arceri
2017-01-06
6
-13
/
+16
*
st/mesa/glsl: set SamplersUsed directly in gl_program
Timothy Arceri
2017-01-06
5
-6
/
+3
*
mesa/glsl: set sampler units directly in gl_program
Timothy Arceri
2017-01-06
4
-17
/
+7
*
mesa: simplify sampler setting code
Timothy Arceri
2017-01-06
1
-22
/
+11
*
mesa/glsl: set num_textures per stage directly in shader_info
Timothy Arceri
2017-01-06
6
-6
/
+5
*
mesa: make _CurrentFragmentProgram a gl_program struct pointer
Timothy Arceri
2017-01-06
6
-30
/
+22
*
i965: stop passing gl_shader_program to the precompile and codegen functions
Timothy Arceri
2017-01-06
12
-87
/
+31
*
mesa/glsl: remove hack to reset sampler units to zero
Timothy Arceri
2017-01-06
3
-20
/
+16
*
i965: make use of new is_arb_asm flag
Timothy Arceri
2017-01-06
2
-13
/
+11
*
st/mesa/glsl: add new is_arb_asm flag in gl_program
Timothy Arceri
2017-01-06
13
-34
/
+45
*
i965: pass gl_program directly to brw_compile_tes()
Timothy Arceri
2017-01-06
3
-6
/
+4
*
i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms()
Timothy Arceri
2017-01-06
8
-18
/
+13
*
i965: pass gl_program to brw_upload_ubo_surfaces()
Timothy Arceri
2017-01-06
6
-22
/
+20
*
i965: stop passing gl_shader_program to brw_assign_common_binding_table_offse...
Timothy Arceri
2017-01-06
8
-32
/
+13
*
st/mesa/glsl/i965: move ShaderStorageBlocks to gl_program
Timothy Arceri
2017-01-06
6
-10
/
+11
*
st/mesa/glsl/i965: set num_ssbos directly in shader_info
Timothy Arceri
2017-01-06
9
-23
/
+24
*
st/mesa/glsl/i965: move per stage UniformBlocks to gl_program
Timothy Arceri
2017-01-06
7
-21
/
+19
*
st/mesa/glsl/i965: set num_ubos directly in shader_info
Timothy Arceri
2017-01-06
9
-21
/
+17
*
st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_program
Timothy Arceri
2017-01-06
12
-67
/
+50
*
i965: get InfoLog and LinkStatus via the pointer in gl_program
Timothy Arceri
2017-01-06
1
-4
/
+4
*
i965: get shared_size from shader_info rather than gl_shader_program
Timothy Arceri
2017-01-06
1
-2
/
+2
*
i965: stop depending on gl_shader_program for brw_compute_vue_map() params
Timothy Arceri
2017-01-06
1
-1
/
+1
*
i965: pass gl_program to the brw_*_debug_recompile() functions
Timothy Arceri
2017-01-06
7
-138
/
+125
*
gallivm: (trivial) fix typo bug with small AoS format unpacking
Roland Scheidegger
2017-01-06
1
-1
/
+1
*
gallivm: implement aos unpack (to unorm8) for small unorm formats
Roland Scheidegger
2017-01-05
2
-17
/
+155
*
gallivm: optimize lp_build_unpack_arith_rgba_aos slightly
Roland Scheidegger
2017-01-05
1
-19
/
+97
*
gallivm: use 2 srcs for 32->16bit conversions in lp_bld_conv_auto
Roland Scheidegger
2017-01-05
1
-2
/
+19
*
llvmpipe: (trivial) minimally simplify mask construction
Roland Scheidegger
2017-01-05
3
-17
/
+53
*
anv: fix multiple creation with internal failure
Lionel Landwerlin
2017-01-05
1
-18
/
+20
*
swr: [rasterizer core/common/jitter] gl_double support
Tim Rowley
2017-01-05
9
-33
/
+341
*
dri3: Fix MakeCurrent without a default framebuffer
Fredrik Höglund
2017-01-05
1
-4
/
+10
*
radeonsi: turn SDMA IBs into de-facto preambles of GFX IBs
Marek Olšák
2017-01-05
2
-6
/
+18
*
radeonsi: implement SDMA-based buffer clearing for SI
Marek Olšák
2017-01-05
2
-1
/
+41
*
radeonsi: do all math in bytes in SI DMA code
Marek Olšák
2017-01-05
2
-19
/
+21
*
gallium/radeon: prevent SDMA stalls by detecting RAW hazards in need_dma_space
Marek Olšák
2017-01-05
8
-36
/
+27
*
gallium/radeon: move unrelated code from dma_emit_wait_idle to need_dma_space
Marek Olšák
2017-01-05
1
-18
/
+15
*
radeonsi: inline cik_sdma_do_copy_buffer
Marek Olšák
2017-01-05
1
-28
/
+16
*
radeonsi: also wait for SDMA in the clear_buffer CPU fallback
Marek Olšák
2017-01-05
1
-3
/
+2
[prev]
[next]