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_cs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/compiler: Fill a compiler statistics struct
Jason Ekstrand
2019-08-12
1
-1
/
+1
*
anv,i965,iris: deduplicate setting of total_shared
Rhys Perry
2019-08-08
1
-2
/
+0
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
intel/compiler: Add a "base class" for program keys
Jason Ekstrand
2019-07-10
1
-10
/
+4
*
i965: Pass compiler to default key populators
Kenneth Graunke
2019-05-14
1
-2
/
+3
*
i965: Move program key debugging to the compiler.
Kenneth Graunke
2019-04-16
1
-1
/
+2
*
i965: Do NIR shader cloning in the caller.
Kenneth Graunke
2018-11-20
1
-1
/
+1
*
i965: Use a 'nir' temporary rather than poking at brw_program
Kenneth Graunke
2018-11-20
1
-3
/
+3
*
i965: Add flag_state param to brw_search_cache
Jordan Justen
2018-07-09
1
-4
/
+3
*
i965: Add brw_populate_default_key
Jordan Justen
2018-07-09
1
-4
/
+11
*
i965: Replace brw_setup_tex_for_precompile brw with devinfo
Jordan Justen
2018-07-09
1
-1
/
+1
*
mesa: change gl_link_status enums to uppercase
Brian Paul
2018-01-26
1
-2
/
+2
*
i965: Add shader cache support for compute
Jordan Justen
2017-10-31
1
-9
/
+15
*
i965: Calculate thread_count in brw_alloc_stage_scratch
Jordan Justen
2017-10-31
1
-23
/
+1
*
intel/compiler: Remove final_program_size from brw_compile_*
Jordan Justen
2017-10-31
1
-3
/
+2
*
intel: Allocate prog_data::[pull_]param deeper inside the compiler
Jason Ekstrand
2017-10-12
1
-12
/
+5
*
intel/cs: Grow prog_data::param on-demand for thread_local_id_index
Jason Ekstrand
2017-10-12
1
-3
/
+0
*
intel/compiler: Stop adding params for texture sizes
Jason Ekstrand
2017-10-12
1
-3
/
+0
*
i965: Store image_param in brw_context instead of prog_data
Jason Ekstrand
2017-10-12
1
-4
/
+0
*
intel: Rewrite the world of push/pull params
Jason Ekstrand
2017-10-12
1
-4
/
+2
*
i965: Convert brw->*_program into a brw->programs[i] array.
Kenneth Graunke
2017-09-26
1
-2
/
+4
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-2
/
+2
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-2
/
+2
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-1
/
+1
*
i965: Reduce cross-pollination between the DRI driver and compiler
Jason Ekstrand
2017-03-01
1
-2
/
+0
*
st/mesa/i965: create link status enum
Timothy Arceri
2017-02-09
1
-2
/
+2
*
i965: stop passing gl_shader_program to the precompile and codegen functions
Timothy Arceri
2017-01-06
1
-9
/
+3
*
i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms()
Timothy Arceri
2017-01-06
1
-2
/
+2
*
i965: stop passing gl_shader_program to brw_assign_common_binding_table_offse...
Timothy Arceri
2017-01-06
1
-4
/
+2
*
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: update brw_get_shader_time_index() not to take gl_shader_program
Timothy Arceri
2017-01-03
1
-1
/
+1
*
i965: move compiled_once flag to brw_program
Timothy Arceri
2016-12-30
1
-7
/
+3
*
st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...
Timothy Arceri
2016-11-19
1
-4
/
+4
*
i965: Fix compute shader crash.
Kenneth Graunke
2016-11-17
1
-1
/
+1
*
i965: get num_images from shader_info rather than gl_linked_shader
Timothy Arceri
2016-11-17
1
-2
/
+3
*
i965: only try print GLSL IR once when using INTEL_DEBUG to dump ir
Timothy Arceri
2016-11-17
1
-6
/
+0
*
i965: replace brw_compute_program with brw_program
Timothy Arceri
2016-10-26
1
-6
/
+4
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
1
-12
/
+10
*
i965: Eliminate brw->cs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-5
/
+5
*
i965: get rid of duplicated values from gen_device_info
Lionel Landwerlin
2016-09-23
1
-2
/
+3
*
intel/i965: make gen_device_info mutable
Lionel Landwerlin
2016-09-23
1
-1
/
+1
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-3
/
+3
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
util: Move _mesa_fsl/util_last_bit into util/bitscan.h
Mathias Fröhlich
2016-08-09
1
-1
/
+1
*
i965: make more effective use of SamplersUsed
Timothy Arceri
2016-07-05
1
-2
/
+1
*
i965: Keep track of the per-thread scratch allocation in brw_stage_state.
Francisco Jerez
2016-06-13
1
-25
/
+23
*
i965: Account for poor address calculations in Haswell CS scratch size.
Kenneth Graunke
2016-06-12
1
-1
/
+20
*
i965: Allocate scratch space for the maximum number of compute threads.
Kenneth Graunke
2016-06-12
1
-1
/
+3
[next]