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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
swr: [rasterizer core] Add clipping against user clip distances in the NullPS...
Tim Rowley
2016-03-25
1
-2
/
+12
*
swr: [rasterizer core] Arena optimizations - preparing for global allocator.
Tim Rowley
2016-03-25
5
-187
/
+131
*
swr: [rasterizer core] Reset DrawContext arena at end of draw rather than upo...
Tim Rowley
2016-03-25
2
-21
/
+4
*
swr: [rasterizer core] Add clipping of user clip planes in clipper.
Tim Rowley
2016-03-25
1
-0
/
+86
*
swr: [rasterizer] Reduce max in-flight draws to 96 (by default)
Tim Rowley
2016-03-25
1
-1
/
+1
*
swr: [rasterizer] Fix run-time check asserts
Tim Rowley
2016-03-25
2
-8
/
+7
*
swr: [rasterizer jitter] signed immediate builder
Tim Rowley
2016-03-25
2
-0
/
+8
*
swr: [rasterizer common] changes for cygwin
Tim Rowley
2016-03-25
1
-1
/
+4
*
swr: [rasterizer] code styling and update copyrights
Tim Rowley
2016-03-25
10
-328
/
+328
*
swr: [rasterizer core] Guard against enquing work to invalid hot tiles
Tim Rowley
2016-03-25
1
-0
/
+5
*
swr: [rasterizer] Stop setting viewport size to larger than hottile array
Tim Rowley
2016-03-25
1
-0
/
+6
*
swr: [rasterizer] Discard work + misc fixes
Tim Rowley
2016-03-25
9
-28
/
+119
*
swr: [rasterizer] remove use of BYTE type
Tim Rowley
2016-03-25
15
-74
/
+65
*
swr: [rasterizer core] Fix crash that can occur when switching contexts
Tim Rowley
2016-03-25
3
-1
/
+22
*
swr: [rasterizer] remove unused knob
Tim Rowley
2016-03-25
1
-8
/
+0
*
swr: [rasterizer core] subcontext rework
Tim Rowley
2016-03-25
7
-52
/
+61
*
swr: [rasterizer common] add _simd_s[rl]lv_epi32
Tim Rowley
2016-03-25
1
-0
/
+115
*
swr: [rasterizer core] Alleviate potential stack overflow for 32bit builds
Tim Rowley
2016-03-25
3
-14
/
+20
*
swr: [rasterizer] remove use of UCHAR and UINT64 types
Tim Rowley
2016-03-25
5
-8
/
+6
*
swr: [rasterizer] remove use of FLOAT type
Tim Rowley
2016-03-25
3
-5
/
+4
*
swr: [rasterizer] Fix Coverity issues reported by Mesa developers.
Tim Rowley
2016-03-25
10
-199
/
+205
*
swr: [rasterizer] add debug/perf category to knobs
Tim Rowley
2016-03-25
1
-12
/
+37
*
swr: [rasterizer core] don't assume linux is 64-bit
Tim Rowley
2016-03-25
1
-2
/
+1
*
swr: [rasterizer common] remove old unused win32 types
Tim Rowley
2016-03-25
1
-6
/
+0
*
swr: [rasterizer jitter] vpermps support
Tim Rowley
2016-03-25
4
-1
/
+84
*
swr: [rasterizer] Add rdtsc buckets support for shaders
Tim Rowley
2016-03-25
6
-3
/
+75
*
swr: [rasterizer core] backend reorganization
Tim Rowley
2016-03-25
8
-256
/
+276
*
swr: [rasterizer core] store blend output in temporary instead of PS output.
Tim Rowley
2016-03-25
1
-5
/
+10
*
swr: [rasterizer core] Move InitializeHotTiles and corresponding clear code o...
Tim Rowley
2016-03-25
3
-254
/
+258
*
swr: [rasterizer jitter] Cleanup use of types inside of Builder.
Tim Rowley
2016-03-25
4
-63
/
+75
*
swr: [rasterizer jitter] Fix type mismatch on select args for SCATTERPS
Tim Rowley
2016-03-25
1
-2
/
+4
*
swr: [rasterizer core] fix rasterizing multisampling with scissor enabled
Tim Rowley
2016-03-25
1
-42
/
+28
*
swr: [rasterizer core] RingBuffer class for DC/DS
Tim Rowley
2016-03-25
6
-136
/
+180
*
swr: [rasterizer] switch assert uses to SWR_ASSERT
Tim Rowley
2016-03-25
1
-5
/
+5
*
swr: [rasterizer core] Split all RECT_LIST draws into 1 RECT per draw
Tim Rowley
2016-03-25
1
-0
/
+5
*
swr: [rasterizer] Add string knob type
Tim Rowley
2016-03-25
2
-1
/
+10
*
radeonsi: add Polaris PCI IDs
Sonny Jiang
2016-03-24
1
-0
/
+10
*
radeon/vce: disable two pipe mode for Polaris11
Sonny Jiang
2016-03-24
1
-1
/
+2
*
radeon/vce: add Polaris11 VCE firmware support
Sonny Jiang
2016-03-24
1
-0
/
+3
*
radeonsi: add support for Polaris (v2)
Sonny Jiang
2016-03-24
5
-0
/
+29
*
winsys/amdgpu: addrlib - add Polaris support (v2)
Sonny Jiang
2016-03-24
3
-2
/
+18
*
mesa: Check glReadBuffer enums against the ES3 table.
Kenneth Graunke
2016-03-24
1
-1
/
+11
*
nir: Add a pass to inline functions
Jason Ekstrand
2016-03-24
4
-0
/
+274
*
nir/builder: Add helpers for easily inserting copy_var intrinsics
Jason Ekstrand
2016-03-24
1
-0
/
+23
*
nir: Add return lowering pass
Jason Ekstrand
2016-03-24
4
-0
/
+251
*
nir: Add a cursor helper for getting a cursor after any phi nodes
Jason Ekstrand
2016-03-24
1
-0
/
+16
*
nir/builder: Add a helper for inserting jump instructions
Jason Ekstrand
2016-03-24
1
-0
/
+7
*
nir/cf: Make extracting or re-inserting nothing a no-op
Jason Ekstrand
2016-03-24
1
-0
/
+9
*
nir: Add a function for comparing cursors
Jason Ekstrand
2016-03-24
2
-0
/
+58
*
nir/cf: Handle relinking top-level blocks
Jason Ekstrand
2016-03-24
1
-2
/
+5
[prev]
[next]