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_vs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Switch TCS gl_program/gl_shader_program checks over to TES.
Kenneth Graunke
2015-12-22
1
-1
/
+1
*
i965: Force VS -> TCS varyings to use the SSO VUE map layout.
Kenneth Graunke
2015-12-14
1
-1
/
+3
*
i965: De-duplicate key_debug() function.
Kenneth Graunke
2015-12-02
1
-10
/
+0
*
i965: Push down inclusion of brw_program.h.
Matt Turner
2015-11-24
1
-0
/
+1
*
i965: Convert scalar_* flags to a scalar_stage array.
Kenneth Graunke
2015-11-16
1
-3
/
+4
*
i965: Print input/output VUE maps on INTEL_DEBUG=vs, gs.
Kenneth Graunke
2015-11-13
1
-1
/
+5
*
i965: Do legacy userclipping in OpenGL ES 1.x contexts.
Ian Romanick
2015-10-30
1
-1
/
+2
*
mesa: replace UsesClipDistance with ClipDistanceArraySize
Marek Olšák
2015-10-20
1
-1
/
+1
*
i965/vs: Move URB entry_size and read_length calculations to compile_vs
Jason Ekstrand
2015-10-19
1
-34
/
+0
*
i965: Rename brw_foo_emit to brw_compile_foo
Jason Ekstrand
2015-10-19
1
-5
/
+5
*
i965/vs: Rework vs_emit to take a nir_shader and a brw_compiler
Jason Ekstrand
2015-10-19
1
-2
/
+14
*
i965/vs: Drop hack that created NIR for fixed function vertex programs.
Kenneth Graunke
2015-10-17
1
-12
/
+0
*
i965: Fix unsafe pointer when dumping VS/FS IR
Iago Toral Quiroga
2015-10-12
1
-1
/
+1
*
i965/vs: Fix a subtlety in the nr_attributes == 0 workaround.
Kenneth Graunke
2015-10-10
1
-5
/
+7
*
i965/vs: Unify URB entry size/read length calculations between backends.
Kenneth Graunke
2015-10-10
1
-0
/
+32
*
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_select_clip_planes() to brw_shader.cpp
Kristian Høgsberg Kristensen
2015-10-08
1
-25
/
+0
*
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
-0
/
+9
*
i965: Move binding table setup to codegen time.
Jason Ekstrand
2015-10-02
1
-0
/
+5
*
i965: Pull stage_prog_data.nr_params out of the NIR shader
Jason Ekstrand
2015-10-02
1
-12
/
+7
*
i965/vs: Move lazy NIR creation to codegen_vs_prog
Jason Ekstrand
2015-10-02
1
-0
/
+13
*
i965: Get rid of prog_data compare functions
Jason Ekstrand
2015-09-30
1
-21
/
+0
*
i965: Simplify handling of VUE map changes.
Kenneth Graunke
2015-09-26
1
-15
/
+0
*
i965: Don't re-layout varyings for separate shader programs.
Kenneth Graunke
2015-09-26
1
-2
/
+5
*
i965: Move perf_debug code to brw_codegen_*_prog()
Kristian Høgsberg Kristensen
2015-09-14
1
-5
/
+24
*
i965: Optimize VUE map comparisons.
Kenneth Graunke
2015-09-03
1
-2
/
+2
*
i965: Don't do legacy userclipping in non-compatibility contexts.
Kenneth Graunke
2015-09-03
1
-0
/
+1
*
i965: Remove the brw_vue_prog_key base class.
Kenneth Graunke
2015-09-03
1
-11
/
+11
*
i965: Delete the brw_vue_program_key::userclip_active flag.
Kenneth Graunke
2015-09-03
1
-11
/
+6
*
i965: Remove legacy clip plane handling from geometry shaders.
Kenneth Graunke
2015-09-03
1
-17
/
+8
*
i965: Reserve enough parameter entries for all image uniforms used in the pro...
Francisco Jerez
2015-08-11
1
-1
/
+2
*
i965: Define and initialize image parameter structure.
Francisco Jerez
2015-08-11
1
-1
/
+4
*
i965/vs: Get rid of brw_vs_compile completely.
Kenneth Graunke
2015-07-09
1
-12
/
+8
*
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: Split VUE map handling out of brw_vs.c into brw_vue_map.c.
Kenneth Graunke
2015-06-22
1
-102
/
+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
-3
/
+5
*
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
-9
/
+15
*
i965: Split out brw_<stage>_populate_key into their own functions
Carl Worth
2015-04-02
1
-23
/
+35
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-2
/
+2
*
i965: Set nr_params to the number of uniform components in the VS/GS path.
Francisco Jerez
2015-03-20
1
-9
/
+1
*
i965: Perform program state upload outside of atom handling
Carl Worth
2015-02-23
1
-18
/
+13
*
i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/key
Kristian Høgsberg
2014-12-10
1
-6
/
+6
*
i965: Compute VS attribute WA bits earlier and check if they changed.
Kenneth Graunke
2014-12-04
1
-37
/
+4
*
i965: Store floating point mode choice in brw_stage_prog_data.
Kenneth Graunke
2014-12-04
1
-0
/
+4
*
i965/vs: Set brw_vs_prog_key::clamp_vertex_color to 0 when irrelevant.
Kenneth Graunke
2014-12-02
1
-3
/
+8
*
i965: Make vertex color clamp handling code VS specific.
Kenneth Graunke
2014-12-02
1
-2
/
+3
[next]