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: 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
*
i965: Move brw_mark_surface_used() to brw_shader.cpp
Kristian Høgsberg Kristensen
2015-10-08
1
-10
/
+0
*
i965/vec4: Always use NIR
Jason Ekstrand
2015-10-02
1
-7
/
+3
*
i965: don't forget to free image_param on prog_data free
Ilia Mirkin
2015-10-02
1
-0
/
+1
*
i965: Get rid of prog_data compare functions
Jason Ekstrand
2015-09-30
1
-17
/
+0
*
i965: Move brw_setup_tex_for_precompile to brw_program.[ch].
Kenneth Graunke
2015-09-03
1
-0
/
+19
*
i965: Fix brw_memory_barrier() for SKL.
Francisco Jerez
2015-08-11
1
-1
/
+1
*
i965/nir: Pass a is_scalar boolean to brw_create_nir()
Eduardo Lima Mitev
2015-08-03
1
-2
/
+3
*
i965: Don't try to print the GLSL IR if it has been freed
Neil Roberts
2015-06-29
1
-4
/
+7
*
i965: Use a single index per shader for shader_time.
Jason Ekstrand
2015-06-23
1
-46
/
+21
*
mesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMETRY_PROGRAM
Marek Olšák
2015-06-05
1
-1
/
+1
*
i965/fs: Add CS shader time support
Jordan Justen
2015-05-02
1
-2
/
+11
*
i965: Make shader_time store names/ids instead of referencing shaders.
Kenneth Graunke
2015-04-17
1
-35
/
+17
*
i965: Delete some unnecessary code in brw_report_shader_time().
Kenneth Graunke
2015-04-17
1
-6
/
+1
*
i965: Make shader_time use 0 instead of -1 for "no meaningful ID".
Kenneth Graunke
2015-04-17
1
-8
/
+6
*
i965: Create NIR during LinkShader() and ProgramStringNotify().
Kenneth Graunke
2015-04-11
1
-0
/
+9
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-2
/
+2
*
i965: Rename some PIPE_CONTROL flags
Ben Widawsky
2015-03-02
1
-5
/
+5
*
i965/gen7-8: Implement glMemoryBarrier().
Francisco Jerez
2015-02-10
1
-0
/
+40
*
i965: Precompile ARB programs.
Kenneth Graunke
2014-11-24
1
-2
/
+9
*
i965: Silence unused parameter warning in brw_dump_ir
Ian Romanick
2014-10-24
1
-2
/
+1
*
i965: Remove brwIsProgramNative
Ian Romanick
2014-10-24
1
-9
/
+0
*
i965: Remove brw_new_shader_program
Ian Romanick
2014-10-24
1
-1
/
+0
*
i965: Drop brwBindProgram driver hook.
Kenneth Graunke
2014-10-01
1
-20
/
+0
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-5
/
+5
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-5
/
+5
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-4
/
+2
*
i965: Move the remaining driver debug over to stderr.
Eric Anholt
2014-02-22
1
-11
/
+11
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-5
/
+6
*
glsl: Add a file argument to the IR printer.
Eric Anholt
2014-02-22
1
-1
/
+1
*
i965: Refactor debug dumping of GLSL IR.
Eric Anholt
2014-02-22
1
-0
/
+18
[next]