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
*
gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa
Marek Olšák
2014-10-21
2
-0
/
+4
*
auxilary/os: Add DragonFly BSD support in os_get_total_physical_memory.
Vinson Lee
2014-10-13
1
-0
/
+2
*
gallium: Rename freedreno parts of tgsi_lowering.[ch].
Eric Anholt
2014-10-08
3
-31
/
+32
*
gallium: Reformat tgsi_lowering.c for the normal style.
Eric Anholt
2014-10-08
2
-1204
/
+1201
*
gallium: Copy fd_lowering.[ch] to tgsi_lowering.[ch] for code sharing.
Eric Anholt
2014-10-08
2
-0
/
+1662
*
tgsi: change tgsi_shader_info::properties to a one-dimensional array
Marek Olšák
2014-10-04
5
-9
/
+8
*
tgsi: remove some not so useful variables from tgsi_shader_info
Marek Olšák
2014-10-04
2
-11
/
+0
*
tgsi: simplify shader properties in tgsi_shader_info
Marek Olšák
2014-10-04
5
-68
/
+43
*
gallium/util: add util_bitcount64
Marek Olšák
2014-10-04
1
-0
/
+12
*
util: Include in Android builds
Tomasz Figa
2014-10-03
1
-1
/
+3
*
gallium/hud: use u_sampler_view_default_template helper
Ilia Mirkin
2014-10-02
1
-6
/
+3
*
st/vdpau: move common functions to util
Leo Liu
2014-10-01
1
-0
/
+74
*
gallivm: Fix build for LLVM 3.2
Mathias Fröhlich
2014-10-01
4
-3
/
+21
*
llvmpipe: Reuse llvmpipes LLVMContext in the draw context.
Mathias Fröhlich
2014-09-30
4
-8
/
+29
*
llvmpipe: Make a llvmpipe OpenGL context thread safe.
Mathias Fröhlich
2014-09-30
4
-18
/
+40
*
llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.
Mathias Fröhlich
2014-09-30
4
-24
/
+23
*
tgsi: fix Semantic.Name assignment in tgsi_transform_input_decl()
Brian Paul
2014-09-30
1
-1
/
+1
*
util: simplify PIPE_TEXTURE_CUBE case in util_max_layer()
Brian Paul
2014-09-30
1
-2
/
+3
*
gallivm: More fallout from disabling with LLVM 3.6
Michel Dänzer
2014-09-26
4
-8
/
+17
*
mesa: Replace IS_NEGATIVE(x) with x < 0.0f.
Matt Turner
2014-09-25
1
-6
/
+2
*
util: use linear formats in util_blit_pixels()
Brian Paul
2014-09-24
1
-2
/
+2
*
util: simplify writemask parameters for util_blit_pixels()
Brian Paul
2014-09-24
2
-15
/
+17
*
util: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit code
Brian Paul
2014-09-24
1
-5
/
+5
*
mesa: Unifdef _WIN32_WCE.
Matt Turner
2014-09-24
1
-9
/
+0
*
gallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306
Tom Stellard
2014-09-24
1
-0
/
+2
*
gallivm: Disable gallivm to fix build with LLVM 3.6
Tom Stellard
2014-09-24
1
-0
/
+10
*
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
[next]