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: Relax restriction on scheduling last instruction.
Matt Turner
2016-03-30
1
-20
/
+3
*
i965/vec4/tcs: Set conditional mod on TCS_OPCODE_SRC0_010_IS_ZERO.
Matt Turner
2016-03-30
2
-2
/
+3
*
Revert "i965: Don't add barrier deps for FB write messages."
Matt Turner
2016-03-30
1
-4
/
+3
*
i965: Simplify full scheduling-barrier conditions.
Matt Turner
2016-03-30
1
-27
/
+8
*
i965: Remove incorrect cycle estimates.
Matt Turner
2016-03-30
1
-10
/
+0
*
glsl: add transform feedback buffers to resource list
Timothy Arceri
2016-03-31
1
-1
/
+1
*
mesa: split transform feedback buffer into its own struct
Timothy Arceri
2016-03-31
3
-7
/
+7
*
glsl: use bitmask of active xfb buffer indices
Timothy Arceri
2016-03-31
1
-1
/
+1
*
i965: Don't inline intel_batchbuffer_require_space().
Matt Turner
2016-03-30
2
-26
/
+28
*
i965: Don't use CUBE wrap modes for integer formats on IVB/BYT.
Kenneth Graunke
2016-03-29
1
-1
/
+5
*
Revert "i965: Set address rounding bits for GL_NEAREST filtering as well."
Kenneth Graunke
2016-03-29
1
-6
/
+3
*
i965: Set address rounding bits for GL_NEAREST filtering as well.
Kenneth Graunke
2016-03-28
1
-3
/
+6
*
i965: Always use BRW_TEXCOORDMODE_CUBE when seamless filtering.
Kenneth Graunke
2016-03-28
1
-3
/
+1
*
i965: Fix brw_render_cache_set_check_flush's PIPE_CONTROLs.
Kenneth Graunke
2016-03-28
2
-3
/
+22
*
i965: Whack UAV bit when FS discards and there are no color writes.
Kenneth Graunke
2016-03-28
1
-2
/
+7
*
mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...
Bas Nieuwenhuizen
2016-03-24
6
-12
/
+14
*
i965/peephole_ffma: Don't fuse exact adds
Jason Ekstrand
2016-03-23
1
-1
/
+3
*
i965/fs: Don't constant-fold RCP
Jason Ekstrand
2016-03-22
1
-15
/
+0
*
i965: Remove the RCP+RSQ algebraic optimizations
Jason Ekstrand
2016-03-22
2
-22
/
+0
*
i965: Have NIR lower flrp on pre-GEN6 vec4 backend
Ian Romanick
2016-03-22
1
-2
/
+26
*
i965: fix invalid memory write
Marc-André Lureau
2016-03-21
1
-1
/
+1
*
i965: Fix assert conditions for src/dst x/y offsets
Anuj Phogat
2016-03-21
1
-3
/
+3
*
i965/blorp: Make BlitFramebuffer() do sRGB encoding in ES 3.x.
Kenneth Graunke
2016-03-21
1
-1
/
+4
*
i965/blorp: Refactor sRGB encoding/decoding.
Kenneth Graunke
2016-03-21
4
-11
/
+23
*
i965: Stop XY clipping point and line primitives.
Kenneth Graunke
2016-03-18
1
-1
/
+7
*
i965: Scissor to the viewport when rendering points/lines.
Kenneth Graunke
2016-03-18
2
-5
/
+8
*
i965: Include the viewport in the scissor rectangle.
Kenneth Graunke
2016-03-18
1
-4
/
+4
*
i965: Introduce an is_drawing_lines() helper.
Kenneth Graunke
2016-03-18
1
-0
/
+30
*
i965: Move is_drawing_points to brw_state.h.
Kenneth Graunke
2016-03-18
2
-24
/
+24
*
i965: Fix gl_TessLevelOuter[] for isolines.
Kenneth Graunke
2016-03-18
2
-6
/
+22
*
i965: Decode non-normalized coordinates bit in SAMPLER_STATE.
Kenneth Graunke
2016-03-18
1
-2
/
+3
*
i965: Account for TES in is_drawing_points().
Kenneth Graunke
2016-03-18
1
-1
/
+8
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
1
-2
/
+5
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
6
-63
/
+63
*
nir: update opcode definitions for different bit sizes
Connor Abbott
2016-03-17
1
-0
/
+18
*
i965/nir: fix check to resolve booleans to work with sized nir_alu_type
Samuel Iglesias Gonsálvez
2016-03-17
1
-1
/
+1
*
i965/nir: Lower nir compute shader shared variables
Jordan Justen
2016-03-17
3
-0
/
+11
*
i965: Skip execution size adjustment for instructions of width 4
Iago Toral Quiroga
2016-03-17
1
-1
/
+13
*
i965/vec4/gen6: fix exec_size for MOV with a width of 4 in generate_gs_ff_sync()
Samuel Iglesias Gonsalvez
2016-03-17
1
-1
/
+3
*
i965/vec4/gen6: fix exec_size for instructions with destination width of 4
Samuel Iglesias Gonsalvez
2016-03-17
1
-0
/
+6
*
i965/vec4/gen6: fix exec_size for instructions with width of 4 in generate_gs...
Samuel Iglesias Gonsalvez
2016-03-17
1
-0
/
+3
*
i965/gs/gen6: fix execsize for instructions with width of 4 in gen6_sol_progr...
Samuel Iglesias Gonsalvez
2016-03-17
1
-1
/
+10
*
i965: set correct execsize for MOVS with a width of 4 in brw_find_live_channel
Iago Toral Quiroga
2016-03-17
1
-0
/
+3
*
i965/eu: set execution size for SEND message in brw_send_indirect_message
Iago Toral Quiroga
2016-03-17
1
-0
/
+3
*
i965/fs: Set exec size for gen7 pull const loads
Iago Toral Quiroga
2016-03-17
1
-0
/
+1
*
i965/eu: set correct execution size in brw_NOP
Iago Toral Quiroga
2016-03-17
1
-2
/
+3
*
meta: Don't use integer handles for shaders or programs.
Kenneth Graunke
2016-03-16
3
-33
/
+39
*
meta: Use the _mesa_meta_compile_and_link_program helper more places.
Kenneth Graunke
2016-03-16
1
-11
/
+3
*
meta: Use ARB_explicit_attrib_location in the rest of the meta shaders.
Kenneth Graunke
2016-03-16
1
-2
/
+2
*
i965/fs: Restrict inequality that can only hold equal in saturate propagation.
Francisco Jerez
2016-03-14
1
-1
/
+1
[next]