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
/
drivers
/
dri
/
i965
/
brw_program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.
Francisco Jerez
2018-02-24
1
-1
/
+1
*
mesa: Rename dd_function_table::BlendBarrier to match latest EXT spec.
Francisco Jerez
2018-02-24
1
-2
/
+2
*
i965/icl: Update the assert in brw_memory_barrier()
Anuj Phogat
2018-02-15
1
-1
/
+1
*
mesa,glsl,nir: reduce gl_state_index size to 2 bytes
Marek Olšák
2018-02-13
1
-1
/
+1
*
i965/nir: lower TES PatchVerticesIn to a constant when a TCS is present
Iago Toral Quiroga
2018-01-10
1
-4
/
+22
*
i965: lower gl_PatchVerticesIn to a uniform
Iago Toral Quiroga
2018-01-10
1
-0
/
+8
*
i965: compute scratch space size correctly for Gen9+
Kevin Rogovin
2017-12-12
1
-1
/
+5
*
i965: Fix memory leak when serializing nir
Jordan Justen
2017-12-08
1
-0
/
+1
*
i965: Add brw_program_serialize_nir
Jordan Justen
2017-12-08
1
-0
/
+11
*
i965: Free serialized nir after deserializing
Jordan Justen
2017-12-08
1
-0
/
+6
*
i965: Add brw_program_deserialize_nir
Jordan Justen
2017-12-08
1
-0
/
+16
*
i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code.
Kenneth Graunke
2017-11-15
1
-9
/
+3
*
i965: Pretend there are 4 subslices for compute shader threads on Gen9+.
Kenneth Graunke
2017-11-09
1
-1
/
+13
*
i965: Calculate thread_count in brw_alloc_stage_scratch
Jordan Justen
2017-10-31
1
-9
/
+55
*
i965: Don't rely on nir for uses_texture_gather
Jordan Justen
2017-10-31
1
-1
/
+1
*
intel/compiler: Call nir_lower_system_values in brw_preprocess_nir
Jason Ekstrand
2017-10-25
1
-2
/
+0
*
i965/program: Move nir_lower_system_values higher up
Jason Ekstrand
2017-10-25
1
-1
/
+2
*
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
[next]