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
*
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
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-3
/
+4
*
i965/mesa/st: eliminate gl_geometry_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965/mesa/st: eliminate gl_tess_eval_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-10
/
+10
*
nir: Add a flag to lower_io to force "sample" interpolation
Jason Ekstrand
2016-09-15
1
-2
/
+2
*
i965: Implement glBlendBarrier.
Francisco Jerez
2016-08-25
1
-0
/
+20
*
util: Move _mesa_fsl/util_last_bit into util/bitscan.h
Mathias Fröhlich
2016-08-09
1
-1
/
+1
*
nir: use the same driver location for packed varyings
Timothy Arceri
2016-07-07
1
-2
/
+2
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-1
/
+1
*
i965: Keep track of the per-thread scratch allocation in brw_stage_state.
Francisco Jerez
2016-06-13
1
-0
/
+22
*
i965: Move brw_create_nir to brw_program.c
Jason Ekstrand
2016-05-26
1
-0
/
+68
*
i965: Rename define for the PIPE_CONTROL DC flush bit.
Francisco Jerez
2016-02-08
1
-1
/
+1
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-1
/
+1
*
i965: Add backend structures for tess stages
Chris Forbes
2015-12-07
1
-0
/
+22
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-3
/
+0
*
i965: Push down inclusion of brw_program.h.
Matt Turner
2015-11-24
1
-0
/
+1
*
i965: Add INTEL_DEBUG=shader_time support for tessellation shaders.
Kenneth Graunke
2015-11-17
1
-0
/
+12
*
i965: Convert scalar_* flags to a scalar_stage array.
Kenneth Graunke
2015-11-16
1
-1
/
+2
*
i965: silence incompatible pointer type warning
Emil Velikov
2015-10-20
1
-1
/
+1
*
program: convert _mesa_init_gl_program() to take struct gl_program *
Emil Velikov
2015-10-15
1
-3
/
+3
*
program: remove _mesa_init_*_program wrappers
Marek Olšák
2015-10-09
1
-6
/
+4
*
i965: Use util_next_power_of_two() for brw_get_scratch_size()
Kristian Høgsberg Kristensen
2015-10-08
1
-12
/
+0
[next]