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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Make unify_interfaces not spread VARYING_BIT_TESS_LEVEL_*.
Kenneth Graunke
2017-01-06
1
-2
/
+5
*
glsl: Support gl_TessLevelInner/Outer[] as TES input variables.
Kenneth Graunke
2017-01-06
1
-0
/
+6
*
i965: Enable several GLES 3.1 extensions on HSW+
Ian Romanick
2017-01-06
1
-3
/
+3
*
i965: Always set MaxViewports and related limits
Ian Romanick
2017-01-06
1
-2
/
+1
*
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
*
i965: Don't set EmitNoMainReturn.
Kenneth Graunke
2017-01-05
1
-1
/
+0
*
st/mesa/glsl: move SamplerTargets to gl_program
Timothy Arceri
2017-01-06
5
-10
/
+12
*
st/mesa/glsl: set SamplersUsed directly in gl_program
Timothy Arceri
2017-01-06
4
-5
/
+1
*
mesa/glsl: set sampler units directly in gl_program
Timothy Arceri
2017-01-06
3
-15
/
+4
*
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
3
-3
/
+2
*
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
1
-5
/
+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
11
-30
/
+40
*
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
3
-4
/
+3
*
st/mesa/glsl/i965: set num_ssbos directly in shader_info
Timothy Arceri
2017-01-06
5
-13
/
+15
*
st/mesa/glsl/i965: move per stage UniformBlocks to gl_program
Timothy Arceri
2017-01-06
4
-14
/
+12
*
st/mesa/glsl/i965: set num_ubos directly in shader_info
Timothy Arceri
2017-01-06
5
-10
/
+7
*
st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_program
Timothy Arceri
2017-01-06
10
-63
/
+46
*
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
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
4
-12
/
+18
*
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2017-01-05
2
-8
/
+33
*
st/mesa: fix a segfault when prog->sh.data is NULL
Marek Olšák
2017-01-05
1
-1
/
+3
*
st/mesa: enable GLSLOptimizeConservatively for drivers that want it
Marek Olšák
2017-01-05
1
-0
/
+2
*
glsl_to_tgsi: do fewer optimizations with GLSLOptimizeConservatively
Marek Olšák
2017-01-05
1
-9
/
+67
*
mesa: add gl_constants::GLSLOptimizeConservatively
Marek Olšák
2017-01-05
2
-3
/
+14
*
glsl: run do_lower_jumps properly in do_common_optimizations
Marek Olšák
2017-01-05
2
-9
/
+1
*
i965: Print VS output VUE map in Vulkan too.
Kenneth Graunke
2017-01-05
2
-3
/
+5
*
i965: Fix last slot calculations
Kenneth Graunke
2017-01-05
1
-3
/
+13
*
i965: add a kernel_features bitfield to intel screen
Iago Toral Quiroga
2017-01-05
5
-22
/
+59
*
i965/gen7: Enable OpenGL 4.0 in Haswell when supported
Iago Toral Quiroga
2017-01-05
2
-1
/
+4
*
i965: get rid of brw->can_do_pipelined_register_writes
Iago Toral Quiroga
2017-01-05
5
-10
/
+10
*
i965: Move the pipelined test for SO register access to the screen
Chris Wilson
2017-01-05
4
-73
/
+103
*
i965/disasm: remove printing hstride and width in align16 DF source regions
Samuel Iglesias Gonsálvez
2017-01-05
1
-4
/
+1
*
vec4: use DIM instruction when loading DF immediates in HSW
Samuel Iglesias Gonsálvez
2017-01-05
1
-0
/
+9
*
i965: remove unused brwInitVtbl declaration
Tapani Pälli
2017-01-04
1
-5
/
+0
*
i965: remove brw_context dependency from intel_batchbuffer_init()
Iago Toral Quiroga
2017-01-04
3
-28
/
+36
*
i965: make intel_batchbuffer_free() take a batchbuffer as argument
Iago Toral Quiroga
2017-01-04
3
-6
/
+6
*
i965: make intel_batchbuffer_emit_dword() take a batchbuffer as argument
Iago Toral Quiroga
2017-01-04
2
-12
/
+12
*
i965: Make intel_bachbuffer_reloc() take a batchbuffer argument
Iago Toral Quiroga
2017-01-04
3
-15
/
+15
[prev]
[next]