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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED).
Kenneth Graunke
2016-05-23
5
-0
/
+6
*
i965/fs: Mark UBO uniform pull constant loads as force_writemask_all.
Francisco Jerez
2016-05-23
2
-1
/
+4
*
i965/fs: Allow spilling of non-contiguous registers.
Francisco Jerez
2016-05-23
1
-19
/
+2
*
i965/fs: Calculate the (un)spill block size correctly.
Francisco Jerez
2016-05-23
1
-3
/
+17
*
i965/fs: Set exec_all on spills not matching the channel layout of the instru...
Francisco Jerez
2016-05-23
1
-3
/
+16
*
i965/fs: Set exec_all on unspills.
Francisco Jerez
2016-05-23
1
-2
/
+10
*
i965/fs: Move scratch block size calculation into the caller of emit_(un)spill.
Francisco Jerez
2016-05-23
1
-21
/
+23
*
i965/fs: Make emit_spill/unspill static functions taking builder as argument.
Francisco Jerez
2016-05-23
2
-24
/
+21
*
i965/fs: Apply execution controls from the instruction to scratch messages.
Francisco Jerez
2016-05-23
1
-6
/
+5
*
i965/fs: Fix signedness of local variables and arguments of emit_(un)spill.
Francisco Jerez
2016-05-23
2
-8
/
+8
*
i965/fs: Factor out calculation of the block of MRFs reserved for spilling.
Francisco Jerez
2016-05-23
1
-9
/
+45
*
mesa: dri: Add shared glapi to LIBADD on Android
Nicolas Boichat
2016-05-23
1
-0
/
+8
*
i965/fs: do not depend on std140 alignment rules for UBO loads
Francisco Jerez
2016-05-23
1
-46
/
+13
*
subroutines: handle explicit indexes properly
Dave Airlie
2016-05-23
2
-4
/
+13
*
mesa/subroutines: fix reset on bindpipeline
Dave Airlie
2016-05-23
2
-1
/
+7
*
mesa/subroutines: count number subroutines properly.
Dave Airlie
2016-05-23
2
-2
/
+3
*
mesa/subroutines: don't generate error in GetSubroutineIndex.
Dave Airlie
2016-05-23
1
-1
/
+0
*
arb_shader_subroutine: check active subroutine limit
Dave Airlie
2016-05-23
1
-0
/
+5
*
mesa/queryobject: return INVALID_VALUE if offset < 0 (v2)
Dave Airlie
2016-05-23
1
-0
/
+5
*
mesa: Unlock mutex on error path.
Matt Turner
2016-05-22
1
-0
/
+1
*
i965: remove redundant NULL check
Timothy Arceri
2016-05-22
1
-1
/
+1
*
i965: Just read the existing tally on EndTransformFeedback if paused.
Kenneth Graunke
2016-05-20
1
-20
/
+22
*
i965: Don't write a counter snapshot on EndTransformFeedback if paused.
Kenneth Graunke
2016-05-20
1
-1
/
+2
*
mesa: Call TransformFeedback driver hooks before setting flags.
Kenneth Graunke
2016-05-20
1
-5
/
+5
*
nir: remove dead glsl variables before lowering io.
Dave Airlie
2016-05-21
1
-0
/
+1
*
i965: Delete dead dFdy flipping code.
Kenneth Graunke
2016-05-20
1
-19
/
+5
*
i965: Delete brw_wm_prog_key::render_to_fbo and drawable_height.
Kenneth Graunke
2016-05-20
2
-46
/
+0
*
i965, anv: Use NIR FragCoord re-center and y-transform passes.
Kenneth Graunke
2016-05-20
7
-57
/
+34
*
i965: Fix brw_regs_equal() for NaN and positive/negative zero.
Kenneth Graunke
2016-05-20
1
-1
/
+2
*
mesa: Replace uses of Shared->Mutex with hash-table mutexes
Matt Turner
2016-05-20
9
-50
/
+78
*
hash: Add _mesa_HashRemoveLocked() function.
Matt Turner
2016-05-20
2
-4
/
+17
*
i965: Pass nir_src/nir_dest by reference.
Matt Turner
2016-05-20
4
-18
/
+18
*
i965: Fix strerror error code sign
Mark Janes
2016-05-20
1
-1
/
+1
*
i965/fs: Recognize and emit ld_lz, sample_lz, sample_c_lz.
Matt Turner
2016-05-19
1
-2
/
+10
*
i965: Add infrastucture for sample lod-zero operations.
Matt Turner
2016-05-19
6
-0
/
+33
*
i965/fs: Add and use get_nir_src_imm().
Matt Turner
2016-05-19
2
-4
/
+19
*
i965/fs: Silence warnings related to use of uninitialized values
Eduardo Lima Mitev
2016-05-19
1
-2
/
+2
*
Revert "i965/urb: fixes division by zero"
Matt Turner
2016-05-18
1
-5
/
+19
*
i965/urb: fixes division by zero
Ardinartsev Nikita
2016-05-18
1
-19
/
+5
*
mesa: fclose() filename on error.
Matt Turner
2016-05-18
1
-1
/
+5
*
i965/fs: Assert that nir_op_extract_*'s src1 is a constant.
Matt Turner
2016-05-18
1
-0
/
+2
*
i965: Silence unused parameter warnings
Ian Romanick
2016-05-18
14
-35
/
+19
*
mesa: Don't advertise GLES 3.1 without compute support
Daniel Scharrer
2016-05-18
1
-1
/
+2
*
mesa/st: don't leak name
Rob Clark
2016-05-18
1
-2
/
+5
*
st/mesa: remove unused st_context::default_texture
Brian Paul
2016-05-17
2
-7
/
+0
*
i965: Make brw_reg_from_fs_reg() halve exec_size when compressed.
Kenneth Graunke
2016-05-17
1
-4
/
+6
*
i965: Move compression decisions before brw_reg_from_fs_reg().
Kenneth Graunke
2016-05-17
1
-26
/
+26
*
i965: Enable ES 3.2 sample shading extensions.
Kenneth Graunke
2016-05-17
1
-0
/
+1
*
android: fix building error in libmesa_st_mesa
Mauro Rossi
2016-05-17
1
-0
/
+2
*
st/mesa: fix reversed copyimage canonical format
Nicolai Hähnle
2016-05-17
1
-3
/
+3
[next]