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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: add HUD queries for cache flush stats
Marek Olšák
2017-01-06
4
-0
/
+32
*
radeonsi: don't count fast clears and prefetches into CP DMA stats
Marek Olšák
2017-01-06
1
-2
/
+6
*
radeonsi: don't wait for compute shaders in texture_barrier
Marek Olšák
2017-01-06
1
-2
/
+1
*
radeonsi: assume that a TES without POSITION precedes GS
Marek Olšák
2017-01-06
1
-1
/
+2
*
radeonsi: unduplicate VS color export code
Marek Olšák
2017-01-06
1
-9
/
+2
*
radeonsi: clean up more HAVE_LLVM #ifdefs
Marek Olšák
2017-01-06
2
-13
/
+20
*
gallium/radeon: clean up HAVE_LLVM #ifdefs in r600_get_llvm_processor_name
Marek Olšák
2017-01-06
1
-17
/
+11
*
i965: Properly flush in hsw_pause_transform_feedback().
Kenneth Graunke
2017-01-06
1
-0
/
+3
*
i965: Fix texturing in the vec4 TCS and GS backends.
Kenneth Graunke
2017-01-06
1
-2
/
+12
*
swr: [rasterizer core] rename OutputMerger functions
Tim Rowley
2017-01-06
2
-9
/
+9
*
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
[next]