index
:
~mattst88/mesa
add-f-d-d
arb_gpu_shader5
ballot
bug-109404
compact
dead/csel
dead/double-scheduler
dead/g45-transposed-read
dead/i965-sched-v3
dead/lround
dead/lround2
dead/lvn
dead/nir-vec4-rc
dead/pspom
dead/spf
dead/validate-old
dead/vec4-neg-mul-cse
dead/vec4-rc
dead/vector-logic
deferred/locking
deferred/no-peephole-sel
double-scheduler
experiment/brwinst-struct
experiment/cfg
experiment/demorgan-reverse
experiment/fsgenerator
experiment/glsl_ir_ssa
experiment/opt-1-minus-x-into-swiz
experiment/sample_lz
experiment/single-i965-gen
experiment/ssa
experiment/ssa-before-fixups
for-mark
for-rafael
fp64
jenkins
lvn
master
musl
sched
sched-eot
single-i965-gen
tag/oct-18-2013
tag/oct-2-2014
tag/oct-2-2014-2
vec4-lower-int-mul
vf-component-packing
wip/arb_shader_group_vote
wip/bool
wip/const-vf
wip/const-vf2
wip/dot
wip/gen4-optimize-int-conv
wip/lround
wip/nir-gvn
wip/nir-optimization-progress
wip/packing
wip/pending-scheduler
wip/predicate-block
wip/sample_lz
wip/sched-eot
wip/unorm
wip/validate
wip/vec4-builder
wip/vec4-lower-int-mul
mattst88's mesa repository
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-18
i965/cfg: Ignore non-CF instructions in unreachable blocks.
wip/nir-gvn
Matt Turner
1
-0
/
+11
2016-08-18
i965/fs: Bail out of opt_sampler_eot() if last instruction isn't EOT.
Matt Turner
1
-1
/
+2
2016-08-17
i965/cfg: Factor common code out of switch statement.
Matt Turner
1
-8
/
+2
2016-08-10
i965/vec4: Make opt_vector_float reset at the top of each block
Jason Ekstrand
1
-80
/
+82
2016-08-10
i965/nir: Use GCM and GVN
Jason Ekstrand
1
-0
/
+1
2016-08-10
nir/gcm: Add value numbering support
Jason Ekstrand
2
-6
/
+25
2016-08-10
nir/gcm: Call nir_metadata_preserve
Jason Ekstrand
1
-0
/
+3
2016-08-08
anv/pipeline/gen7: Set multisample modes
Lionel Landwerlin
3
-3
/
+14
2016-08-08
anv/pipeline: rename info to rs_info in emit_rs_state
Lionel Landwerlin
1
-8
/
+8
2016-08-08
Revert "glsl: don't try to lower non-gl builtins as if they were gl_FragData"
Marek Olšák
1
-2
/
+1
2016-08-08
egl/android: Add support for YV12 pixel format (v2)
Tomasz Figa
1
-6
/
+50
2016-08-08
st/mesa: Make Gallium's BlitFramebuffer follow the GL 4.4 sRGB rules.
Kenneth Graunke
1
-4
/
+16
2016-08-08
meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules.
Kenneth Graunke
1
-54
/
+30
2016-08-08
i965: Make BLORP's BlitFramebuffer follow the GL 4.4 sRGB rules.
Kenneth Graunke
1
-2
/
+5
2016-08-08
i965: Make BLORP do sRGB encode/decode on ES 2 as well.
Kenneth Graunke
1
-2
/
+2
2016-08-08
Revert "st/mesa: use sRGB formats for MSAA resolving if destination is sRGB"
Kenneth Graunke
1
-32
/
+0
2016-08-08
i965: Drop the "do resolves in sRGB" hack.
Kenneth Graunke
1
-24
/
+0
2016-08-08
i965: Bail on the BLT path if BlitFramebuffer requires sRGB conversion.
Kenneth Graunke
2
-2
/
+10
2016-08-08
egl/android: Make get_fourcc() accept HAL formats
Tomasz Figa
1
-9
/
+11
2016-08-08
egl/android: Refactor image creation to separate flink and prime paths (v2)
Tomasz Figa
1
-42
/
+57
2016-08-08
egl/android: Respect buffer mask in droid_image_get_buffers (v2)
Tomasz Figa
1
-5
/
+15
2016-08-08
egl/android: Remove unused variables in droid_get_buffers_with_format()
Tomasz Figa
1
-3
/
+0
2016-08-08
anv/pipeline/gen7: Set the depth format in 3DSTATE_SF
Jason Ekstrand
3
-2
/
+25
2016-08-08
isl: Add a helper for getting a depth format from an isl_format
Jason Ekstrand
2
-0
/
+26
2016-08-08
anv/pipeline: Unify 3DSTATE_RASTER and 3DSTATE_SF setup between gen7 and gen8
Jason Ekstrand
3
-91
/
+62
2016-08-08
anv/pipeline/gen8: Set 3DSTATE_SF::StatisticsEnable
Jason Ekstrand
1
-0
/
+1
2016-08-08
anv/pipeline/gen8: Unconditionally set DXMultisampleRasterizaitonEnable
Jason Ekstrand
1
-9
/
+2
2016-08-08
anv/pipeline/gen8: Use fewer designated initializers in emit_rs_state
Jason Ekstrand
1
-26
/
+27
2016-08-08
genxml: Make 3DSTATE_SF more consistent between gen7 and gen8+
Jason Ekstrand
3
-6
/
+12
2016-08-08
anv/pipeline/gen8: Remove an old comment
Jason Ekstrand
1
-2
/
+0
2016-08-08
mesa: Skip ES 3.0/3.1 transform feedback primitive counting error.
Kenneth Graunke
1
-1
/
+17
2016-08-08
mesa: Share code between _mesa_validate_DrawArrays[_Instanced].
Kenneth Graunke
1
-64
/
+25
2016-08-08
glsl: Implicitly enable OES_shader_io_blocks if geom/tess are enabled.
Kenneth Graunke
1
-0
/
+11
2016-08-08
glsl: Expose gl_PointSize if OES/EXT_tessellation_point_size is enabled.
Kenneth Graunke
1
-1
/
+5
2016-08-08
glsl: Add extension plumbing for OES/EXT_tessellation_shader.
Kenneth Graunke
4
-3
/
+19
2016-08-08
mesa: Move tessellation shader gets to GL_CORE, GLES31 section.
Kenneth Graunke
1
-33
/
+36
2016-08-08
mesa: Add {OES,EXT}_tessellation_shader to the extensions table.
Kenneth Graunke
2
-2
/
+9
2016-08-08
mapi: Add PatchParameteriOES and PatchParameteriEXT.
Kenneth Graunke
2
-0
/
+13
2016-08-08
radeonsi: add has_draw_indirect_multi flag
Nicolai Hähnle
3
-1
/
+14
2016-08-08
radeonsi: transpose indirect/index draw dispatch
Nicolai Hähnle
1
-45
/
+31
2016-08-08
radeonsi: move index buffer calculations in si_emit_draw_packets up
Nicolai Hähnle
1
-9
/
+12
2016-08-08
radeonsi: unify emitting PKT3_SET_BASE for indirect draws
Nicolai Hähnle
1
-16
/
+9
2016-08-08
winsys/amdgpu: query ME/PFP/CE firmware versions
Nicolai Hähnle
3
-0
/
+28
2016-08-08
radeonsi: move spi_ps_input_addr override outside of the loop
Nicolai Hähnle
1
-3
/
+3
2016-08-08
radeonsi: drop unnecessary u_pstipple.h include
Nicolai Hähnle
1
-1
/
+0
2016-08-08
radeonsi: do not pass the return type to buffer_load_const
Nicolai Hähnle
1
-18
/
+18
2016-08-07
glsl: Combine GS and TES array resizing visitors.
Kenneth Graunke
1
-72
/
+35
2016-08-07
glsl: Fix location bias for patch variables.
Kenneth Graunke
1
-0
/
+3
2016-08-07
glsl: Fix the program resource names of gl_TessLevelOuter/Inner[].
Kenneth Graunke
1
-0
/
+12
2016-08-07
glsl: Delete bogus ir_set_program_inouts assert.
Kenneth Graunke
1
-3
/
+7
[next]