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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
freedreno/ir3: remove a couple redundant is_flow()s
Rob Clark
2016-05-04
2
-2
/
+2
*
freedreno/ir3: cp small negative integers too
Rob Clark
2016-05-04
1
-1
/
+2
*
freedreno/ir3: fix # of registers
Rob Clark
2016-05-04
1
-1
/
+1
*
freedreno/ir3: lower immeds to const
Rob Clark
2016-05-04
3
-4
/
+80
*
freedreno/ir3: add ir3_cp_ctx
Rob Clark
2016-05-04
3
-12
/
+22
*
add REVIEWERS and get_reviewer.pl script
Rob Clark
2016-05-04
2
-0
/
+2407
*
nouveau/video: properly detect the decoder class for availability checks
Ilia Mirkin
2016-05-04
1
-8
/
+17
*
i965: Delete stale perf_debug().
Kenneth Graunke
2016-05-04
1
-2
/
+0
*
i965: Silence unused variable warning
Kenneth Graunke
2016-05-04
1
-2
/
+0
*
mesa/main: handle double uniform matrices properly
Juan A. Suarez Romero
2016-05-04
1
-1
/
+1
*
nir: Separate 32 and 64-bit fmod lowering
Samuel Iglesias Gonsálvez
2016-05-04
3
-4
/
+6
*
nir/lower_double_ops: lower mod()
Samuel Iglesias Gonsálvez
2016-05-04
2
-1
/
+31
*
i965: Define GEN_GE/GEN_LE macros in terms of GEN_LT.
Matt Turner
2016-05-03
1
-2
/
+3
*
i965: Add disassembler support for remaining opcodes.
Matt Turner
2016-05-03
2
-18
/
+92
*
i965: Make opcode_descs and gen_from_devinfo() static.
Matt Turner
2016-05-03
2
-6
/
+2
*
i965: Actually check whether the opcode is supported.
Matt Turner
2016-05-03
2
-4
/
+3
*
i965: Merge inst_info and opcode_desc tables.
Matt Turner
2016-05-03
5
-149
/
+73
*
i965: Move inst_info from brw_eu_validate.c to brw_eu.c.
Matt Turner
2016-05-03
3
-245
/
+249
*
i965/disasm: Wrap opcode_desc look-up in a function.
Francisco Jerez
2016-05-03
5
-14
/
+42
*
i965: Pass devinfo pointer to is_3src() helpers.
Francisco Jerez
2016-05-03
8
-10
/
+11
*
i965: Pass devinfo pointer to brw_instruction_name().
Francisco Jerez
2016-05-03
4
-4
/
+5
*
i965: Write a scalar TCS backend that runs in SINGLE_PATCH mode.
Kenneth Graunke
2016-05-03
7
-15
/
+510
*
i965: Rework the TCS passthrough shader to use NIR.
Kenneth Graunke
2016-05-03
3
-56
/
+85
*
gallium/util: change assertion to conditional in util_bitmask_destroy()
Brian Paul
2016-05-03
1
-4
/
+4
*
cso: null-out previously bound sampler states
Brian Paul
2016-05-03
1
-1
/
+3
*
svga: try to flag surfaces for sampling, in addition to rendering
Brian Paul
2016-05-03
1
-0
/
+11
*
svga: fix copying non-zero layers of 1D array textures
Brian Paul
2016-05-03
1
-10
/
+12
*
svga: clean up svga_pipe_blit.c
Brian Paul
2016-05-03
1
-68
/
+13
*
rbug: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
1
-1
/
+1
*
freedreno: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
1
-1
/
+1
*
trace: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
1
-4
/
+4
*
ilo: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
14
-43
/
+43
*
i915g: s/Elements/ARRAY_SIZE/
Brian Paul
2016-05-03
6
-12
/
+12
*
nvc0: compute a percentage for metric-achieved_occupancy
Samuel Pitoiset
2016-05-03
1
-4
/
+4
*
nvc0: display some performance metrics with a percentage
Samuel Pitoiset
2016-05-03
1
-3
/
+3
*
nvc0: store the driver query type for performance metrics
Samuel Pitoiset
2016-05-03
1
-18
/
+22
*
nvc0: fix exposing of metric-issue_slots for SM21/SM30
Samuel Pitoiset
2016-05-03
1
-2
/
+22
*
mesa/objectlabel: handle NULL src string
Mark Janes
2016-05-03
1
-3
/
+4
*
glsl: subroutine types cannot be used in constructors.
Dave Airlie
2016-05-04
1
-0
/
+6
*
glsl: resource is a reserved keyword in GLSL 4.20 as well
Dave Airlie
2016-05-04
1
-1
/
+1
*
gallium,utils: Fix trivial sign compare warnings
Jan Vesely
2016-05-03
8
-21
/
+21
*
anv: fix hang during generation of dev_icd.json.
Knut Andre Tidemann
2016-05-03
1
-1
/
+1
*
swrast: Add texfetch_funcs entries for astc 3d formats
Anuj Phogat
2016-05-03
1
-1
/
+22
*
mesa: Enable translation between astc 3d gl formats and mesa formats
Anuj Phogat
2016-05-03
1
-0
/
+80
*
mesa: Handle astc 3d formats in _mesa_get_compressed_formats()
Anuj Phogat
2016-05-03
1
-0
/
+29
*
mesa: Handle astc 3d formats in _mesa_base_tex_format()
Anuj Phogat
2016-05-03
1
-2
/
+4
*
mesa: Account for astc 3d formats in _mesa_is_astc_format()
Anuj Phogat
2016-05-03
1
-3
/
+13
*
mesa: Add a helper function is_astc_3d_format()
Anuj Phogat
2016-05-03
1
-0
/
+32
*
mesa: Add the missing defines for GL_OES_texture_compression_astc
Anuj Phogat
2016-05-03
1
-0
/
+23
*
mesa: Align the values of #define's in glheader.h
Anuj Phogat
2016-05-03
1
-29
/
+29
[prev]
[next]