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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50: handle pure integer vertex attributes
Emil Velikov
2013-08-06
2
-2
/
+14
*
st/dri: add a new driconf option disable_shader_bit_encoding for Unigine
Marek Olšák
2013-08-06
4
-1
/
+6
*
mesa,glsl,st/dri: add a new driconf option force_glsl_version for Unigine
Marek Olšák
2013-08-06
4
-7
/
+12
*
st/dri: remove more unused driconf options
Marek Olšák
2013-08-06
1
-6
/
+1
*
st/dri: implement the driconf option force_s3tc_enable properly
Marek Olšák
2013-08-06
5
-12
/
+23
*
driconf: remove the unused option allow_large_textures
Marek Olšák
2013-08-06
1
-2
/
+1
*
st/dri: support the driconf option disable_blend_func_extended
Marek Olšák
2013-08-06
4
-3
/
+8
*
st/osmesa: initialize disable_glsl_line_continuations
Marek Olšák
2013-08-06
1
-0
/
+1
*
radeonsi: Number of SGPRs retrieved from LLVM already includes VCC
Michel Dänzer
2013-08-06
1
-8
/
+8
*
nvc0: properly align NVE4_COMPUTE_MP_TEMP_SIZE
Samuel Pitoiset
2013-08-05
2
-2
/
+3
*
gallium/postprocessing: convert blits to pipe->blit
Marek Olšák
2013-08-05
5
-25
/
+54
*
gallium/postprocessing: fix shader parsing
Marek Olšák
2013-08-05
1
-2
/
+2
*
Revert "r300g: Give CLIP_DISABLE another try"
Marek Olšák
2013-08-05
2
-3
/
+2
*
gallium/vl: add prime support
Dave Airlie
2013-08-05
1
-1
/
+19
*
clover: Respect kernel argument alignment restrictions.
Francisco Jerez
2013-08-05
2
-2
/
+19
*
clover: Extend kernel arguments for differing host and device data types.
Francisco Jerez
2013-08-05
2
-4
/
+56
*
clover: Byte-swap kernel arguments when host and device endianness differ.
Francisco Jerez
2013-08-05
1
-37
/
+65
*
clover: Add kernel argument fields to allow differing host/target data types.
Francisco Jerez
2013-08-05
1
-2
/
+23
*
clover: Pass corresponding module::argument to kernel::argument::bind().
Francisco Jerez
2013-08-05
2
-84
/
+61
*
clover: Return correct value for CL_DEVICE_ENDIAN_LITTLE
Tom Stellard
2013-08-05
3
-1
/
+8
*
gallium: Add PIPE_CAP_ENDIANNESS
Tom Stellard
2013-08-05
14
-1
/
+38
*
nvc0: force use of correct firmware file
Maarten Lankhorst
2013-08-03
1
-1
/
+1
*
nv50: fix some h264 interlaced decoding on vp2
Ilia Mirkin
2013-08-03
2
-7
/
+8
*
nv50,nvc0: s/uint16/uint32 for constant buffer offset
Christoph Bumiller
2013-07-25
2
-2
/
+2
*
llvmpipe: clamp inputs for srgb render buffers
Roland Scheidegger
2013-07-18
1
-0
/
+35
*
llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alpha
Roland Scheidegger
2013-07-18
2
-8
/
+26
*
r600g: use WAIT_3D_IDLE before using CP DMA
Marek Olšák
2013-07-18
2
-0
/
+2
*
r300g: make use of gallium's os_get_process_name()
Jonathan Gray
2013-07-18
1
-1
/
+6
*
nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
Ilia Mirkin
2013-07-18
11
-3
/
+1815
*
gallivm: (trivial) simplify lp_build_cos/lp_build_sin a tiny bit
Roland Scheidegger
2013-07-17
1
-7
/
+6
*
util/u_format_s3tc: handle srgb formats correctly.
Roland Scheidegger
2013-07-17
2
-185
/
+254
*
r600g/sb: improve alu packing on cayman
Vadim Girlin
2013-07-17
2
-15
/
+89
*
r600g/sb: fix handling of new multislot instructions on cayman
Vadim Girlin
2013-07-17
3
-5
/
+6
*
r600g/sb: fix debug dump code in scheduler
Vadim Girlin
2013-07-17
1
-4
/
+5
*
r600g/sb: fix initial register allocation
Vadim Girlin
2013-07-17
1
-0
/
+1
*
r600g/sb: move chip & class name functions to sb_context
Vadim Girlin
2013-07-17
4
-53
/
+55
*
r600g/sb: fix handling of PS in source bytecode on cayman
Vadim Girlin
2013-07-17
1
-0
/
+5
*
r600g/sb: Initialize ra_checker member variables.
Vinson Lee
2013-07-17
1
-1
/
+1
*
gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}int
Emil Velikov
2013-07-17
2
-8
/
+8
*
llvmpipe: use MCJIT on ARM and AArch64
Kyle McMartin
2013-07-17
2
-2
/
+9
*
llvmpipe: support sRGB framebuffers
Roland Scheidegger
2013-07-16
4
-18
/
+111
*
Revert "r300g: allow HiZ with a 16-bit zbuffer"
Marek Olšák
2013-07-15
1
-0
/
+1
*
r300g/swtcl: fix a lockup in MSAA resolve
Marek Olšák
2013-07-15
1
-0
/
+7
*
r300g/swtcl: fix geometry corruption by uploading indices to a buffer
Marek Olšák
2013-07-15
3
-45
/
+31
*
gallivm: (trivial) use constant instead of exp2f() function
Roland Scheidegger
2013-07-14
1
-2
/
+3
*
ilo: skip 3DSTATE_INDEX_BUFFER when possible
Chia-I Wu
2013-07-14
4
-59
/
+77
*
gallivm: handle srgb-to-linear and linear-to-srgb conversions
Roland Scheidegger
2013-07-13
6
-7
/
+332
*
gallivm: better support for fast rsqrt
Roland Scheidegger
2013-07-13
2
-16
/
+63
*
r600g/sb: Initialize ra_constraint::cost.
Vinson Lee
2013-07-13
1
-1
/
+1
*
winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfault
Marek Olšák
2013-07-13
1
-9
/
+11
[next]