search for: depr

Displaying 20 results from an estimated 22 matches for "depr".

Did you mean: dep
2011 Aug 03
4
Convert matrix to numeric
I have a matrix that looks like this: structure(c("0.0376673981759913", "0.111066500741386", "1", "1103", "18", "OPEN", "DEPR", "0.0404073656092023", "0.115186044704599", "1", "719", "18", "OPEN", "DEPR", "0.0665342096693433", "0.197570061769498", "1", "1103", "18", "OPEN", "DEPR&qu...
2009 Jun 21
0
[PATCH] nv50: update comments
...not optimally) now, + * some cases (notably XPD) may still be bad though. * * Things to check with renouveau: - * FP attr/result assignment - how? - * attrib - * - 0x16bc maps vp output onto fp hpos - * - 0x16c0 maps vp output onto fp col0 - * result - * - colr always 0-3 - * - depr always 4 - * 0x16bc->0x16e8 --> some binding between vp/fp regs - * 0x16b8 --> VP output count + * FP results: can DEPR be mapped to another registers + * (currently it goes after all color outputs) + * + * 1298 = 0x00000004; or 0x00000005 if DEPR is written + * + * 19a8 = 0x00000000 + * |...
2004 Jun 21
0
Error compiling festival
...id'nt work with asterisk. any clue ? /Hans-Henrik Andresen Making in directory src/modules/base ... making dependencies -- modules.cc module_support.cc parameters.cc ff.cc pos.cc p hrasify.cc word.cc postlex.cc phrinfo.cc g++ -c -fno-implicit-templates -O3 -Wall -Wno-non-template-friend -Wno-depre cate d -I../include -I../../../src/include -I../../../../speech_tools/include modules .cc In file included from ../../../../speech_tools/include/ling_class/EST_Relation.h :43, from ../../../../speech_tools/include/EST_wave_aux.h:54, from ../../../../speech_tools/i...
2009 Sep 12
0
[PATCH 09/13] nv50: move allocation of pc regs
Make use of tgsi_shader_info to determine how many nv50_regs we need to allocate, if program uses KIL, or writes DEPR. --- src/gallium/drivers/nv50/nv50_program.c | 284 ++++++++++++++----------------- 1 files changed, 129 insertions(+), 155 deletions(-) diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c index e2adeca..c8157f1 100644 --- a/src/gallium/drivers/nv50/nv5...
2009 Jun 21
0
[PATCH] nv50: add support for two-sided lighting
...nv50_program.c index 7a4bc18..30a1d32 100644 --- a/src/gallium/drivers/nv50/nv50_program.c +++ b/src/gallium/drivers/nv50/nv50_program.c @@ -1779,7 +1779,7 @@ nv50_program_tx_prep(struct nv50_pc *pc) struct tgsi_parse_context p; boolean ret = FALSE; unsigned i, c; - unsigned fcol, bcol, fcrd, depr; + unsigned fcol[2], bcol[2], fcrd, depr; /* count (centroid) perspective interpolations */ unsigned centroid_loads = 0; @@ -1791,7 +1791,9 @@ nv50_program_tx_prep(struct nv50_pc *pc) r_usage[0] = CALLOC(pc->temp_nr * 4, sizeof(unsigned)); r_usage[1] = CALLOC(pc->attr_nr * 4, sizeof...
2016 Jan 22
3
[cfe-dev] [3.8 Release] RC1 has been tagged
...all-Test/MemorySanitizer.getpwent_r > SanitizerCommon-Unit :: > Sanitizer-x86_64-Test/SanitizerLinux.ThreadDescriptorSize > ThreadSanitizer :: Linux/mutex_robust.cc > ThreadSanitizer :: Linux/mutex_robust2.cc > ThreadSanitizer :: thread_name2.cc > libc++ :: std/depr/depr.c.headers/uchar_h.pass.cpp > This is caused because the system does not provide a uchar.h header. > libc++ :: > std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp > libc++ :: > std/localization/locale.categories/category.tim...
2016 Jan 20
4
[3.8 Release] RC1 has been tagged
...uilds by hand, and I remember I saw similar failures. This is just something that nobody (from FreeBSD) has seriously looked at, and I never had the time for it. There are only so much hours in a day... For example, recently with trunk r256945, I saw these: Failing Tests (39): libc++ :: std/depr/depr.c.headers/stddef_h.pass.cpp libc++ :: std/depr/depr.c.headers/wchar_h.pass.cpp libc++ :: std/language.support/support.types/max_align_t.pass.cpp libc++ :: std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp libc++ :: std/localization/local...
2009 Jun 24
0
[PATCH] nv50: fix previous patches
...me in pairs. Also, we cannot branch to between two half insns. * * Watch dst == src vectors, can overwrite components that are needed: * p.e. SUB R0, R0.yzxw, R0 @@ -52,8 +53,8 @@ * some cases (notably XPD) may still be bad though. * * Things to check with renouveau: - * FP results: can DEPR be mapped to another registers - * (currently it goes after all color outputs) + * FP results: can DEPR output be mapped to another register ? + * (currently it's index is that of the last color's register + 1) * * 1298 = 0x00000004; or 0x00000005 if DEPR is written * @@ -444,7 +445,7...
2006 Mar 15
2
Session (stored in db) not working in testing mode
...MySQL. Changing environment.rb ''config.action_controller.session_store = :active_record_store''. But now all my tests fail. I get the following error: 1) Failure: test_authorized_new(AdControllerTest) [c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/depr ecated_assertions.rb:23:in `assert_session_has'' ./functional/../test_helper.rb:34:in `login'' functional/ad_controller_test.rb:49:in `test_authorized_new'']: <:user_id> is not in the session <#<ActionController::TestSession:0x31d2198 @attributes={&quo...
2016 Dec 04
2
[Release-testers] 3.9.1-rc2 is ready for testing
...efines pthread_mutexattr_getrobust and pthread_mutexattr_getrobust_np (depending on options like __USE_GNU) but libpthread contains only pthread_mutexattr_getrobust_np. ThreadSanitizer-x86_64 :: thread_name2.cc ^^ glibc 2.11 doesn't include 'pthread_setname_np'. libc++ :: std/depr/depr.c.headers/uchar_h.pass.cpp ^^ glibc doesn't get uchar until 2.16. libc++ :: std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp libc++ :: std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp ^^ these tests fail the...
2007 Mar 17
0
webrick failing with "NameError: cannot remove Object::UnknownPropertyMethod"
...f error messages. It looks like the real error is NameError: cannot remove Object::UnknownPropertyMethod I never had this problem with older versions, and the ''fastcgi'' variant, running under lighttpd runs fine. Any ideas why webrick appears to be broken? Thanks, David DEPRECATION WARNING: model is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/depr ecation for details. (called from ./script/../config/../app/ controllers/application.rb:7) DEPRECATION WARNING: depend_on is deprecated and will be removed from Rails 2.0 See http://www.ruby...
2016 Jan 20
2
[3.8 Release] RC1 has been tagged
Unfortunately I'm having lots of trouble with rc1 at this point: * libcxxabi can't build, because it requires unwind.h, which we do not yet have on FreeBSD 10.x (Ed Maste is working on it for 11.x, but that is not ready for general consumption). * The test-release.sh script has no option to disable only libcxxabi, you can only disable libcxx, libcxxabi and libunwind together (maybe this
2016 Jan 19
8
[3.8 Release] RC1 has been tagged
(cc'ing non-legacy llvm-dev this time; apologies if you get this twice. Please don't reply-all to the first one.) On Tue, Jan 19, 2016 at 3:47 PM, Hans Wennborg <hans at chromium.org> wrote: > Dear testers, > > Start your engines; 3.8.0-rc1 was just tagged from the 3.8 branch at > r258223. (It took a little longer than I'd planned, sorry about that.) > > There
2006 May 03
0
Accessing the params hash in a functional test not working
...back_or_default :action => "login" end end end The test fails as follows. Note that session[:debug_params] is missing the parameters sent by post. 7) Failure: test_auth_bob(UserControllerTest) [c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.1 /lib/action_controller/depr ecated_assertions.rb:23:in `assert_session_has'' ./test/functional/user_controller_test.rb:25:in `test_auth_bob'']: <:user> is not in the session <#<ActionController::TestSession:0x36a8380 @attributes= {:user=>nil, :debug_params=>{"action"=>...
2009 Dec 19
1
accessing another controller's data
Hello everybody, I''m ruby/ror newbie I''m trying to generate a site map of a website. Website is divided to three parts (each has own controller). In every controller(in init action) is variable @left_menu, which is a hash containing a sub- navigation of current part of the site. The problem is that to generate the site-map i need to access @left_menu in father controller (root)
2006 Dec 19
1
Internal API errors in EdgeRails
Started getting these in my development.log when I called a bad before_filter. Looks like log_error needs to be updated? DEPRECATION WARNING: @response is deprecated! Call response.inspect instead of @response.inspect. Args: [] See http://www.rubyonrails .org/deprecation for details. (called from log_error at ./script/../config/../vendor/rails/actionpack/lib/action_controller/rescue.rb: 66) DEPRECATION WARNING: @session...
2009 May 06
2
nv50: shader generation patches
Hi ! I've been trying to improve NV50 shader generation a bit the last couple of weeks, so here is what I've produced. I don't know if it's usable for you or just a pile of horrible hacks, but at least it makes some mesa demos render more correcly, p.e. the teapot (aside from mip-mapping issues of the floor texture), arbfplight, and I think the gears also didn't appear as they
2016 Dec 02
9
3.9.1-rc2 is ready for testing
Hi, I just tagged 3.9.1-rc2, so testing can begin. There was a bug found in -rc1 before I could send out a release announcement, so I decided to merge the fix and tag -rc2 to save some testing cycles. We can always use more testers, so if you are interested in helping, let me know. Thanks, Tom
2006 Aug 25
0
Re: login sugar
...Clock class" > end > end > > At this point, I can get past the signup page once I post some data there. > > I then get sent to the login page. > > There, I cannot get authenticated. > > I see a bunch of errors in my webserver window related to things that are > deprecated: > > Here is information related to the POST : > > > Processing UserController#login (for 127.0.0.1 at 2006-08-23 23:50:28) > [POST] > Session ID: 1d00e5031629fcf5268a5abe39172d06 > Parameters: {"user"=>{"login"=>"bbbbbb", "pass...
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
....cc ThreadSanitizer-x86_64 :: thread_name.cc UBSan-AddressSanitizer-x86_64 :: TestCases/TypeCheck/Function/function.cpp UBSan-Standalone-x86_64 :: TestCases/TypeCheck/Function/function.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/TypeCheck/Function/function.cpp libc++ :: libcxx/depr/exception.unexpected/get_unexpected.pass.cpp libc++ :: libcxx/depr/exception.unexpected/set_unexpected.pass.cpp libc++ :: libcxx/thread/futures/futures.promise/set_exception.pass.cpp libc++ :: libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp libc++ :: std/...