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_gs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Push down inclusion of brw_program.h.
Matt Turner
2015-11-24
1
-0
/
+1
*
i965: Fix num_uniforms count for scalar GS.
Kenneth Graunke
2015-11-22
1
-1
/
+3
*
i965: Convert scalar_* flags to a scalar_stage array.
Kenneth Graunke
2015-11-16
1
-1
/
+2
*
i965: Add a brw->scalar_gs flag controlled by INTEL_SCALAR_GS=1.
Kenneth Graunke
2015-10-21
1
-1
/
+2
*
i965/gs: Do prog_data setup and other calculations in brw_compile_gs
Jason Ekstrand
2015-10-21
1
-203
/
+2
*
i965/gs: Use NIR info for setting up prog_data
Jason Ekstrand
2015-10-21
1
-11
/
+13
*
i965/gs: Pull prog_data out of brw_gs_compile
Jason Ekstrand
2015-10-21
1
-29
/
+31
*
i965/gs: Use NIR instead of the brw_geometry_program for GS metadata
Jason Ekstrand
2015-10-21
1
-1
/
+0
*
i965/gs: Move the mem_ctx argument to brw_compile_gs
Jason Ekstrand
2015-10-21
1
-2
/
+2
*
i965/gs: Set static_vertex_count unconditionally on GEN8+
Jason Ekstrand
2015-10-21
1
-1
/
+1
*
i965: Rename brw_foo_emit to brw_compile_foo
Jason Ekstrand
2015-10-19
1
-3
/
+3
*
i965/gs: Rework gs_emit to take a nir_shader and a brw_compiler
Jason Ekstrand
2015-10-19
1
-1
/
+5
*
i965: Move brw_get_shader_time_index() call out of emit functions
Kristian Høgsberg Kristensen
2015-10-08
1
-1
/
+5
*
i965: Move brw_dump_ir() out of brw_*_emit() functions
Kristian Høgsberg Kristensen
2015-10-08
1
-0
/
+3
*
i965: Move prog_data uniform setup to the codegen level
Jason Ekstrand
2015-10-02
1
-1
/
+4
*
i965: Move binding table setup to codegen time.
Jason Ekstrand
2015-10-02
1
-0
/
+19
*
i965: Pull stage_prog_data.nr_params out of the NIR shader
Jason Ekstrand
2015-10-02
1
-3
/
+2
*
i965: Get rid of prog_data compare functions
Jason Ekstrand
2015-09-30
1
-21
/
+0
*
i965: Implement "Static Vertex Count" geometry shader optimization.
Kenneth Graunke
2015-09-26
1
-0
/
+5
*
i965: Simplify handling of VUE map changes.
Kenneth Graunke
2015-09-26
1
-15
/
+1
*
i965/gs: Remove the dependency on the VS VUE map.
Kenneth Graunke
2015-09-26
1
-9
/
+14
*
i965: Don't re-layout varyings for separate shader programs.
Kenneth Graunke
2015-09-26
1
-3
/
+7
*
i965: Optimize VUE map comparisons.
Kenneth Graunke
2015-09-03
1
-2
/
+2
*
i965/gs: Don't reserve space for clip plane uniforms.
Kenneth Graunke
2015-09-03
1
-2
/
+0
*
i965: Remove the brw_vue_prog_key base class.
Kenneth Graunke
2015-09-03
1
-3
/
+4
*
i965: Remove legacy clip plane handling from geometry shaders.
Kenneth Graunke
2015-09-03
1
-11
/
+0
*
i965: Reserve enough parameter entries for all image uniforms used in the pro...
Francisco Jerez
2015-08-11
1
-0
/
+1
*
i965: Define and initialize image parameter structure.
Francisco Jerez
2015-08-11
1
-0
/
+3
*
i965/vec4: Move total_scratch calculation into the visitor.
Kenneth Graunke
2015-07-09
1
-4
/
+1
*
i965/vec4: Move perf_debug about register spilling into the visitor.
Kenneth Graunke
2015-07-09
1
-4
/
+0
*
i965: Rename brw_compile to brw_codegen
Jason Ekstrand
2015-04-22
1
-3
/
+3
*
i965: Use device_info instead of the context for computing vue maps
Jason Ekstrand
2015-04-22
1
-2
/
+4
*
i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)
Carl Worth
2015-04-02
1
-9
/
+9
*
i965: Split out per-stage dirty-bit checking into separate functions
Carl Worth
2015-04-02
1
-5
/
+11
*
i965: Split out brw_<stage>_populate_key into their own functions
Carl Worth
2015-04-02
1
-14
/
+25
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-4
/
+4
*
i965: Set nr_params to the number of uniform components in the VS/GS path.
Francisco Jerez
2015-03-20
1
-5
/
+1
*
i965/gs: Check newly-generated GS-out VUE map against correct stage
Chris Forbes
2015-03-01
1
-1
/
+1
*
i965: Perform program state upload outside of atom handling
Carl Worth
2015-02-23
1
-14
/
+8
*
i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/key
Kristian Høgsberg
2014-12-10
1
-3
/
+3
*
i965: Make vertex color clamp handling code VS specific.
Kenneth Graunke
2014-12-02
1
-6
/
+1
*
i965: Add _CACHE_ in brw_cache_id enum names.
Kenneth Graunke
2014-11-29
1
-2
/
+2
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-4
/
+6
*
i965: Pass gl_program pointers into precompile functions.
Kenneth Graunke
2014-11-24
1
-7
/
+5
*
i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].
Kenneth Graunke
2014-10-29
1
-0
/
+428
*
i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch].
Kenneth Graunke
2014-10-29
1
-259
/
+0
*
i965/gen6/gs: use brw_gs_prog atom instead of brw_ff_gs_prog
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+4
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-1
/
+1
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-1
/
+1
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
[next]