index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: invalidate pipeline status after glUseProgramStages
Tapani Pälli
2015-12-10
1
-0
/
+2
*
mesa/varray: set double arrays to non-normalised.
Dave Airlie
2015-12-10
1
-1
/
+1
*
clover: Fix build against LLVM 3.8 SVN >= r255078
Michel Dänzer
2015-12-10
1
-0
/
+4
*
mesa: fix ID usage for buffer warnings
Brian Paul
2015-12-09
1
-6
/
+12
*
freedreno: little clean up in fd_create_surface
Serge Martin
2015-12-09
1
-15
/
+16
*
freedreno: change to goto fail
Serge Martin
2015-12-09
1
-4
/
+2
*
freedreno: fix bind_sampler_states when hwcso is NULL
Serge Martin
2015-12-09
3
-0
/
+9
*
gallium/util: Make u_prims_for_vertices() safe
Edward O'Callaghan
2015-12-09
1
-0
/
+3
*
nv50,nvc0: fix use-after-free when vertex buffers are unbound
Patrick Rudolph
2015-12-09
2
-7
/
+6
*
mesa: Fix a typo in a comment
Andreas Boll
2015-12-09
1
-1
/
+1
*
glx: Fix a typo in a comment
Andreas Boll
2015-12-09
1
-1
/
+1
*
st/osmesa: Fix a typo in a comment
Andreas Boll
2015-12-09
1
-1
/
+1
*
meta: Fix a typo in a print message
Andreas Boll
2015-12-09
1
-1
/
+1
*
mesa: Fix typos in print messages
Andreas Boll
2015-12-09
2
-2
/
+2
*
glsl: Fix a typo in a comment
Andreas Boll
2015-12-09
1
-1
/
+1
*
svga: initialize pipe_driver_query_info entries with a macro
Brian Paul
2015-12-09
1
-15
/
+28
*
mesa: detect inefficient buffer use and report through debug output
Brian Paul
2015-12-09
2
-0
/
+59
*
i965: Resolve color and flush for all active shader images in intel_update_st...
Francisco Jerez
2015-12-09
1
-0
/
+18
*
i965: Document inconsistent units the URB size is represented in.
Francisco Jerez
2015-12-09
2
-1
/
+12
*
i965: Hook up L3 partitioning state atom.
Francisco Jerez
2015-12-09
2
-2
/
+6
*
i965: Work around L3 state leaks during context switches.
Francisco Jerez
2015-12-09
4
-5
/
+73
*
i965: Add debug flag to print out the new L3 state during transitions.
Francisco Jerez
2015-12-09
3
-0
/
+19
*
i965: Implement L3 state atom.
Francisco Jerez
2015-12-09
3
-0
/
+88
*
i965: Calculate appropriate L3 partition weights for the current pipeline state.
Francisco Jerez
2015-12-09
2
-0
/
+54
*
i965: Implement selection of the closest L3 configuration based on a vector o...
Francisco Jerez
2015-12-09
1
-0
/
+95
*
i965: Define and use REG_MASK macro to make masked MMIO writes slightly more ...
Francisco Jerez
2015-12-09
4
-3
/
+9
*
i965/hsw: Enable L3 atomics.
Francisco Jerez
2015-12-09
1
-0
/
+14
*
i965: Implement programming of the L3 configuration.
Francisco Jerez
2015-12-09
1
-0
/
+95
*
i965: Import tables enumerating the set of validated L3 configurations.
Francisco Jerez
2015-12-09
2
-0
/
+168
*
i965: Add slice count to the brw_device_info structure.
Francisco Jerez
2015-12-09
2
-0
/
+25
*
i965/gen8: Don't add workaround bits to PIPE_CONTROL stalls if DC flush is set.
Francisco Jerez
2015-12-09
1
-1
/
+3
*
i965: Define state flag to signal that the URB size has been altered.
Francisco Jerez
2015-12-09
3
-0
/
+6
*
i965: Keep track of whether LRI is allowed in the context struct.
Francisco Jerez
2015-12-09
2
-1
/
+8
*
i965: Adjust gen check in can_do_pipelined_register_writes
Francisco Jerez
2015-12-09
1
-2
/
+5
*
i965: Define symbolic constants for some useful L3 cache control registers.
Francisco Jerez
2015-12-09
1
-0
/
+53
*
radeonsi: handle loading doubles as geometry shader inputs.
Dave Airlie
2015-12-09
1
-4
/
+16
*
radeonsi: handle doubles in lds load path.
Dave Airlie
2015-12-09
1
-0
/
+8
*
r600: handle geometry dynamic input array index
Dave Airlie
2015-12-09
1
-2
/
+11
*
r600g: fix geom shader input indirect indexing.
Dave Airlie
2015-12-09
1
-2
/
+30
*
r600g: fix outputing to non-0 buffers for stream 0.
Dave Airlie
2015-12-09
1
-2
/
+4
*
r600: Add ARB_copy_image support
Edward O'Callaghan
2015-12-09
1
-1
/
+1
*
r600g: allow copying between compatible un/compressed formats
Edward O'Callaghan
2015-12-09
1
-1
/
+2
*
nv50/ir: fix cutoff for using r63 vs r127 when replacing zero
Ilia Mirkin
2015-12-08
1
-1
/
+2
*
nv50/ir: prefer to color mad def and src2 with the same color
Ilia Mirkin
2015-12-08
1
-0
/
+14
*
nv50/ir: reduce degree limit on ops that can't encode large reg dests
Ilia Mirkin
2015-12-08
1
-3
/
+34
*
nv50/ir: only unspill once ahead of a group of instructions
Ilia Mirkin
2015-12-08
1
-5
/
+20
*
nv50/ir: check if the target supports the new offset before inlining
Ilia Mirkin
2015-12-08
4
-3
/
+25
*
llvmpipe: fix fp64 inputs to geom shader.
Dave Airlie
2015-12-09
1
-4
/
+12
*
nir: Optimize useless comparisons against true/false.
Matt Turner
2015-12-08
1
-2
/
+4
*
glsl: Switch opcode and avail parameters to binop().
Matt Turner
2015-12-08
1
-17
/
+18
[next]