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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/vec4/nir: implement double comparisons
Iago Toral Quiroga
2017-01-03
1
-3
/
+19
*
i965/vec4: implement double packing
Iago Toral Quiroga
2017-01-03
1
-0
/
+11
*
i965/vec4: implement double unpacking
Iago Toral Quiroga
2017-01-03
1
-0
/
+12
*
i965/vec4: don't copy propagate vector opcodes that operate in align1 mode
Iago Toral Quiroga
2017-01-03
1
-0
/
+24
*
i965/vec4: Fix DCE for VEC4_OPCODE_SET_{LOW,HIGH}_32BIT
Iago Toral Quiroga
2017-01-03
2
-1
/
+8
*
i965/vec4: add VEC4_OPCODE_SET_{LOW,HIGH}_32BIT opcodes
Iago Toral Quiroga
2017-01-03
4
-0
/
+35
*
i965/vec4: add VEC4_OPCODE_PICK_{LOW,HIGH}_32BIT opcodes
Iago Toral Quiroga
2017-01-03
4
-0
/
+35
*
i965/vec4: add dst_null_df()
Iago Toral Quiroga
2017-01-03
1
-0
/
+5
*
i965/vec4: We only support 32-bit integer ALU operations for now
Iago Toral Quiroga
2017-01-03
1
-18
/
+53
*
i965/disasm: align16 DF source regions have a width of 2
Iago Toral Quiroga
2017-01-03
1
-1
/
+4
*
i965/vec4: set correct register regions for 32-bit and 64-bit
Iago Toral Quiroga
2017-01-03
1
-4
/
+9
*
i965: add brw_vecn_grf()
Connor Abbott
2017-01-03
1
-0
/
+6
*
i965/vec4: translate d2f/f2d
Iago Toral Quiroga
2017-01-03
1
-0
/
+24
*
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
*
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
*
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
2
-12
/
+0
*
i965: move compiled_once flag to brw_program
Timothy Arceri
2016-12-30
8
-48
/
+23
*
mesa: store gl_program in gl_transform_feedback_object rather than gl_shader_...
Timothy Arceri
2016-12-30
2
-5
/
+4
*
mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_program
Timothy Arceri
2016-12-30
4
-9
/
+10
*
i965: get LinkedTransformFeedback from gl_transform_feedback_object
Timothy Arceri
2016-12-30
1
-20
/
+9
*
i965: Allow import/export of ARGB1555 images
Chad Versace
2016-12-27
1
-0
/
+3
*
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
[prev]
[next]