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-05-03
i965/fs/skl+: Recognize sample_c_lz.
wip/sample_lz
Matt Turner
4
-5
/
+8
2016-05-03
i965/fs/skl+: Recognize sample_lz.
Matt Turner
6
-2
/
+24
2016-05-03
i965/fs/skl+: Prepare LOD-zero optimization for sample_lz.
Matt Turner
2
-23
/
+37
2016-05-03
i965/fs/skl+: Use ld_lz when the LOD parameter is zero
Neil Roberts
7
-0
/
+110
2016-05-03
i965: Define GEN_GE/GEN_LE macros in terms of GEN_LT.
Matt Turner
1
-2
/
+3
2016-05-03
i965: Add disassembler support for remaining opcodes.
Matt Turner
2
-18
/
+92
2016-05-03
i965: Make opcode_descs and gen_from_devinfo() static.
Matt Turner
2
-6
/
+2
2016-05-03
i965: Actually check whether the opcode is supported.
Matt Turner
2
-4
/
+3
2016-05-03
i965: Merge inst_info and opcode_desc tables.
Matt Turner
5
-149
/
+73
2016-05-03
i965: Move inst_info from brw_eu_validate.c to brw_eu.c.
Matt Turner
3
-245
/
+249
2016-05-03
i965/disasm: Wrap opcode_desc look-up in a function.
Francisco Jerez
5
-14
/
+42
2016-05-03
i965: Pass devinfo pointer to is_3src() helpers.
Francisco Jerez
8
-10
/
+11
2016-05-03
i965: Pass devinfo pointer to brw_instruction_name().
Francisco Jerez
4
-4
/
+5
2016-05-03
i965: Write a scalar TCS backend that runs in SINGLE_PATCH mode.
Kenneth Graunke
7
-15
/
+510
2016-05-03
i965: Rework the TCS passthrough shader to use NIR.
Kenneth Graunke
3
-56
/
+85
2016-05-03
gallium/util: change assertion to conditional in util_bitmask_destroy()
Brian Paul
1
-4
/
+4
2016-05-03
cso: null-out previously bound sampler states
Brian Paul
1
-1
/
+3
2016-05-03
svga: try to flag surfaces for sampling, in addition to rendering
Brian Paul
1
-0
/
+11
2016-05-03
svga: fix copying non-zero layers of 1D array textures
Brian Paul
1
-10
/
+12
2016-05-03
svga: clean up svga_pipe_blit.c
Brian Paul
1
-68
/
+13
2016-05-03
rbug: s/Elements/ARRAY_SIZE/
Brian Paul
1
-1
/
+1
2016-05-03
freedreno: s/Elements/ARRAY_SIZE/
Brian Paul
1
-1
/
+1
2016-05-03
trace: s/Elements/ARRAY_SIZE/
Brian Paul
1
-4
/
+4
2016-05-03
ilo: s/Elements/ARRAY_SIZE/
Brian Paul
14
-43
/
+43
2016-05-03
i915g: s/Elements/ARRAY_SIZE/
Brian Paul
6
-12
/
+12
2016-05-03
nvc0: compute a percentage for metric-achieved_occupancy
Samuel Pitoiset
1
-4
/
+4
2016-05-03
nvc0: display some performance metrics with a percentage
Samuel Pitoiset
1
-3
/
+3
2016-05-03
nvc0: store the driver query type for performance metrics
Samuel Pitoiset
1
-18
/
+22
2016-05-03
nvc0: fix exposing of metric-issue_slots for SM21/SM30
Samuel Pitoiset
1
-2
/
+22
2016-05-03
mesa/objectlabel: handle NULL src string
Mark Janes
1
-3
/
+4
2016-05-04
glsl: subroutine types cannot be used in constructors.
Dave Airlie
1
-0
/
+6
2016-05-04
glsl: resource is a reserved keyword in GLSL 4.20 as well
Dave Airlie
1
-1
/
+1
2016-05-03
gallium,utils: Fix trivial sign compare warnings
Jan Vesely
8
-21
/
+21
2016-05-03
anv: fix hang during generation of dev_icd.json.
Knut Andre Tidemann
1
-1
/
+1
2016-05-03
swrast: Add texfetch_funcs entries for astc 3d formats
Anuj Phogat
1
-1
/
+22
2016-05-03
mesa: Enable translation between astc 3d gl formats and mesa formats
Anuj Phogat
1
-0
/
+80
2016-05-03
mesa: Handle astc 3d formats in _mesa_get_compressed_formats()
Anuj Phogat
1
-0
/
+29
2016-05-03
mesa: Handle astc 3d formats in _mesa_base_tex_format()
Anuj Phogat
1
-2
/
+4
2016-05-03
mesa: Account for astc 3d formats in _mesa_is_astc_format()
Anuj Phogat
1
-3
/
+13
2016-05-03
mesa: Add a helper function is_astc_3d_format()
Anuj Phogat
1
-0
/
+32
2016-05-03
mesa: Add the missing defines for GL_OES_texture_compression_astc
Anuj Phogat
1
-0
/
+23
2016-05-03
mesa: Align the values of #define's in glheader.h
Anuj Phogat
1
-29
/
+29
2016-05-03
mesa: Add OES_texture_compression_astc to extension table and gl_extensions
Anuj Phogat
2
-0
/
+2
2016-05-03
mesa: Add entries for astc 3d formats initializing struct gl_format_info
Anuj Phogat
1
-0
/
+21
2016-05-03
mesa: Add mesa formats for astc 3d formats
Anuj Phogat
1
-0
/
+21
2016-05-03
glapi: Update dispatch XML files for OES_texture_compression_astc.xml
Anuj Phogat
3
-0
/
+64
2016-05-03
mesa: Account for block depth in _mesa_format_image_size()
Anuj Phogat
1
-21
/
+23
2016-05-03
mesa: Handle 3d block sizes in _mesa_compute_compressed_pixelstore
Anuj Phogat
1
-3
/
+3
2016-05-03
mesa: Handle 3d block sizes in teximage error checks
Anuj Phogat
1
-6
/
+13
2016-05-03
mesa: Handle 3d block sizes in getteximage error checks
Anuj Phogat
1
-4
/
+17
[next]