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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
targets/pipe-loader: drop unused authentication
Emil Velikov
2014-09-24
1
-1
/
+1
*
gallivm: fix idiv
Roland Scheidegger
2014-09-23
1
-7
/
+5
*
gallium: replace pipe_type enum with tgsi_return_type enum
Brian Paul
2014-09-22
5
-15
/
+16
*
draw: use new tgsi_transform inst/decl helpers in pstipple code
Brian Paul
2014-09-22
1
-68
/
+19
*
draw: use new tgsi_transform inst/decl helpers in aapoint code
Brian Paul
2014-09-22
1
-202
/
+54
*
draw: use new tgsi_transform inst/decl helpers in aaline code
Brian Paul
2014-09-22
1
-66
/
+21
*
tgsi: add inst/decl helpers for tgsi_transform utility
Brian Paul
2014-09-22
1
-0
/
+333
*
draw: use tgsi transform prolog callback in polygon stipple code
Brian Paul
2014-09-22
1
-125
/
+110
*
draw: use tgsi transform prolog/epilog callbacks in AA line code
Brian Paul
2014-09-22
1
-90
/
+92
*
draw: use tgsi transform prolog/epilog callbacks in AA point code
Brian Paul
2014-09-22
1
-305
/
+316
*
tgsi: fix tgsi transform's epilog callback
Brian Paul
2014-09-22
1
-7
/
+15
*
tgsi: add prolog() method to tgsi_transform_context
Brian Paul
2014-09-22
2
-0
/
+13
*
target-helpers: add inline qualifier on configuration_query()
Brian Paul
2014-09-22
1
-1
/
+1
*
freedreno: add DRM_CONF_SHARE_FD
Rob Clark
2014-09-21
1
-1
/
+1
*
gallivm: add information about different sampler/view units if analyzing shader
Roland Scheidegger
2014-09-20
2
-0
/
+10
*
util: don't try to emit half-float intrinsics if avx isn't available
Roland Scheidegger
2014-09-19
1
-1
/
+1
*
draw: (trivial) remove duplicated lines
Roland Scheidegger
2014-09-18
1
-12
/
+0
*
gallivm,tgsi: fix idiv by zero crash
rconde
2014-09-17
2
-7
/
+25
*
gallivm: add texture target information for sample opcodes to tgsi info
Roland Scheidegger
2014-09-17
1
-14
/
+43
*
gallium: Add PIPE_FORMAT_x8B8G8R8_SNORM formats
Richard Sandiford
2014-09-17
1
-0
/
+3
*
gallium: Add PIPE_FORMAT_AnLn and PIPE_FORMAT_GnRn formats
Richard Sandiford
2014-09-17
1
-0
/
+9
*
util: move shared rgtc code to util (v2)
Dave Airlie
2014-09-17
2
-118
/
+46
*
util: Add big-endian layout for a number of formats.
Richard Sandiford
2014-09-16
2
-35
/
+42
*
gallivm: Fix uses of 2^24
Richard Sandiford
2014-09-16
1
-4
/
+4
*
gallivm: Add SNORM clamping to lp_build_{add, sub}
Richard Sandiford
2014-09-16
1
-6
/
+28
*
gallivm: attach DataLayout to module too, not just pass manager.
Rafael Ávila de Espíndola
2014-09-16
1
-0
/
+7
*
gallivm: handle SAMPLE opcode in aos sampling
Roland Scheidegger
2014-09-16
2
-13
/
+50
*
tgsi: accept offsets for sample opcodes too in the text parser
Roland Scheidegger
2014-09-16
1
-3
/
+2
*
tgsi: don't print texture target for sample opcodes
Roland Scheidegger
2014-09-16
1
-2
/
+5
*
util/u_format: add _is_alpha()
Rob Clark
2014-09-12
2
-0
/
+19
*
gallium/util: add missing u_debug include
Andreas Boll
2014-09-12
1
-0
/
+1
*
gallium: add a texture target to sampler view and a CAP to use it
Ilia Mirkin
2014-09-12
1
-0
/
+1
*
u_vbuf: simple whitespace fix
Brian Paul
2014-09-10
1
-1
/
+2
*
pipe-loader: Include unistd.h in pipe_loader_drm.c for close function.
Vinson Lee
2014-09-10
1
-0
/
+1
*
automake: remove obsolete NEED_GALLIUM_LOADER
Emil Velikov
2014-09-09
3
-8
/
+5
*
gallivm: (trivial) don't try to use rcp when the division 1/x is integer
Roland Scheidegger
2014-09-09
1
-1
/
+1
*
gallivm: (trivial) fix min / max variable names
Roland Scheidegger
2014-09-09
1
-8
/
+8
*
gallivm: Fix Altivec pack intrinsics for little-endian
Ulrich Weigand
2014-09-06
1
-5
/
+21
*
configure.ac: Add AC_SYS_LARGEFILE
Michel Dänzer
2014-09-05
1
-4
/
+9
*
gallivm: Fix build against LLVM SVN >= r216982
Michel Dänzer
2014-09-03
2
-0
/
+11
*
u_primconvert: Use u_upload_mgr for our little IB allocations.
Eric Anholt
2014-09-02
1
-11
/
+9
*
u_primconvert: Shut up compiler warning.
Eric Anholt
2014-09-02
1
-1
/
+1
*
u_blitter: Create all shaders on demand
Michel Dänzer
2014-09-02
1
-43
/
+104
*
gallium/pb_bufmgr_cache: limit the size of cache
Marek Olšák
2014-09-01
2
-3
/
+20
*
pipe-loader: use the correct screen index
Marek Olšák
2014-09-01
1
-2
/
+18
*
gallivm: fix somewhat broken NaN behavior for exp2
Roland Scheidegger
2014-08-30
2
-13
/
+25
*
gallivm: handle cube map arrays for texture sampling
Roland Scheidegger
2014-08-30
5
-44
/
+107
*
draw: kill off bogus assertion in tgsi_fetch_gs_outputs
Roland Scheidegger
2014-08-30
1
-3
/
+2
*
tgsi: (trivial) fix handling msaa resources on TXF
Roland Scheidegger
2014-08-30
1
-1
/
+4
*
draw: remove fishy num_samplers/num_sampler_views check in llvm path
Roland Scheidegger
2014-08-30
1
-5
/
+1
[next]