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
*
ddebug: add an option to dump info about a specific apitrace call
Marek Olšák
2016-07-05
3
-3
/
+29
*
ddebug: implement pipe_context::generate_mipmap
Marek Olšák
2016-07-05
1
-1
/
+52
*
ddebug: record and dump apitrace call numbers
Marek Olšák
2016-07-05
4
-1
/
+31
*
ddebug: implement emit_string_marker
Marek Olšák
2016-07-05
1
-3
/
+10
*
gallium/radeon: remove unused code - radeon_llvm_util.*
Marek Olšák
2016-07-05
5
-169
/
+0
*
radeonsi: keep using v_rcp_f32 for division in future LLVM (v2)
Marek Olšák
2016-07-05
2
-2
/
+30
*
radeonsi: remove an obsolete comment
Marek Olšák
2016-07-05
1
-5
/
+0
*
radeonsi: don't interpolate colors if flatshading is enabled
Marek Olšák
2016-07-05
3
-2
/
+14
*
radeonsi: enable the barycentric optimization in all cases
Marek Olšák
2016-07-05
3
-18
/
+125
*
radeonsi: compute only one set of interpolation (i,j) when MSAA is disabled
Marek Olšák
2016-07-05
3
-3
/
+88
*
radeonsi: split ps.prolog.force_persample_interp into persp and linear bits
Marek Olšák
2016-07-05
3
-45
/
+64
*
radeonsi: don't dump the shader key for non-monolithic shaders early
Marek Olšák
2016-07-05
1
-1
/
+2
*
r600g: Add double precision FMA ops
Jan Vesely
2016-07-05
1
-0
/
+2
*
r600: fix duplicate 'const' declaration
Francesco Ansanelli
2016-07-04
1
-1
/
+1
*
i965/urb: Allow blorp to record current settings
Topi Pohjolainen
2016-07-04
3
-74
/
+53
*
i965/blorp/gen7+: Do not trigger push constant space reconfig
Topi Pohjolainen
2016-07-04
1
-2
/
+1
*
i965/blorp/gen7+: Stop trashing push constant allocation
Topi Pohjolainen
2016-07-04
2
-92
/
+1
*
i965/blorp: Remove support for push constants
Topi Pohjolainen
2016-07-04
5
-145
/
+12
*
i965/blorp: Use flat inputs instead of uniforms
Topi Pohjolainen
2016-07-04
2
-15
/
+18
*
i965/blorp: Fix the size requirement for vertex elements
Topi Pohjolainen
2016-07-04
3
-16
/
+29
*
i965/blorp: Load tranformation coordinates as vec4
Topi Pohjolainen
2016-07-04
2
-16
/
+11
*
i965/blorp: Rename LOAD_UNIFORM to LOAD_INPUT
Topi Pohjolainen
2016-07-04
1
-9
/
+9
*
i965/blorp: Organize pixel kill and blend/scaled inputs into vec4s
Topi Pohjolainen
2016-07-04
3
-36
/
+65
*
anv/wsi: create swapchain images using specified image usage
Lionel Landwerlin
2016-07-04
2
-4
/
+9
*
radeon/uvd: fix overflow error while calculating bit stream buffer size
Indrajit Das
2016-07-04
1
-1
/
+1
*
i965/blorp: Prepare for more than two vertex attributes
Topi Pohjolainen
2016-07-04
4
-3
/
+22
*
i965/blorp: Tell vertex fetcher about flat inputs
Topi Pohjolainen
2016-07-04
2
-8
/
+30
*
i965/blorp: Add support for flat input buffer
Topi Pohjolainen
2016-07-04
1
-3
/
+65
*
i965/blorp: Store input read mask
Topi Pohjolainen
2016-07-04
2
-0
/
+2
*
i965/blorp: Rename push constants to inputs
Topi Pohjolainen
2016-07-04
5
-22
/
+22
*
i965/blorp: Use core vertex buffer state setup
Topi Pohjolainen
2016-07-04
1
-48
/
+14
*
i965/blorp: Split vertex data and element setup
Topi Pohjolainen
2016-07-04
1
-21
/
+25
*
i965: Unify vertex buffer setup
Topi Pohjolainen
2016-07-04
2
-29
/
+46
*
i965/draw: Expose vertex buffer state setup
Topi Pohjolainen
2016-07-04
2
-18
/
+37
*
freedreno: fix crash on smaller gpus and higher resolutions
Rob Clark
2016-07-03
1
-1
/
+1
*
i965: don't drop const initializers in vector splitting
Rob Clark
2016-07-02
1
-0
/
+12
*
glsl: add driconf to zero-init unintialized vars
Rob Clark
2016-07-02
11
-1
/
+34
*
freedreno/ir3: support glsl linking for cmdline compiler
Rob Clark
2016-07-02
1
-24
/
+47
*
glsl/standalone: initialize MaxUserAssignableUniformLocations
Rob Clark
2016-07-02
1
-0
/
+4
*
freedreno: update valid_buffer_range for SO buffers
Rob Clark
2016-07-02
1
-0
/
+5
*
freedreno/ir3: support non-user_buffer consts
Rob Clark
2016-07-02
2
-3
/
+5
*
freedreno/a2xx: move setup/restore cmds into binning pass
Rob Clark
2016-07-02
4
-9
/
+4
*
freedreno: pass index buffer as a pipe_resource
Rob Clark
2016-07-02
2
-16
/
+16
*
freedreno: switch emit_const_bo() to take prsc's
Rob Clark
2016-07-02
4
-17
/
+18
*
nv30: Fix "array subscript is below array bounds" compiler warning
Hans de Goede
2016-07-02
1
-2
/
+1
*
nouveau: Fix a couple of "foo may be used uninitialized' compiler warnings
Hans de Goede
2016-07-02
2
-3
/
+3
*
nouveau: Fix gcc6 / c++11 auto_ptr deprecation compiler warnings
Hans de Goede
2016-07-02
1
-0
/
+4
*
nouveau: Add support for SV_WORK_DIM
Hans de Goede
2016-07-02
8
-12
/
+29
*
nvc0: Make NVC0_CB_AUX_GRID_INFO take an index argument
Hans de Goede
2016-07-02
3
-4
/
+4
*
clover: Pass work_dim parameter of clEnqueueNDRangeKernel() to driver
Hans de Goede
2016-07-02
2
-0
/
+8
[next]