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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
translate_sse: Use the correct buffer index in this fast path.
Andreas Hartmetz
2014-04-29
1
-1
/
+3
*
clover: Query drivers for max clock frequency
Tom Stellard
2014-04-29
3
-1
/
+8
*
radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY
Tom Stellard
2014-04-29
3
-0
/
+13
*
gallium: Add PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY
Tom Stellard
2014-04-29
2
-1
/
+4
*
clover: Stub implementation of CL 1.2 sub-devices.
EdB
2014-04-29
3
-4
/
+66
*
clover: Add clEnqueue{Marker, Barrier}WithWaitList.
EdB
2014-04-29
2
-7
/
+43
*
clover: Align kernel argument sizes to nearest power of 2
Jan Vesely
2014-04-29
1
-7
/
+16
*
clover: Avoid warnings from references to deprecated CL 1.1 APIs.
Francisco Jerez
2014-04-29
1
-0
/
+2
*
clover: Update OpenCL headers to version 1.2 from Khronos.
Francisco Jerez
2014-04-29
1
-2
/
+6
*
nvc0/ir: offset appears to come before the Z ref
Ilia Mirkin
2014-04-28
1
-1
/
+3
*
nv50/ir: change texture offsets to ValueRefs, allow nonconst
Ilia Mirkin
2014-04-28
8
-20
/
+61
*
nvc0/ir: do constant folding of extbf/insbf
Ilia Mirkin
2014-04-28
1
-1
/
+66
*
nvc0/ir: add support for MUL_HI tgsi opcodes
Ilia Mirkin
2014-04-28
1
-1
/
+12
*
nvc0/ir: add support for new bitfield manipulation opcodes
Ilia Mirkin
2014-04-28
7
-4
/
+127
*
tgsi: add tgsi_exec support for new bit manipulation opcodes
Ilia Mirkin
2014-04-28
1
-0
/
+172
*
gallium/util: add helpers for bitfield manipulation
Ilia Mirkin
2014-04-28
1
-0
/
+31
*
gallium: add new opcodes for ARB_gs5 bit manipulation support
Ilia Mirkin
2014-04-28
3
-1
/
+93
*
st/dri: cleanup dri extension handling
Emil Velikov
2014-04-28
2
-25
/
+30
*
util: Fix cross-compiles between endiannesses
Richard Sandiford
2014-04-28
2
-32
/
+46
*
util: Split out channel-parsing Python code
Richard Sandiford
2014-04-28
1
-46
/
+50
*
util: Split out channel-printing Python code
Richard Sandiford
2014-04-28
2
-41
/
+69
*
util: Turn inv_swizzle into a global function
Richard Sandiford
2014-04-28
2
-11
/
+11
*
util: Add more query methods to u_format_parse.Format
Richard Sandiford
2014-04-28
3
-36
/
+51
*
nvc0/ir: fetch shadow value from proper place for TG4 cube array
Ilia Mirkin
2014-04-26
1
-1
/
+4
*
nvc0/ir: set gatherComp for non-shadow targets
Ilia Mirkin
2014-04-26
1
-0
/
+2
*
nvc0/ir: set instance count based on the GS_INVOCATIONS property
Ilia Mirkin
2014-04-26
1
-3
/
+1
*
nvc0/ir: add support for INVOCATIONID system value
Ilia Mirkin
2014-04-26
3
-2
/
+1
*
nvc0/ir: add support for SAMPLEMASK sysval
Ilia Mirkin
2014-04-26
5
-0
/
+8
*
gallium: add GS_INVOCATIONS property
Ilia Mirkin
2014-04-26
3
-1
/
+19
*
gallium: add INVOCATIONID semantic
Ilia Mirkin
2014-04-26
3
-2
/
+10
*
nvc0: add support for PIPE_CAP_SAMPLE_SHADING
Ilia Mirkin
2014-04-26
15
-14
/
+131
*
nv50: add support for PIPE_CAP_SAMPLE_SHADING
Ilia Mirkin
2014-04-26
14
-8
/
+107
*
mesa/st: add support for ARB_sample_shading
Ilia Mirkin
2014-04-26
5
-0
/
+32
*
gallium: add basic support for ARB_sample_shading
Ilia Mirkin
2014-04-26
19
-2
/
+48
*
gallium/tests: conditionally include sw/dri winsys
Emil Velikov
2014-04-25
1
-1
/
+5
*
automake: cleanup pipe-loader handling when using sw/xlib winsys
Emil Velikov
2014-04-25
4
-4
/
+4
*
pipe-loader: conditionally build and use pipe_loader_sw_probe_dri
Emil Velikov
2014-04-25
2
-0
/
+6
*
llvmpipe: fix clearing of individual color buffers in a fb
Roland Scheidegger
2014-04-25
6
-163
/
+190
*
gallium/util: use ui[4] instead of ui in union util_color
Roland Scheidegger
2014-04-25
11
-38
/
+38
*
llvmpipe: (trivial) use correct LP_MIN_VECTOR_ALIGN define for alignment.
Roland Scheidegger
2014-04-25
1
-1
/
+1
*
r600g: fix hang on RV740 by using DX_RASTERIZATION_KILL instead of SX_MISC
Marek Olšák
2014-04-25
5
-7
/
+27
*
r600g: fix for an MSAA hang on RV770
Marek Olšák
2014-04-25
3
-1
/
+12
*
r600g: fix for broken CULL_FRONT behavior on R6xx
Marek Olšák
2014-04-25
4
-61
/
+64
*
r600g: fix for HTILE on R6xx
Marek Olšák
2014-04-25
1
-0
/
+6
*
r600g: fix buffer copying on R600-R700
Marek Olšák
2014-04-25
1
-0
/
+6
*
r600g: fix flushing on RV670, RS780, RS880 again
Marek Olšák
2014-04-25
1
-0
/
+9
*
r600g: fix MSAA resolve on R6xx when the destination is 1D-tiled
Marek Olšák
2014-04-25
1
-0
/
+6
*
r600g: disable async DMA on R700
Marek Olšák
2014-04-25
1
-1
/
+2
*
r600g: fix edge flags and layered rendering on R600-R700
Marek Olšák
2014-04-25
1
-2
/
+4
*
r300g: don't crash when getting NULL colorbuffers
Marek Olšák
2014-04-25
4
-29
/
+60
[next]