index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
compiler
/
glsl
/
link_varyings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: simplify varying matching
Nicolai Hähnle
2017-06-13
1
-32
/
+9
*
glsl: Fix gl_shader_stage enum unsigned comparison
Rob Herring
2017-06-08
1
-3
/
+3
*
glsl: use ARB_enhahnced_layouts for packing where possible
Timothy Arceri
2017-04-24
1
-0
/
+70
*
glsl: disable varying packing for varying used by interpolateAt*
Timothy Arceri
2017-04-24
1
-4
/
+13
*
glsl: make use of glsl_type::is_array()
Samuel Pitoiset
2017-04-21
1
-1
/
+1
*
glsl: use last_vert_prog to get last {clip,cull}_distance_array_size
Timothy Arceri
2017-01-23
1
-2
/
+4
*
st/mesa/glsl: change xfb_program field to last_vert_prog
Timothy Arceri
2017-01-23
1
-1
/
+4
*
mesa/glsl: move TransformFeedbackBufferStride to gl_shader
Timothy Arceri
2017-01-19
1
-2
/
+3
*
glsl: exit loop early if we find xfb layout qualifers
Timothy Arceri
2017-01-19
1
-0
/
+1
*
glsl: make a bunch of varying linking functions static
Timothy Arceri
2017-01-19
1
-6
/
+6
*
glsl: move more varying linking code to link_varyings.cpp
Timothy Arceri
2017-01-19
1
-0
/
+157
*
Revert recent GLSL slot counting fiasco.
Kenneth Graunke
2017-01-07
1
-2
/
+2
*
glsl: Create and use a new ir_variable::count_attribute_slots() wrapper.
Kenneth Graunke
2017-01-06
1
-2
/
+2
*
mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_program
Timothy Arceri
2016-12-30
1
-18
/
+16
*
st/mesa/glsl: move Version to gl_shader_program_data
Timothy Arceri
2016-12-02
1
-4
/
+4
*
linker: Remove unnecessary overload of program_resource_visitor::visit_field
Ian Romanick
2016-11-10
1
-3
/
+4
*
glsl: record number of components used in each slot for varying packing
Ilia Mirkin
2016-11-09
1
-3
/
+13
*
glsl: fix slot_end calculations and simplify reserved_slots check
Ilia Mirkin
2016-11-09
1
-26
/
+20
*
Revert "glsl: move xfb BufferStride into gl_transform_feedback_info"
Timothy Arceri
2016-09-24
1
-2
/
+2
*
glsl: move xfb BufferStride into gl_transform_feedback_info
Timothy Arceri
2016-09-24
1
-2
/
+2
*
glsl: remove interpolateAt* instructions for demoted inputs
Marek Olšák
2016-09-16
1
-0
/
+5
*
glsl: Convert link_varyings to the util hash table
Thomas Helland
2016-09-12
1
-25
/
+33
*
glsl: Only force varyings to be flat when varying packing.
Kenneth Graunke
2016-09-01
1
-2
/
+3
*
glsl: Fix invariant matching in GLSL 4.30 and GLSL ES 1.00.
Kenneth Graunke
2016-08-11
1
-1
/
+19
*
glsl: free hash tables earlier
Timothy Arceri
2016-07-28
1
-7
/
+3
*
glsl: re-enable varying packing in GL4.4+
Timothy Arceri
2016-07-22
1
-30
/
+24
*
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
2016-07-17
1
-3
/
+3
*
glsl: Pack integer and double varyings as flat even if interpolation mode is ...
Ian Romanick
2016-07-05
1
-1
/
+2
*
glsl/mesa: move duplicate shader fields into new struct gl_shader_info
Timothy Arceri
2016-06-30
1
-1
/
+1
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-7
/
+10
*
mesa/glsl: stop using GL shader type internally
Timothy Arceri
2016-06-16
1
-1
/
+1
*
glsl: fix component overlap validation for doubles
Timothy Arceri
2016-06-12
1
-5
/
+5
*
glsl: fix max varyings count for ARB_enhanced_layouts
Timothy Arceri
2016-06-12
1
-12
/
+13
*
glsl/link_varyings: switch to 64bit check instead of double.
Dave Airlie
2016-06-09
1
-1
/
+1
*
glsl: use new interfaces for 64-bit checks.
Dave Airlie
2016-06-09
1
-2
/
+2
*
glsl: for anonymous struct matching use without_array() (v3)
Dave Airlie
2016-06-06
1
-3
/
+20
*
glsl/linker: fix multiple streams transform feedback.
Dave Airlie
2016-06-01
1
-15
/
+17
*
Revert "glsl: fix xfb_offset unsized array validation"
Timothy Arceri
2016-06-01
1
-0
/
+23
*
glsl: fix xfb_offset unsized array validation
Timothy Arceri
2016-05-30
1
-23
/
+0
*
mesa/program_interface_query: fix transform feedback varyings.
Dave Airlie
2016-05-30
1
-34
/
+47
*
glsl: fix explicit location validation for doubles
Timothy Arceri
2016-05-24
1
-1
/
+3
*
glsl/linker: attempt to match anonymous structures at link
Dave Airlie
2016-05-19
1
-9
/
+15
*
glsl/linker: Fix trivial typos in comments
Ian Romanick
2016-05-18
1
-5
/
+5
*
glsl/linker: Fix some formatting to match current coding conventions
Ian Romanick
2016-05-18
1
-8
/
+6
*
glsl/linker: Silence unused parameter warning
Ian Romanick
2016-05-18
1
-5
/
+3
*
glsl: make reserved_varying_slot() static
Timothy Arceri
2016-05-17
1
-1
/
+1
*
glsl: include per-patch varyings when generating reserved slot bitfield
Timothy Arceri
2016-05-17
1
-3
/
+6
*
glsl: remove remainings tabs in link_varyings.cpp
Timothy Arceri
2016-05-17
1
-2
/
+2
*
glsl: fix location and component packing validation on patches
Timothy Arceri
2016-05-17
1
-1
/
+2
*
glsl: Add arb_cull_distance support (v3)
Tobias Klausmann
2016-05-14
1
-0
/
+10
[next]