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
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
i965: Don't bail on vertex element processing if we need draw params.
Kenneth Graunke
2016-12-20
1
-17
/
+17
*
i965: keep gl_program shader info in sync after gather info
Timothy Arceri
2016-12-20
2
-2
/
+11
*
i965/vec4: Fix TCS output reads with non-zero component qualifiers.
Kenneth Graunke
2016-12-14
1
-5
/
+5
*
i965/disasm: Decode dataport constant cache control fields.
Francisco Jerez
2016-12-14
1
-0
/
+1
*
i965/fs: Remove the FS_OPCODE_SET_SIMD4X2_OFFSET virtual opcode.
Francisco Jerez
2016-12-14
4
-33
/
+0
*
i965/fs: Drop useless access mode override from pull constant generator code.
Francisco Jerez
2016-12-14
1
-2
/
+0
*
i965/fs: Fetch one cacheline of pull constants at a time.
Francisco Jerez
2016-12-14
2
-19
/
+18
*
i965/fs: Expose arbitrary pull constant load sizes to the IR.
Francisco Jerez
2016-12-14
4
-27
/
+26
*
i965: Factor out oword block read and write message control calculation.
Francisco Jerez
2016-12-14
2
-12
/
+8
*
i965/fs: Switch to the constant cache for uniform pull constants.
Francisco Jerez
2016-12-14
4
-91
/
+36
*
i965: Let the caller of brw_set_dp_write/read_message control the target cache.
Francisco Jerez
2016-12-14
3
-42
/
+43
*
i965/gen6+: Invalidate constant cache on brw_emit_mi_flush().
Francisco Jerez
2016-12-14
1
-0
/
+1
*
i965/miptree: Use intel_miptree_copy for maps
Jason Ekstrand
2016-12-13
1
-12
/
+8
*
i965/blit: Fix the src dimension sanity check in miptree_copy
Jason Ekstrand
2016-12-13
1
-2
/
+10
*
main: use new driver flag for conservative rasterization state
Lionel Landwerlin
2016-12-13
4
-6
/
+11
[next]