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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vc4: automake: remove unused include
Emil Velikov
2015-08-07
1
-1
/
+0
*
clover: Stub missing CL 1.2 functions.
Serge Martin (EdB)
2015-08-07
6
-8
/
+65
*
mesa: NULL check InfoLog
Marta Lofstedt
2015-08-07
1
-2
/
+2
*
i965/vec4: Fix indentation in vec4_visitor::evaluate_spill_costs
Iago Toral Quiroga
2015-08-07
1
-12
/
+12
*
i965/vec4: do not predicate scratch writes for BRW_OPCODE_SEL instructions
Iago Toral Quiroga
2015-08-07
1
-1
/
+2
*
glsl: remove stage ref generation for transform feedback
Timothy Arceri
2015-08-07
1
-6
/
+4
*
winsys/radeon: add a specific error message for cs_submit -> -ENOMEM
Marek Olšák
2015-08-07
1
-4
/
+8
*
winsys/radeon: add an interface for contexts
Marek Olšák
2015-08-07
10
-14
/
+55
*
gallium/radeon: unify buffer_wait and buffer_is_busy in the winsys interface
Marek Olšák
2015-08-07
9
-57
/
+46
*
radeonsi: rename enable_s3tc -> enable_compressed_formats
Marek Olšák
2015-08-06
1
-5
/
+4
*
gallium/radeon: add DRM and LLVM version to the renderer string
Marek Olšák
2015-08-06
2
-4
/
+24
*
radeonsi: always flush framebuffer caches at the beginning of IBs
Marek Olšák
2015-08-06
1
-1
/
+2
*
radeonsi: don't count the exact needed CS space if the CS is large enough
Marek Olšák
2015-08-06
1
-2
/
+11
*
radeonsi: don't crash when cleaning up after an incomplete context
Marek Olšák
2015-08-06
1
-7
/
+11
*
i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.
Matt Turner
2015-08-06
7
-20
/
+20
*
i965: Correct a mistake that always forced texture tiling.
Matt Turner
2015-08-06
1
-5
/
+3
*
i965: Request a miptree with no tiling intel_miptree_map_blit().
Matt Turner
2015-08-06
1
-1
/
+1
*
radeonsi: add a HUD query showing the number of shaders created
Marek Olšák
2015-08-06
4
-0
/
+17
*
radeonsi: add a HUD query showing the number of compiler invocations
Marek Olšák
2015-08-06
4
-1
/
+19
*
gallium/radeon: display cumulative results for some driver queries
Marek Olšák
2015-08-06
1
-2
/
+4
*
gallium/radeon: switch the buffer-wait-time query to microseconds
Marek Olšák
2015-08-06
2
-3
/
+3
*
gallium/radeon: change some driver query types to Hz
Marek Olšák
2015-08-06
1
-2
/
+2
*
gallium/hud: automatically print % if max_value == 100
Marek Olšák
2015-08-06
1
-6
/
+11
*
gallium/hud: fix printing % next to panes
Marek Olšák
2015-08-06
1
-1
/
+1
*
gallium/hud: replace assertions with clamping the unit index
Marek Olšák
2015-08-06
1
-19
/
+23
*
gallium,hud: allow displaying cumulative values instead of average
Marek Olšák
2015-08-06
4
-8
/
+36
*
gallium/hud: fix printing byte units
Marek Olšák
2015-08-06
1
-1
/
+1
*
gallium,hud: add support for Hz units in driver queries
Marek Olšák
2015-08-06
2
-0
/
+8
*
radeonsi: before storing tess levels, load them from LDS instead of temporary
Marek Olšák
2015-08-06
1
-79
/
+57
*
winsys/radeon: loosen up the requirements for how much memory IBs can use
Marek Olšák
2015-08-06
1
-4
/
+9
*
gallium/radeon: always use the llvm. prefix in intrinsic names
Marek Olšák
2015-08-06
1
-6
/
+16
*
radeon/winsys: increase the IB size for VM
Marek Olšák
2015-08-06
4
-6
/
+17
*
gallium/radeon: allow the winsys to choose the IB size
Marek Olšák
2015-08-06
11
-18
/
+18
*
gallium/radeon: suspend timer queries between IBs
Marek Olšák
2015-08-06
5
-25
/
+66
*
st/mesa: implement DrawTransformFeedbackStream
Marek Olšák
2015-08-06
3
-31
/
+34
*
mesa: save which transform feedback buffer is associated with which stream
Marek Olšák
2015-08-06
2
-0
/
+6
*
vbo: pass the stream from DrawTransformFeedbackStream to drivers
Marek Olšák
2015-08-06
19
-26
/
+39
*
mesa: handle no-op cases sooner in _mesa_[Client]ActiveTexture()
Brian Paul
2015-08-06
1
-10
/
+10
*
i965/fs: Lower arithmetic instructions with register regions of unsupported w...
Francisco Jerez
2015-08-06
1
-0
/
+62
*
i965/fs: Fix fs_inst::regs_read() for sources in the ATTR file.
Francisco Jerez
2015-08-06
1
-0
/
+1
*
i965/fs: Implement nir_op_imul/umul_high in terms of MULH.
Francisco Jerez
2015-08-06
1
-31
/
+2
*
i965/fs: Lower the MULH virtual instruction.
Francisco Jerez
2015-08-06
1
-0
/
+55
*
i965/fs: Indent the implementation of 32x32-bit MUL lowering by one level.
Francisco Jerez
2015-08-06
1
-130
/
+134
*
i965/fs: Lower 32x32 bit multiplication on BXT.
Francisco Jerez
2015-08-06
1
-2
/
+2
*
i965: Define virtual instruction to calculate the high 32 bits of a multiply.
Francisco Jerez
2015-08-06
6
-0
/
+13
*
glsl: Initialize patch member of glsl_struct_field
Michel Dänzer
2015-08-06
1
-0
/
+2
*
nir: add missing type to type_size_vec4()
Timothy Arceri
2015-08-05
1
-0
/
+2
*
mesa: Add missing check of format and type in glTexSubImageXD on GLES 3.0
Eduardo Lima Mitev
2015-08-05
1
-47
/
+69
*
mesa: Fix error returned by glCopyTexImage2D() upon an invalid internal format
Eduardo Lima Mitev
2015-08-05
1
-9
/
+9
*
mesa: Validate target before resolving tex obj in glTex(ture)SubImageXD
Eduardo Lima Mitev
2015-08-05
1
-15
/
+14
[prev]
[next]