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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: add double/float conversion pseudo-opcodes
Iago Toral Quiroga
2017-01-03
4
-0
/
+58
*
i965/vec4: add support for printing DF immediates
Connor Abbott
2017-01-03
1
-0
/
+3
*
i965/vec4/nir: fix emitting 64-bit immediates
Iago Toral Quiroga
2017-01-03
1
-4
/
+18
*
i965/vec4/nir: set the right type for 64-bit registers
Connor Abbott
2017-01-03
1
-0
/
+3
*
i965/vec4/nir: support doubles in ALU operations
Iago Toral Quiroga
2017-01-03
1
-4
/
+7
*
i965/vec4/nir: Add bit-size information to types
Iago Toral Quiroga
2017-01-03
1
-4
/
+4
*
i965/vec4/nir: allocate two registers for dvec3/dvec4
Connor Abbott
2017-01-03
1
-3
/
+4
*
i965/vec4/nir: simplify glsl_type_for_nir_alu_type()
Connor Abbott
2017-01-03
1
-14
/
+2
*
i965/nir: double/dvec2 uniforms only need to be padded to a single vec4 slot
Samuel Iglesias Gonsálvez
2017-01-03
1
-1
/
+2
*
i965/fs: fix exec_size when emitting DIM instruction
Samuel Iglesias Gonsálvez
2017-01-03
1
-1
/
+1
*
st/mesa: get Version from gl_program rather than gl_shader_program
Timothy Arceri
2017-01-03
1
-4
/
+1
*
i965: stop passing gl_shader_program to brw_compile_gs() and gen6_gs_visitor()
Timothy Arceri
2017-01-03
5
-10
/
+6
*
i965: get InfoLog and LinkStatus via the shader program data pointer in gl_pr...
Timothy Arceri
2017-01-03
5
-12
/
+10
*
i965: eliminate gen6_xfb_enabled field in brw_gs_prog_data
Timothy Arceri
2017-01-03
5
-20
/
+11
*
i965: update brw_get_shader_time_index() not to take gl_shader_program
Timothy Arceri
2017-01-03
8
-25
/
+31
*
i965/miptree: Create a disable CCS flag
Ben Widawsky
2017-01-02
4
-20
/
+16
*
i965: Replace bool aux disable with enum
Ben Widawsky
2017-01-02
2
-13
/
+21
*
i965: Avoid NULL pointer dereference when transform feedback is off.
Kenneth Graunke
2016-12-30
1
-2
/
+2
*
glsl/mesa: add reference to gl_shader_program_data from gl_program
Timothy Arceri
2016-12-31
2
-0
/
+5
*
mesa: make union in gl_program a struct and add FIXME
Timothy Arceri
2016-12-31
1
-1
/
+5
*
i965/peephole_ffma: Use nir_builder
Jason Ekstrand
2016-12-30
1
-29
/
+14
*
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
5
-39
/
+0
*
i965: move compiled_once flag to brw_program
Timothy Arceri
2016-12-30
8
-48
/
+23
*
mesa/glsl: move BlendSupport bitfield to gl_program
Timothy Arceri
2016-12-30
2
-6
/
+15
*
mesa: store gl_program in gl_transform_feedback_object rather than gl_shader_...
Timothy Arceri
2016-12-30
5
-23
/
+21
*
mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_program
Timothy Arceri
2016-12-30
10
-22
/
+25
*
i965: get LinkedTransformFeedback from gl_transform_feedback_object
Timothy Arceri
2016-12-30
1
-20
/
+9
*
mesa: move _Used to gl_program
Timothy Arceri
2016-12-30
2
-5
/
+6
*
mesa/compiler: add local_size_variable to shader_info
Timothy Arceri
2016-12-30
1
-0
/
+1
*
mesa: pass gl_program to _mesa_append_uniforms_to_file()
Timothy Arceri
2016-12-30
3
-5
/
+4
*
glsl/mesa: set separate_shader directly in shader_info
Timothy Arceri
2016-12-30
1
-0
/
+1
*
mesa/glsl: move subroutine metadata to gl_program
Timothy Arceri
2016-12-30
3
-63
/
+66
*
mesa/compiler: add stage to shader_info
Timothy Arceri
2016-12-30
1
-0
/
+1
*
mesa/shaderobj: Fix races on refcounts
Chad Versace
2016-12-28
1
-10
/
+4
*
i965: Allow import/export of ARGB1555 images
Chad Versace
2016-12-27
1
-0
/
+3
*
mesa/texformat: Handle GL_RGBA + GL_UNSIGNED_SHORT_5_5_5_1
Chad Versace
2016-12-27
1
-0
/
+2
*
dri: Add __DRI_IMAGE_FORMAT_ARGB1555
Chad Versace
2016-12-27
1
-0
/
+4
*
i965/generator/tex: Handle an immediate sampler with an indirect texture
Jason Ekstrand
2016-12-23
2
-4
/
+12
*
i965: Use nir_opt_trivial_continues and nir_opt_if
Jason Ekstrand
2016-12-22
1
-0
/
+9
*
i965: make use of nir_lower_returns() for GL
Timothy Arceri
2016-12-23
2
-6
/
+2
*
i965: disable loop unrolling in GLSL IR
Timothy Arceri
2016-12-23
1
-1
/
+1
*
i965: use nir loop unrolling pass
Timothy Arceri
2016-12-23
2
-5
/
+20
*
nir: pass compiler rather than devinfo to functions that call nir_optimize
Timothy Arceri
2016-12-23
7
-21
/
+18
*
i965: use nir_lower_indirect_derefs() for GLSL
Timothy Arceri
2016-12-23
2
-17
/
+12
*
i965: allow sampler indirects on all gens
Timothy Arceri
2016-12-23
1
-4
/
+0
*
i965: allow unsourced enabled VAO
Juan A. Suarez Romero
2016-12-21
1
-7
/
+16
*
st/nine: Implement gallium nine CSMT
Patrick Rudolph
2016-12-20
1
-0
/
+5
*
driconf: Fix missing gettext
Axel Davy
2016-12-20
1
-1
/
+1
*
st/nine: Add new driconf options to control DISCARD behaviour
Axel Davy
2016-12-20
1
-0
/
+10
[next]