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
/
mesa
/
drivers
/
dri
/
i965
/
brw_program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Only add the wpos state reference if we lowered something
Jason Ekstrand
2017-10-12
1
-6
/
+6
*
i965: Store image_param in brw_context instead of prog_data
Jason Ekstrand
2017-10-12
1
-1
/
+0
*
i965/barrier: Do the correct flushes for framebuffer access
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
i965/barrier: Do the correct flushes for texture updates
Jason Ekstrand
2017-10-12
1
-2
/
+4
*
i965: Convert brw->*_program into a brw->programs[i] array.
Kenneth Graunke
2017-09-26
1
-22
/
+9
*
i965: call brw_shader_gather_info() from the callers of brw_create_nir()
Timothy Arceri
2017-09-26
1
-7
/
+4
*
i965: create a brw_shader_gather_info() helper
Timothy Arceri
2017-09-26
1
-7
/
+13
*
i965: Use atomic ops in get_new_program_id().
Kenneth Graunke
2017-09-25
1
-5
/
+1
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
1
-2
/
+2
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-4
/
+7
*
i965: Clean up brwNewProgram().
Kenneth Graunke
2017-08-23
1
-28
/
+5
*
i965/cnl: Update few assertions
Anuj Phogat
2017-06-09
1
-1
/
+1
*
i965: Add and use brw_bo_map()
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Pass flags to brw_bo_map_*
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Rename brw_bo_map() -> brw_bo_map_cpu()
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Remove brw_bo's virtual member
Matt Turner
2017-06-06
1
-2
/
+1
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-9
/
+7
*
i965/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-12
/
+12
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-10
/
+10
*
i965: Return progress from brw_nir_lower_uniforms().
Matt Turner
2017-03-23
1
-3
/
+3
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-1
/
+1
*
i965: add missing brw_defines.h include in brw_program.c
Emil Velikov
2017-03-13
1
-0
/
+1
*
i965: Reduce cross-pollination between the DRI driver and compiler
Jason Ekstrand
2017-03-01
1
-1
/
+0
*
i965: Move SHADER_TIME_STRIDE to brw_compiler.h
Jason Ekstrand
2017-03-01
1
-5
/
+5
*
i965: Move assign_common_binding_table_offsets to brw_program
Jason Ekstrand
2017-03-01
1
-0
/
+87
*
i965: Drop unused STATE_TEXRECT_SCALE code.
Kenneth Graunke
2017-03-01
1
-23
/
+0
*
i965: Unbind deleted shaders from brw_context, fixing malloc heisenbug.
Kenneth Graunke
2017-01-27
1
-0
/
+43
*
i965: Move Gen4-5 interpolation stuff to brw_wm_prog_data.
Kenneth Graunke
2017-01-13
1
-8
/
+1
*
i965: stop passing gl_shader_program to the precompile and codegen functions
Timothy Arceri
2017-01-06
1
-2
/
+2
*
st/mesa/glsl: add new is_arb_asm flag in gl_program
Timothy Arceri
2017-01-06
1
-5
/
+4
*
i965: update brw_get_shader_time_index() not to take gl_shader_program
Timothy Arceri
2017-01-03
1
-12
/
+8
*
nir: Rename convert_to_ssa lower_regs_to_ssa
Jason Ekstrand
2016-12-29
1
-1
/
+1
*
mesa/glsl/i965: remove Driver.NewShader()
Timothy Arceri
2016-12-30
1
-1
/
+0
*
i965: make use of nir_lower_returns() for GL
Timothy Arceri
2016-12-23
1
-0
/
+2
*
i965: keep gl_program shader info in sync after gather info
Timothy Arceri
2016-12-20
1
-1
/
+10
*
st/mesa/r200/i915/i965: move ARB program fields into a union
Timothy Arceri
2016-11-17
1
-2
/
+2
*
i965: only try print GLSL IR once when using INTEL_DEBUG to dump ir
Timothy Arceri
2016-11-17
1
-15
/
+4
*
i965: use nir_shader_gather_info() over do_set_program_inouts()
Timothy Arceri
2016-11-11
1
-0
/
+2
*
i965: use rzalloc instead of calloc in brwNewProgram
Tapani Pälli
2016-11-03
1
-1
/
+1
*
st/mesa/r200/i915/i965: use rzalloc() to create gl_program
Timothy Arceri
2016-11-03
1
-2
/
+2
*
nir: stop adjusting driver location for varying packing
Timothy Arceri
2016-10-26
1
-2
/
+2
*
i965: replace brw_compute_program with brw_program
Timothy Arceri
2016-10-26
1
-12
/
+2
*
i965: replace brw_fragment_program with brw_program
Timothy Arceri
2016-10-26
1
-5
/
+5
*
i965: replace brw_tess_{eval,ctrl}_program with brw_program
Timothy Arceri
2016-10-26
1
-22
/
+2
*
i965: replace brw_geomerty_program with brw_program
Timothy Arceri
2016-10-26
1
-12
/
+2
*
i965: replace brw_vertex_program with new generic brw_program
Timothy Arceri
2016-10-26
1
-4
/
+4
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
1
-3
/
+2
*
i965: rewrite brw_setup_vue_interpolation()
Timothy Arceri
2016-10-26
1
-1
/
+9
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
1
-1
/
+1
[next]