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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: (trivial) fix compile error with MSVC on x86
Roland Scheidegger
2013-08-08
1
-1
/
+1
*
gallivm: honor d3d10 floating point rules for shadow comparisons
Roland Scheidegger
2013-08-08
1
-3
/
+17
*
gallivm: don't clamp reference value for shadow comparison for float formats
Roland Scheidegger
2013-08-08
1
-4
/
+17
*
gallivm: propagate scalar_lod to emit_size_query too
Roland Scheidegger
2013-08-08
5
-0
/
+10
*
gallivm: fix out-of-bounds behavior for fetch/ld
Roland Scheidegger
2013-08-08
3
-30
/
+88
*
util: try much harder to set DAZ flag
Roland Scheidegger
2013-08-08
3
-1
/
+31
*
util: implement table-based + linear interpolation linear-to-srgb conversion
Roland Scheidegger
2013-08-08
2
-11
/
+102
*
gallivm: fix comment wrt srgb accuracy.
Roland Scheidegger
2013-08-08
1
-2
/
+4
*
gallivm: Fix build - Remove TargetOptions.RealignStack for llvm>=3.4
Laurent Carlier
2013-08-06
1
-0
/
+2
*
draw: Change slot from unsigned to int.
Vinson Lee
2013-08-05
1
-1
/
+1
*
postprocess: Check ppq is null before calling pp_free_bos.
Vinson Lee
2013-08-05
1
-1
/
+3
*
draw: add back separate input assembler
Zack Rusin
2013-08-03
6
-4
/
+351
*
draw: implement proper primitive assembler as a pipeline stage
Zack Rusin
2013-08-03
12
-352
/
+280
*
draw: fix front face injection
Zack Rusin
2013-08-03
1
-9
/
+15
*
tgsi: remove unneeded File == TGSI_FILE_INPUT test
Brian Paul
2013-08-05
1
-1
/
+0
*
tgsi: clean up tgsi_scan_shader() function
Brian Paul
2013-08-05
1
-41
/
+42
*
draw: make sure clipping works with injected outputs
Zack Rusin
2013-08-02
1
-35
/
+54
*
draw: inject frontface info into wireframe outputs
Zack Rusin
2013-08-02
4
-0
/
+101
*
draw: stop crashing with extra shader outputs
Zack Rusin
2013-08-02
9
-15
/
+52
*
draw: use the vertex size
Zack Rusin
2013-08-02
1
-1
/
+1
*
draw/llvm: add some extra debugging output
Zack Rusin
2013-08-02
1
-0
/
+6
*
tgsi: detect prim id and front face usage in fs
Zack Rusin
2013-08-02
2
-2
/
+8
*
tgsi: add ucmp to the list of opcodes
Zack Rusin
2013-08-02
1
-0
/
+1
*
gallivm: obey clarified shift behavior
Roland Scheidegger
2013-08-02
2
-8
/
+24
*
tgsi: obey clarified shift behavior
Roland Scheidegger
2013-08-02
1
-12
/
+27
*
gallivm: use nearest rounding for float->unorm24 conversion
Roland Scheidegger
2013-07-31
1
-4
/
+6
*
gallium/util: reformat, comment util_get_offset()
Brian Paul
2013-07-31
1
-3
/
+7
*
gallium/util: comments, var renaming in u_inlines.h
Brian Paul
2013-07-31
1
-13
/
+48
*
st/dri: implement the driconf option force_s3tc_enable properly
Marek Olšák
2013-07-30
1
-10
/
+2
*
gallium/postprocessing: convert blits to pipe->blit
Marek Olšák
2013-07-30
5
-25
/
+54
*
gallium/postprocessing: fix shader parsing
Marek Olšák
2013-07-30
1
-2
/
+2
*
gallivm: (trivial) git rid of assertion in float->uint conversion code
Roland Scheidegger
2013-07-29
1
-2
/
+3
*
gallivm: fix float->SNORM conversion
Roland Scheidegger
2013-07-27
2
-11
/
+47
*
util: don't flush overflowing values to infinity in half-float conversion
Roland Scheidegger
2013-07-27
2
-9
/
+17
*
tgsi: handle texel swizzles correctly for d3d10-style sample opcodes
Roland Scheidegger
2013-07-27
1
-5
/
+35
*
gallivm: handle texel swizzles correctly for d3d10-style sample opcodes
Roland Scheidegger
2013-07-27
1
-0
/
+27
*
gallium/vl: add prime support
Dave Airlie
2013-07-26
1
-1
/
+19
*
gallivm: Remove NoFramePointerElimNonLeaf for LLVM >= 3.4.
Vinson Lee
2013-07-25
1
-0
/
+2
*
draw: fix vertex id computation
Zack Rusin
2013-07-25
5
-13
/
+37
*
draw: cleanup and fix instance id computation
Zack Rusin
2013-07-25
4
-13
/
+8
*
gallivm: Remove dead code in lp_build_compare_ext.
Vinson Lee
2013-07-24
1
-6
/
+0
*
draw: always call util_cpu_detect() in draw context creation.
Roland Scheidegger
2013-07-24
1
-1
/
+4
*
gallium/util: Fix detection of AVX cpu caps
Andre Heider
2013-07-23
1
-2
/
+25
*
util/u_math: Define NAN/INFINITY macros for MSVC.
José Fonseca
2013-07-20
1
-0
/
+4
*
gallivm: add a log function that handles edge cases
Zack Rusin
2013-07-19
2
-0
/
+21
*
gallivm: export unordered/ordered cmp to a common function
Zack Rusin
2013-07-19
1
-283
/
+158
*
gallivm: handle -inf, inf and nan's in sin/cos instructions
Zack Rusin
2013-07-19
2
-0
/
+49
*
gallivm: add a version of log2 which handles edge cases
Zack Rusin
2013-07-19
3
-6
/
+65
*
gallivm: fix edge cases in exp2
Zack Rusin
2013-07-19
1
-3
/
+7
*
gallivm: handle nan's in min/max
Zack Rusin
2013-07-19
6
-52
/
+482
[next]